diff options
author | tron <tron> | 2010-11-23 08:24:04 +0000 |
---|---|---|
committer | tron <tron> | 2010-11-23 08:24:04 +0000 |
commit | 1ecfa9b33284babc9424a804b95ff8e418128f07 (patch) | |
tree | 886e30e287f5d7151d87463d8e1d0b882c326401 /lang/python26/Makefile | |
parent | f36ba652a3fd92275b7e4f17d09d47fe87399e35 (diff) | |
download | pkgsrc-1ecfa9b33284babc9424a804b95ff8e418128f07.tar.gz |
Add fix for CVE-2010-3492 and update the fix for CVE-2010-3493. Both
fixes taken from the Python 2.7 branch in the Python SVN repository.
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index f013e4c4a90..3847083b46d 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2010/11/17 18:44:06 tez Exp $ +# $NetBSD: Makefile,v 1.31 2010/11/23 08:24:04 tron Exp $ .include "dist.mk" PKGNAME= python26-${PY_DISTVERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org |