diff options
author | recht <recht@pkgsrc.org> | 2005-10-01 19:59:39 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-10-01 19:59:39 +0000 |
commit | 6a732960a0dcbf62541fc14e6dfce9bf3981bcce (patch) | |
tree | a3c754041c68f404daf1870d404b18df5318f041 /lang/python22/Makefile | |
parent | b24b080cf65c4abcf276214875c17671cbd98911 (diff) | |
download | pkgsrc-6a732960a0dcbf62541fc14e6dfce9bf3981bcce.tar.gz |
Add a patch for CAN-2005-2491 (buffer overflow vulnerability in the PCRE
library) from ubuntu Linux (via gentoo).
For details see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 2d763acc1af..63fc8a7db8e 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:15 tv Exp $ +# $NetBSD: Makefile,v 1.28 2005/10/01 19:59:39 recht Exp $ # DISTNAME= Python-2.2.3 PKGNAME= python22-2.2.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.3/ EXTRACT_SUFX= .tgz |