From ff46766bf74cb96e103715de232c3cf09a69616e Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Tue, 22 Sep 2015 01:37:21 +0200 Subject: python: Backport CVE-2013-1752 fix from upstream Signed-off-by: Tudor Florea --- meta/recipes-devtools/python/python_2.7.3.bb | 1 + 1 file changed, 1 insertion(+) (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 de1f57ffc2..5e0181da56 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb @@ -42,6 +42,7 @@ SRC_URI += "\ file://python2.7.3-nossl3.patch \ file://ctypes-libffi-aarch64.patch \ file://libffi-aarch64.patch \ + file://python-2.7.3-CVE-2013-1752-httplib-fix.patch \ " S = "${WORKDIR}/Python-${PV}" -- cgit v1.2.3-54-g00ecf