python: Backport 2 CVE from upstream

These are back ports of 2 patches from upstream to address
CVE-2011-4944
CVE-2013-4238

(From OE-Core rev: 4606eab53e8eff57d6369ea20a5ea63916ea3ea7)

(From OE-Core rev: 8a00a57870bf71a34b901c4a3aa08094f548e8f1)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2013-08-29 11:54:17 -07:00
committed by Richard Purdie
parent 8eacb41c1c
commit 8bc5708945
3 changed files with 288 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ SRC_URI += "\
file://python-2.7.3-remove-bsdb-rpath.patch \
file://builddir.patch \
file://python-2.7.3-CVE-2012-2135.patch \
file://CVE-2013-4073_py27.patch \
file://pypirc-secure.patch \
"
S = "${WORKDIR}/Python-${PV}"