summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python_2.7.9.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-11-06 10:36:07 -0800
committerRobert Yang <liezhi.yang@windriver.com>2016-12-06 05:19:39 -0800
commitd25b86ce8f2712d02bb7cde78d7f9ea5a57a7770 (patch)
tree34a1570410aa2516175e9784c0baa97fedb6f021 /meta/recipes-devtools/python/python_2.7.9.bb
parentdd1a22f4beeb4100388efdc072e7cff2025535a7 (diff)
downloadopenembedded-core-d25b86ce8f2712d02bb7cde78d7f9ea5a57a7770.tar.gz
openembedded-core-d25b86ce8f2712d02bb7cde78d7f9ea5a57a7770.tar.bz2
openembedded-core-d25b86ce8f2712d02bb7cde78d7f9ea5a57a7770.zip
python-2.7: Security fix CVE-2016-5636
Affects python-2.7 < 2.7.12 Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.9.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/meta/recipes-devtools/python/python_2.7.9.bb
index 53ec99181f..3b3e7ad707 100644
--- a/meta/recipes-devtools/python/python_2.7.9.bb
+++ b/meta/recipes-devtools/python/python_2.7.9.bb
@@ -27,6 +27,7 @@ SRC_URI += "\
file://use_sysroot_ncurses_instead_of_host.patch \
file://avoid_parallel_make_races_on_pgen.patch \
file://CVE-2016-0772.patch \
+ file://CVE-2016-5636.patch \
"
S = "${WORKDIR}/Python-${PV}"