diff options
author | minskim <minskim@pkgsrc.org> | 2008-08-20 21:20:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-08-20 21:20:33 +0000 |
commit | f037326a25a5196cd8590a0b8a4a0f36b0ea04e4 (patch) | |
tree | d0a00d57095a83f86dfc7a67ef5e63219a3500ab /www/awstats/Makefile | |
parent | ab38d911c384c86a0701fe4a23b5fc1313594188 (diff) | |
download | pkgsrc-f037326a25a5196cd8590a0b8a4a0f36b0ea04e4.tar.gz |
Fix XSS (http://secunia.com/advisories/31519/). Bump PKGREVISION.
Diffstat (limited to 'www/awstats/Makefile')
-rw-r--r-- | www/awstats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 47fe4ada251..90dd069f0e4 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2008/06/20 01:09:40 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2008/08/20 21:20:33 minskim Exp $ DISTNAME= awstats-6.7 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=awstats/} |