summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-29 16:41:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-29 17:01:45 +0000
commitbc395e0e87136832f2b086bc6daf40715079e734 (patch)
treea58672e59a0ec682d58be25068eb7090033b3e9f /meta/recipes-devtools
parent21e5d8e2c682b39d94929a5055016db13356cc8b (diff)
downloadpoky-bc395e0e87136832f2b086bc6daf40715079e734.tar.gz
python: add missing CVE tag to patches
(From OE-Core rev: 67f9e9045ab91a9df15876ad73e44ff98f11bf59) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch4
-rw-r--r--meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch4
2 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch b/meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
index 42c64caaee..3c0d662296 100644
--- a/meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
+++ b/meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
@@ -19,9 +19,7 @@ Co-authored-by: Christian Heimes <christian@python.org>
19https://bugs.python.org/issue34623 19https://bugs.python.org/issue34623
20 20
21Upstream-Status: Backport 21Upstream-Status: Backport
22 22CVE: CVE-2018-14647
23Fix CVE-2018-14647
24
25Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 23Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
26--- 24---
27 Include/pyexpat.h | 4 +++- 25 Include/pyexpat.h | 4 +++-
diff --git a/meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch b/meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch
index e6fe5f2cc4..125db8512a 100644
--- a/meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch
+++ b/meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch
@@ -5,9 +5,7 @@ Subject: [PATCH] closes bpo-34540: Convert shutil._call_external_zip to use
5 subprocess rather than distutils.spawn. (GH-8985) 5 subprocess rather than distutils.spawn. (GH-8985)
6 6
7Upstream-Status: Backport 7Upstream-Status: Backport
8 8CVE: CVE-2018-1000802
9Fix CVE-2018-1000802
10
11Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 9Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
12--- 10---
13 Lib/shutil.py | 16 ++++++++++------ 11 Lib/shutil.py | 16 ++++++++++------