From bbe9cb73395655f4e48804e5ab89da9fbc8f5447 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Fri, 28 Feb 2014 12:53:33 +0100 Subject: python: Backport CVE-2013-1752 fix from upstream This back ported patch fixes CVE-2013-1752 for smtplib (From OE-Core rev: 4af111e94edc93657c94de6b584c099571b4cf40) Signed-off-by: Maxin B. John Reviewed-by: Sona Sarmadi Signed-off-by: Richard Purdie --- 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 ae4a1a6575..aaa72e5e10 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb @@ -33,6 +33,7 @@ SRC_URI += "\ file://CVE-2013-4073_py27.patch \ file://pypirc-secure.patch \ file://parallel-makeinst-create-bindir.patch \ + file://python-2.7.3-CVE-2013-1752-smtplib-fix.patch \ " S = "${WORKDIR}/Python-${PV}" -- cgit v1.2.3-54-g00ecf