summaryrefslogtreecommitdiff
path: root/lang/python27/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2014-06-09 17:58:31 +0000
committerhe <he@pkgsrc.org>2014-06-09 17:58:31 +0000
commitac3ee4ba7fa57f54be184b635c97b6b04270aa5b (patch)
treea5e6095ae76dd36e75be0779dbd63afc30d87859 /lang/python27/Makefile
parent94cef03e7642c205cc4cf155c81a78c450d60632 (diff)
downloadpkgsrc-ac3ee4ba7fa57f54be184b635c97b6b04270aa5b.tar.gz
Add patches to fix the remaining two functions reported as being
vulnerable to CVE-2013-1752, following the general theme of overflow of line lengths. This fixes the smtp and pop functions. Taken / adapted from http://bugs.python.org/issue16041 and http://bugs.python.org/issue16042. PKGREVISION bumped.
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r--lang/python27/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 2f89596fba8..d1f756f10a9 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.41 2014/06/02 06:12:03 adam Exp $
+# $NetBSD: Makefile,v 1.42 2014/06/09 17:58:31 he Exp $
.include "dist.mk"
PKGNAME= python27-${PY_DISTVERSION}
+PKGREVISION= 1
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org