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>
This commit is contained in:
Armin Kuster
2016-11-06 10:39:35 -08:00
committed by Richard Purdie
parent 6976f01adc
commit 70799fb931
2 changed files with 163 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ SRC_URI += "\
file://avoid_parallel_make_races_on_pgen.patch \
file://CVE-2016-0772.patch \
file://CVE-2016-5636.patch \
file://CVE-2016-5699.patch \
"
S = "${WORKDIR}/Python-${PV}"