diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-25 08:49:59 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-25 08:49:59 +0000 |
commit | ad4d98f3fa7db0c908b6b78426bb1cba4fae8035 (patch) | |
tree | 2269e7a40cb6e180e09f4838ec9fd9420aabfac2 /www | |
parent | 628c7dc15d993ad8797c195b871c88d1ca349eac (diff) | |
download | pkgsrc-ad4d98f3fa7db0c908b6b78426bb1cba4fae8035.tar.gz |
Update wwwoffle to 2.7a (2.7.1). From the NEWS file:
Bug Fixes:
Ensure that the -put or -post options to wwwoffle have one URL. Fix IPv6
checking (configure fails if IPv6 not available). Fix conditional request
problem (304 reply for non-conditional requests). Make the socket binding
errors less confusing. Fix requesting of compressed data. Handle NULL strings
in FTP code and parsing requests. Speed up wildcard matching of '/*' paths.
When search script fails give an error not a blank page. The content-length
header is not removed unless compression is being used. Fix core dump with
configuration page adding first item to DontGet/DontCache section. Preserve
cache file timestamps when compressing them. Handle relative URLs that start
with '//'. Fix Solaris compilation problem with statfs/statvfs. Bug fix for
failure to censor some headers. Remove the 'alt' attribute from disabled
images when modifying HTML.
New Features:
Re-instate the old configuration editing web pages due to user demand.
Allow wildcards to have more than two '*' in them.
The upgrade-config.pl script warns about URL-SPECs with path='/' not '/*'.
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwoffle/Makefile | 5 | ||||
-rw-r--r-- | www/wwwoffle/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index caf76342475..af76b2e9e1e 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2002/03/10 22:14:30 fredb Exp $ +# $NetBSD: Makefile,v 1.34 2002/03/25 08:49:59 fredb Exp $ -DISTNAME= wwwoffle-2.7 +DISTNAME= wwwoffle-2.7a +PKGNAME= wwwoffle-2.7.1 CATEGORIES= www MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \ http://www.gedanken.freeserve.co.uk/download-wwwoffle/ \ diff --git a/www/wwwoffle/distinfo b/www/wwwoffle/distinfo index f05d238f74f..a3e85b73767 100644 --- a/www/wwwoffle/distinfo +++ b/www/wwwoffle/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2002/03/23 22:48:09 fredb Exp $ +$NetBSD: distinfo,v 1.9 2002/03/25 08:50:00 fredb Exp $ -SHA1 (wwwoffle-2.7.tgz) = d898f6b15a34e55ddc49161278726a55b01ec377 -Size (wwwoffle-2.7.tgz) = 832728 bytes +SHA1 (wwwoffle-2.7a.tgz) = 124cf3b5700f3574e00f40ecd2d4fa9f7bf728a1 +Size (wwwoffle-2.7a.tgz) = 846376 bytes SHA1 (patch-aa) = 580868aed26f02378db32303f8a16fb178ca92dd SHA1 (patch-ab) = 30f40b7e4726692e7c2a75e5ee85a5f047911e36 |