aboutsummaryrefslogtreecommitdiffstats
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:27 +0100
commit4606eab53e8eff57d6369ea20a5ea63916ea3ea7 (patch)
tree7b50c485a6e4c9785b749352bbf5de4b2d9fa606 /meta/recipes-devtools/python/python_2.7.3.bb
parentb6c286c447e50fe499f03b64c6be80ac18504265 (diff)
downloadopenembedded-core-4606eab53e8eff57d6369ea20a5ea63916ea3ea7.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 Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 += "\
file://gcc-4.8-fix-configure-Wformat.patch \
file://fix-makefile-for-ptest.patch \
file://run-ptest \
+ file://CVE-2013-4073_py27.patch \
+ file://pypirc-secure.patch \
"
S = "${WORKDIR}/Python-${PV}"