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:39:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-06 22:46:44 +0000
commit70799fb93166c7e04008554f5613d0e228cab458 (patch)
treea0189c4606b07ba0d787983a82b89bf0a2fe1c4d /meta/recipes-devtools/python/python_2.7.9.bb
parent6976f01adc204790382a0df55cfba361695d803e (diff)
downloadpoky-70799fb93166c7e04008554f5613d0e228cab458.tar.gz
python-2.7: Security fix CVE-2016-5699
affect python-2.7 < 2.7.10 (From OE-Core rev: 1b16f5238460f65168851d5cdf74e7e0e64f6bdf) 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 3b3e7ad707..1f0169bd41 100644
--- a/meta/recipes-devtools/python/python_2.7.9.bb
+++ b/meta/recipes-devtools/python/python_2.7.9.bb
@@ -28,6 +28,7 @@ SRC_URI += "\
28 file://avoid_parallel_make_races_on_pgen.patch \ 28 file://avoid_parallel_make_races_on_pgen.patch \
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" 32"
32 33
33S = "${WORKDIR}/Python-${PV}" 34S = "${WORKDIR}/Python-${PV}"