summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorobache <obache>2014-05-10 08:38:04 +0000
committerobache <obache>2014-05-10 08:38:04 +0000
commitb40694e2f1b332eaac6fa22127989ef573ed5054 (patch)
tree2d2ebecd181bba21e10b001ec8a2572aaacb80ee /lang/python27
parent9436ec74bb5fbfbd8ac1aade7734e0b5f553786b (diff)
downloadpkgsrc-b40694e2f1b332eaac6fa22127989ef573ed5054.tar.gz
SA56624 is CVE-2014-1912.
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/distinfo4
-rw-r--r--lang/python27/patches/patch-Modules_socketmodule.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python27/distinfo b/lang/python27/distinfo
index 6d9b7a17440..7e85d0a9443 100644
--- a/lang/python27/distinfo
+++ b/lang/python27/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2014/04/13 15:06:20 bsiegert Exp $
+$NetBSD: distinfo,v 1.37 2014/05/10 08:38:04 obache Exp $
SHA1 (Python-2.7.6.tar.xz) = 8321636af2acbeaa68fc635d7dda7369ed446a80
RMD160 (Python-2.7.6.tar.xz) = 8efc73a01a466d8fa16c5c1734c89be79c2c538a
@@ -9,7 +9,7 @@ SHA1 (patch-Lib_distutils_unixccompiler.py) = 39b967dc2ae648143d5841f22602a21063
SHA1 (patch-Modules___ssl.c) = aaddaea5bcd6c84d3d896c7c37f710933b8228bc
SHA1 (patch-Modules_getpath.c) = f68b38eb90f974b67ceab3922ce7f92eb77f25c3
SHA1 (patch-Modules_readline.c) = 0afcbd1c8bdf3648177bed760e6cccf54c857451
-SHA1 (patch-Modules_socketmodule.c) = 07c76dcf6dc8605446bc8e01d80e1f1e30a5ebf7
+SHA1 (patch-Modules_socketmodule.c) = a8a4da9381a9485f7e999ae7db4aa715adfacfa5
SHA1 (patch-aa) = 990e4025bb6a37715e1f5df1831499f0ab08acfa
SHA1 (patch-ab) = 0d0ae9802dfe3b85659adb16793affd8c4ffce43
SHA1 (patch-ad) = de730b9f5a5efb56afa8bed05824b5f6579242ec
diff --git a/lang/python27/patches/patch-Modules_socketmodule.c b/lang/python27/patches/patch-Modules_socketmodule.c
index 3af120098ce..546681abfad 100644
--- a/lang/python27/patches/patch-Modules_socketmodule.c
+++ b/lang/python27/patches/patch-Modules_socketmodule.c
@@ -1,6 +1,6 @@
-$NetBSD: patch-Modules_socketmodule.c,v 1.1 2014/02/09 09:02:50 tron Exp $
+$NetBSD: patch-Modules_socketmodule.c,v 1.2 2014/05/10 08:38:04 obache Exp $
-Fix vulnerability reported in SA56624. Patch taken from here:
+Fix CVE-2014-1912. Patch taken from here:
http://hg.python.org/cpython/rev/87673659d8f7