diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-22 03:11:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-22 03:11:29 +0000 |
commit | 8b5745aa52290a0e93e12c8c0d07eaaba12109ac (patch) | |
tree | 8d6193f32a1cd5fe96aa0da4b9040920ecaf0ceb /www/webalizer/Makefile | |
parent | a40feff86289817e9f5ab359a0d447c311d3f12f (diff) | |
download | pkgsrc-8b5745aa52290a0e93e12c8c0d07eaaba12109ac.tar.gz |
Update to 2.1.10, from PR 20445.
Changes:
o Fix posible obscure buffer overflow bug in DNS resolver code
o Added additional extended character fixes
o Let code accept partial content response codes along with 200's
o Added code to catch blank hostnames (yes, they have been found!)
Will convert them into 'Unknown'
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r-- | www/webalizer/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index b50adcd9448..40cbb7c8efd 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2003/01/28 22:04:33 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2003/03/22 03:11:29 wiz Exp $ # -DISTNAME= webalizer-2.01-09-src -PKGNAME= webalizer-2.1.9 -PKGREVISION= 1 +DISTNAME= webalizer-2.01-10-src +PKGNAME= webalizer-2.1.10 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://webalizer.dexa.org/pub/webalizer/ \ |