aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.3.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2014-02-28 12:53:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 13:53:31 +0000
commit4af111e94edc93657c94de6b584c099571b4cf40 (patch)
tree0c23606c0b1eacc5fa7cbd99d9443325ff1e2182 /meta/recipes-devtools/python/python_2.7.3.bb
parent1a7c5d7ba9ad9617d030f60eaf8e61bd599666f6 (diff)
downloadopenembedded-core-4af111e94edc93657c94de6b584c099571b4cf40.tar.gz
python: Backport CVE-2013-1752 fix from upstream
This back ported patch fixes CVE-2013-1752 for smtplib Signed-off-by: Maxin B. John <maxin.john@enea.com> Reviewed-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.3.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb1
1 files changed, 1 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 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}"