diff options
author | fredb <fredb> | 2002-03-25 08:49:59 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-25 08:49:59 +0000 |
commit | 2cde5dd60889efaad626b5c6d0024167621c41cd (patch) | |
tree | 2269e7a40cb6e180e09f4838ec9fd9420aabfac2 /www/wwwoffle/Makefile | |
parent | 28d9ed4ec705b26085bf235eab022405f02e689b (diff) | |
download | pkgsrc-2cde5dd60889efaad626b5c6d0024167621c41cd.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/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 5 |
1 files changed, 3 insertions, 2 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/ \ |