diff options
author | drochner <drochner@pkgsrc.org> | 2010-01-26 18:38:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-01-26 18:38:26 +0000 |
commit | e78f4a7eb53212c142fb069c2bd42b5b4c6bfefb (patch) | |
tree | 947fa6622e9cb359278cc3384b2b687f8deab522 /www/libwww/Makefile | |
parent | 0cd59efa20d5dd468c3f8080dfff4919cf1bbd3a (diff) | |
download | pkgsrc-e78f4a7eb53212c142fb069c2bd42b5b4c6bfefb.tar.gz |
apply expat patch to bundled version:
add patch from upstream CVS to fix CVE-2009-3560
(possible DOS due to crash on bad input)
bump PKGREVISION
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 2ca1795b62b..063e7e85191 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2010/01/17 12:02:49 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2010/01/26 18:38:26 drochner Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ EXTRACT_SUFX= .tgz |