summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.8.2.bb
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2020-12-09 09:09:03 +0100
committerSteve Sakoman <steve@sakoman.com>2020-12-11 06:16:48 -1000
commitf7e7378ea7099af8555de809787cf8e2cb5208fd (patch)
tree120dc4c0986d5e8bdf76fff6ee9a5c59b6432815 /meta/recipes-devtools/python/python3_3.8.2.bb
parentedbe823ddf53aecc58d28fbcf7de1a1dc2dc79c8 (diff)
downloadopenembedded-core-f7e7378ea7099af8555de809787cf8e2cb5208fd.tar.gz
python3: fix CVE-2019-20907
- move fixing patch for CVE-2020-8492 to the right location Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.8.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.2.bb b/meta/recipes-devtools/python/python3_3.8.2.bb
index b4cce88e87..9eddad4ad4 100644
--- a/meta/recipes-devtools/python/python3_3.8.2.bb
+++ b/meta/recipes-devtools/python/python3_3.8.2.bb
@@ -33,6 +33,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
file://0001-python3-Do-not-hardcode-lib-for-distutils.patch \
file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \
file://0001-bpo-39503-CVE-2020-8492-Fix-AbstractBasicAuthHandler.patch \
+ file://CVE-2019-20907.patch \
file://CVE-2020-14422.patch \
file://CVE-2020-26116.patch \
file://CVE-2020-27619.patch \