summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.3.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-08-29 11:54:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 18:06:32 +0100
commit36fcb616b0c87c70fa0aa803d5fef4c5f35be5b6 (patch)
tree5fb49982b00422e42c941daa55d3333cc89788fe /meta/recipes-devtools/python/python_2.7.3.bb
parent116441d6dcd6ab3d044de84e7f0e85b6b50bfb2a (diff)
downloadpoky-36fcb616b0c87c70fa0aa803d5fef4c5f35be5b6.tar.gz
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) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.3.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
index 2e35da60c4..f6a460989b 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -30,6 +30,8 @@ SRC_URI += "\
30 file://gcc-4.8-fix-configure-Wformat.patch \ 30 file://gcc-4.8-fix-configure-Wformat.patch \
31 file://fix-makefile-for-ptest.patch \ 31 file://fix-makefile-for-ptest.patch \
32 file://run-ptest \ 32 file://run-ptest \
33 file://CVE-2013-4073_py27.patch \
34 file://pypirc-secure.patch \
33" 35"
34 36
35S = "${WORKDIR}/Python-${PV}" 37S = "${WORKDIR}/Python-${PV}"