summaryrefslogtreecommitdiffstats
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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-06 22:46:45 +0000
commitba4fbd376de757a216cc704c24b3894b2c55c8d5 (patch)
tree357fca20e3f614b370d99ae05bf0faa639d7bcb0 /meta/recipes-devtools/python/python_2.7.9.bb
parent70799fb93166c7e04008554f5613d0e228cab458 (diff)
downloadpoky-ba4fbd376de757a216cc704c24b3894b2c55c8d5.tar.gz
python-2.7: Security fix CVE-2016-1000110
affects python-2.7 < 2.7.12 (From OE-Core rev: eda260094a793f96ee0b8a79d3266f64797ccc8d) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 += "\
29 file://CVE-2016-0772.patch \ 29 file://CVE-2016-0772.patch \
30 file://CVE-2016-5636.patch \ 30 file://CVE-2016-5636.patch \
31 file://CVE-2016-5699.patch \ 31 file://CVE-2016-5699.patch \
32 file://CVE-2016-1000110.patch \
32" 33"
33 34
34S = "${WORKDIR}/Python-${PV}" 35S = "${WORKDIR}/Python-${PV}"