summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2021-10-05 10:02:01 -0400
committerArmin Kuster <akuster808@gmail.com>2021-10-08 12:40:08 -0700
commit965b85b6785b5e66b5dd56db570ca53e26848cfb (patch)
tree3019e610161151e9fbf3701918605204983e8530 /meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
parent871cc98187aeb2418a2a254a0c642b1f1621cb27 (diff)
downloadmeta-openembedded-965b85b6785b5e66b5dd56db570ca53e26848cfb.tar.gz
python3-sqlparse: Fix CVE-2021-32839
Backport a patch from version 0.4.2 upstream since the uprev would add functionality changes. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
index c8a64c1095..aeb9c23505 100644
--- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
@@ -5,6 +5,7 @@ LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
6 6
7SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \ 7SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \
8 file://0001-Optimize-regular-expression-for-identifying-line-bre.patch \
8 file://run-ptest \ 9 file://run-ptest \
9 " 10 "
10 11