diff options
author | fredb <fredb@pkgsrc.org> | 2002-08-19 22:03:04 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-08-19 22:03:04 +0000 |
commit | b03b625e7a91e8b64fbc2b44d0b3b547ccbe9037 (patch) | |
tree | 8e819505d81e558d45584488a462d0cb90f956cd /www/wwwoffle/Makefile | |
parent | f1287d0e268557451bdb0e62ddffa2370b26a808 (diff) | |
download | pkgsrc-b03b625e7a91e8b64fbc2b44d0b3b547ccbe9037.tar.gz |
Update to version 2.7d. From the NEWS file:
Bug Fixes:
Discard POST/PUT requests that have negative content-lengths. Make the
CanonicaliseHost() function robust to bad IP addresses. Fix some memory leaks,
free some unfreed memory. Don't give socket error using '-f' option. Fix
compilation on Cygwin. Fix IPv6 compilation on Solaris 9. Bug fix for v2.7c
Cookie change. Don't replace '//' in a URL path with '/'.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 71656dcc8a2..5a9056f46c5 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2002/08/10 17:03:26 fredb Exp $ +# $NetBSD: Makefile,v 1.42 2002/08/19 22:03:04 fredb Exp $ -DISTNAME= wwwoffle-2.7c -PKGREVISION= 2 +DISTNAME= wwwoffle-2.7d CATEGORIES= www MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \ http://www.gedanken.freeserve.co.uk/download-wwwoffle/ \ |