python: Security fix CVE-2016-1000110

(From OE-Core rev: d3f0d6834416b3ee0e09f7b6a3ae09839fc16376)

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Armin Kuster
2016-10-02 10:48:28 -07:00
committed by Richard Purdie
parent 529bbe2cc2
commit 4b27738c5e
2 changed files with 158 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ SRC_URI += "\
file://use_sysroot_ncurses_instead_of_host.patch \
file://avoid_parallel_make_races_on_pgen.patch \
file://add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch \
file://CVE-2016-1000110.patch \
"
S = "${WORKDIR}/Python-${PV}"