diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-10-19 10:43:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-20 22:40:16 +0100 |
commit | 4ad151a53ddb5fdce56d5c8185a49d3433788b2c (patch) | |
tree | 6c7ce6ad68ad67fb52a8269092cb92d95b723a45 /meta/recipes-devtools/python/python_2.7.15.bb | |
parent | cdec724312dde6406d27e7b7fb94a894db14f639 (diff) | |
download | poky-4ad151a53ddb5fdce56d5c8185a49d3433788b2c.tar.gz |
python: backport patch to fix CVE-2018-14647
Backport patch to fix the following CVE.
CVE: CVE-2018-14647
(From OE-Core rev: 68e51756f67499081c3c53cff6c5c1efdf4b60f0)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.15.bb')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.15.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.15.bb b/meta/recipes-devtools/python/python_2.7.15.bb index e8c9475005..dd969d8e7e 100644 --- a/meta/recipes-devtools/python/python_2.7.15.bb +++ b/meta/recipes-devtools/python/python_2.7.15.bb | |||
@@ -32,6 +32,7 @@ SRC_URI += "\ | |||
32 | file://support_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch \ | 32 | file://support_SOURCE_DATE_EPOCH_in_py_compile_2.7.patch \ |
33 | file://float-endian.patch \ | 33 | file://float-endian.patch \ |
34 | file://0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch \ | 34 | file://0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch \ |
35 | file://0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch \ | ||
35 | " | 36 | " |
36 | 37 | ||
37 | S = "${WORKDIR}/Python-${PV}" | 38 | S = "${WORKDIR}/Python-${PV}" |