aboutsummaryrefslogtreecommitdiffstats
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:54:52 -0800
committerRobert Yang <liezhi.yang@windriver.com>2016-12-06 05:19:40 -0800
commiteda260094a793f96ee0b8a79d3266f64797ccc8d (patch)
tree1077c0496b5da6672de418eb7283efca019d25f0 /meta/recipes-devtools/python/python_2.7.9.bb
parent1b16f5238460f65168851d5cdf74e7e0e64f6bdf (diff)
downloadopenembedded-core-eda260094a793f96ee0b8a79d3266f64797ccc8d.tar.gz
python-2.7: Security fix CVE-2016-1000110
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 1f0169bd41..03f917d6eb 100644
--- a/meta/recipes-devtools/python/python_2.7.9.bb
+++ b/meta/recipes-devtools/python/python_2.7.9.bb
@@ -29,6 +29,7 @@ SRC_URI += "\
file://CVE-2016-0772.patch \
file://CVE-2016-5636.patch \
file://CVE-2016-5699.patch \
+ file://CVE-2016-1000110.patch \
"
S = "${WORKDIR}/Python-${PV}"