diff options
author | recht <recht@pkgsrc.org> | 2005-10-01 19:36:01 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-10-01 19:36:01 +0000 |
commit | bd2ff29fe10f4ab2207b9b70376f5eb4b8266ef1 (patch) | |
tree | 6c917c231b80d429d3282fb058c5be62b49bbdef /lang/python23-pth | |
parent | 5437a6d5bc67b1be060c51c427806196e7783fbb (diff) | |
download | pkgsrc-bd2ff29fe10f4ab2207b9b70376f5eb4b8266ef1.tar.gz |
Add a patch for CAN-2005-2491 (uffer 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
Bump PKGREVISION's.
Diffstat (limited to 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index 8ac241913a4..3be1764a14f 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2005/07/03 19:49:06 recht Exp $ +# $NetBSD: Makefile,v 1.30 2005/10/01 19:36:01 recht Exp $ # DISTNAME= Python-2.3.5 PKGNAME= python23-pth-2.3.5 +PKGREVISION= 1 CATEGORIES= lang python MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +12,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language -DEPENDS+= python23>=2.3.4:../../lang/python23 +DEPENDS+= python23>=2.3.5nb3:../../lang/python23 EXTRACT_ONLY= # empty NO_CHECKSUM= yes |