From 15f68138d4d0ff56704217369facc8baf03783a5 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Tue, 22 Sep 2015 01:38:33 +0200 Subject: python: Backport CVE-2013-1752 fix from upstream Signed-off-by: Tudor Florea --- meta/recipes-devtools/python/python_2.7.3.bb | 4 ++++ 1 file changed, 4 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 5e0181da56..42c43156b9 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb @@ -43,6 +43,10 @@ SRC_URI += "\ file://ctypes-libffi-aarch64.patch \ file://libffi-aarch64.patch \ file://python-2.7.3-CVE-2013-1752-httplib-fix.patch \ + file://python-2.7.3-CVE-2013-1752-ftplib-fix.patch \ + file://python-2.7.3-CVE-2013-1752-imaplib-fix.patch \ + file://python-2.7.3-CVE-2013-1752-nntplib-fix.patch \ + file://python-2.7.3-CVE-2013-1752-poplib-fix.patch \ " S = "${WORKDIR}/Python-${PV}" -- cgit v1.2.3-54-g00ecf