summaryrefslogtreecommitdiff
path: root/lang/python34
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-09 09:32:39 +0000
committerwiz <wiz@pkgsrc.org>2014-10-09 09:32:39 +0000
commit1a0e9fdba355bc31f0784121640d84f41ba945d5 (patch)
tree9a29980f43a45e9a882a577da163bf9f70d72ffa /lang/python34
parentebb900bc47427fa2efe6ae8ccca3ebd7e35ca866 (diff)
downloadpkgsrc-1a0e9fdba355bc31f0784121640d84f41ba945d5.tar.gz
Remove another unneeded patch after update.
Diffstat (limited to 'lang/python34')
-rw-r--r--lang/python34/distinfo3
-rw-r--r--lang/python34/patches/patch-Misc_NEWS17
2 files changed, 1 insertions, 19 deletions
diff --git a/lang/python34/distinfo b/lang/python34/distinfo
index 92c82c885c8..1e03bde6c33 100644
--- a/lang/python34/distinfo
+++ b/lang/python34/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.14 2014/10/09 09:15:38 adam Exp $
+$NetBSD: distinfo,v 1.15 2014/10/09 09:32:39 wiz Exp $
SHA1 (Python-3.4.2.tar.xz) = 0727d8a8498733baabe6f51632b9bab0cbaa9ada
RMD160 (Python-3.4.2.tar.xz) = 11ba768384a114d07f8d82e54e7c232898cb5e15
Size (Python-3.4.2.tar.xz) = 14223804 bytes
SHA1 (patch-Lib_distutils_unixccompiler.py) = 39cb8d1e1e3e76e2b6b5dbc1a6b5e0815300b2ce
-SHA1 (patch-Misc_NEWS) = 1e215b3e681f69410ebfd29bd8cc2ef7a4c03c2b
SHA1 (patch-aa) = 14359f8d0527eff08073c0aea60dfe8961d9255d
SHA1 (patch-ah) = 1c4eec742ab26f77c6326b7d12e44e26be493c0f
SHA1 (patch-al) = 7239d10b67c739c3ee33dd2fc95bb770360d152f
diff --git a/lang/python34/patches/patch-Misc_NEWS b/lang/python34/patches/patch-Misc_NEWS
deleted file mode 100644
index ffacc163a58..00000000000
--- a/lang/python34/patches/patch-Misc_NEWS
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-Misc_NEWS,v 1.1 2014/07/04 11:37:13 he Exp $
-
-Note we have fix for directory traversal vulnerability, ref.
-http://bugs.python.org/issue21766
-
---- Misc/NEWS.orig 2014-05-19 05:19:39.000000000 +0000
-+++ Misc/NEWS
-@@ -93,6 +93,9 @@ Core and Builtins
- Library
- -------
-
-+- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
-+ before checking for a CGI script at that path.
-+
- - Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
- In porting to Argument Clinic, the first two arguments were reversed.
-