summaryrefslogtreecommitdiff
path: root/lang/python33/Makefile
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2014-05-16 14:00:35 +0000
committerschnoebe <schnoebe@pkgsrc.org>2014-05-16 14:00:35 +0000
commit32111b28e354d49a6f83437e8ee1dc7de00e766b (patch)
tree9cdb15d781aae00a47a899edff3f60d684d07e79 /lang/python33/Makefile
parent477c4be9a2795e088da0e4a0a55bab46206039cb (diff)
downloadpkgsrc-32111b28e354d49a6f83437e8ee1dc7de00e766b.tar.gz
Pullup ticket #4406 - requested by wiz
lang/python33 OpenSSL security fix Revisions pulled up: - lang/python33/Makefile 1.24 - lang/python33/distinfo 1.15 - lang/python33/patches/patch-Lib_os.py 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Thu May 15 12:33:10 UTC 2014 Modified Files: pkgsrc/lang/python33: Makefile distinfo Added Files: pkgsrc/lang/python33/patches: patch-Lib_os.py Log Message: Add fix for CVE-2014-2667. Bump PKGREVISION.
Diffstat (limited to 'lang/python33/Makefile')
-rw-r--r--lang/python33/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index 2690381b459..f0a3ca27562 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2014/03/27 08:50:00 obache Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2014/05/16 14:00:35 schnoebe Exp $
.include "dist.mk"
PKGNAME= python33-${PY_DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org