From 4606eab53e8eff57d6369ea20a5ea63916ea3ea7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 29 Aug 2013 11:54:17 -0700 Subject: 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 --- meta/recipes-devtools/python/python_2.7.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python/python_2.7.3.bb') 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}" -- cgit 1.2.3-korg