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>
This commit is contained in:
Trevor Gamblin
2021-10-05 10:02:01 -04:00
committed by Armin Kuster
parent 871cc98187
commit 965b85b678
2 changed files with 65 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \
file://0001-Optimize-regular-expression-for-identifying-line-bre.patch \
file://run-ptest \
"