summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.3.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-09-22 01:38:33 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-22 05:43:46 +0200
commit15f68138d4d0ff56704217369facc8baf03783a5 (patch)
treea19ad8e95a548fead58157cea6204b5eb6815237 /meta/recipes-devtools/python/python_2.7.3.bb
parentff46766bf74cb96e103715de232c3cf09a69616e (diff)
downloadpoky-15f68138d4d0ff56704217369facc8baf03783a5.tar.gz
python: Backport CVE-2013-1752 fix from upstream
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.3.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb4
1 files changed, 4 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 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 += "\
43 file://ctypes-libffi-aarch64.patch \ 43 file://ctypes-libffi-aarch64.patch \
44 file://libffi-aarch64.patch \ 44 file://libffi-aarch64.patch \
45 file://python-2.7.3-CVE-2013-1752-httplib-fix.patch \ 45 file://python-2.7.3-CVE-2013-1752-httplib-fix.patch \
46 file://python-2.7.3-CVE-2013-1752-ftplib-fix.patch \
47 file://python-2.7.3-CVE-2013-1752-imaplib-fix.patch \
48 file://python-2.7.3-CVE-2013-1752-nntplib-fix.patch \
49 file://python-2.7.3-CVE-2013-1752-poplib-fix.patch \
46" 50"
47 51
48S = "${WORKDIR}/Python-${PV}" 52S = "${WORKDIR}/Python-${PV}"