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-pth | |
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-pth')
-rw-r--r-- | lang/python22-pth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile index a7f9ba0ed1f..eb7d456e3b6 100644 --- a/lang/python22-pth/Makefile +++ b/lang/python22-pth/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:15 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/01 19:59:39 recht Exp $ # DISTNAME= Python-2.2.3 PKGNAME= python22-pth-2.2.3 -PKGREVISION= 3 +PKGREVISION= 6 CATEGORIES= lang python MASTER_SITES= # empty DISTFILES= # empty @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language -DEPENDS+= python22>=2.2.3:../../lang/python22 +DEPENDS+= python22>=2.2.3nb6:../../lang/python22 EXTRACT_ONLY= # empty NO_CHECKSUM= yes |