python-2.7: Security fix CVE-2016-0772

Affects python < 2.7.12

(From OE-Core rev: dd1a22f4beeb4100388efdc072e7cff2025535a7)

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:27:08 -08:00
committed by Richard Purdie
parent 96c1644d0d
commit 867babeb6f
2 changed files with 43 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ SRC_URI += "\
file://parallel-makeinst-create-bindir.patch \
file://use_sysroot_ncurses_instead_of_host.patch \
file://avoid_parallel_make_races_on_pgen.patch \
file://CVE-2016-0772.patch \
"
S = "${WORKDIR}/Python-${PV}"