diff options
author | fredb <fredb@pkgsrc.org> | 2002-11-08 15:39:55 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-11-08 15:39:55 +0000 |
commit | e9183d3edda8f06f1639ac182f1291a5518de2b9 (patch) | |
tree | 175763baf9e9f438a75a8bc244fd1d6b87b5c89e /www/wwwoffle | |
parent | ae54016cd8c3e4e2ad7032ca52c6f301682e8086 (diff) | |
download | pkgsrc-e9183d3edda8f06f1639ac182f1291a5518de2b9.tar.gz |
Update to version 2.7f. The following is condensed in format only from
the "ChangeLog" file:
* src/configrdwr.c:
When allowing '=' signs in URL-SPECIFICATIONS ignore trailing spaces.
* doc/FAQ: Added a question about startup error/warning messages.
* src/wwwoffles.c:
Don't attempt to modify HTML if the page is compressed.
* src/headbody.c: Fix the Set-Cookie problem again.
* doc/scripts/FAQ-html.pl: New file.
* doc/scripts/README.CONF-html.pl, doc/scripts/README.CONF-msg.pl:
Convert characters with umlauts into proper HTML entities.
* src/headbody.c: A fix for the stupid bug in the previous version.
* src/io.c:
Fix for partial pages when server uses compression (suggested by
Paul Rombouts).
* src/wwwoffled.c: Close the client socket if SocketRemoteName() fails.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index e185ac8db0c..29539270de0 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2002/09/05 16:56:54 fredb Exp $ +# $NetBSD: Makefile,v 1.45 2002/11/08 15:39:55 fredb Exp $ -DISTNAME= wwwoffle-2.7e +DISTNAME= wwwoffle-2.7f CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/www/servers/} \ ftp://ftp.demon.co.uk/pub/unix/httpd/ \ diff --git a/www/wwwoffle/distinfo b/www/wwwoffle/distinfo index d8379270511..602d8c8d319 100644 --- a/www/wwwoffle/distinfo +++ b/www/wwwoffle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2002/09/05 16:56:54 fredb Exp $ +$NetBSD: distinfo,v 1.19 2002/11/08 15:39:55 fredb Exp $ -SHA1 (wwwoffle-2.7e.tgz) = 94d8ae0cc4f62ee3aaa50341a84210ade770d015 -Size (wwwoffle-2.7e.tgz) = 863964 bytes +SHA1 (wwwoffle-2.7f.tgz) = 16c16aff9f34b20b30235b4c8b05fafe61b65e23 +Size (wwwoffle-2.7f.tgz) = 889422 bytes SHA1 (patch-aa) = 897de385a47826e16a8a09b1bc1c207a2d350f94 |