diff options
author | itohy <itohy@pkgsrc.org> | 2000-02-22 00:48:58 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2000-02-22 00:48:58 +0000 |
commit | bd44ecb553631554a63ae2c3054710ea2aa1bfcd (patch) | |
tree | b52b55b96822e3c5f6147cd876de69fe1176cc3f /www/wwwoffle/patches | |
parent | 4c82cdc02d37ce3b0c9404091ae7b138c54043de (diff) | |
download | pkgsrc-bd44ecb553631554a63ae2c3054710ea2aa1bfcd.tar.gz |
Upgraded to 2.5d.
Related changes:
- Fix the permissions for the installed files
(this fix is the same one that Frederick Bruckman did for 2.5c).
- Remove the extra newline added to POST requests.
- Only clear the supplementary group list if running as root.
- Stopped overflow of 32 bit integer when purging.
- Allow wrong reply to CWD from broken FTP server.
- Don't get confused by badly nested script or blink tags.
- Disallow the Accept-Encoding header on outgoing requests.
- Make the URL-SPECIFICATION in the config file have lower case
for protocol and host.
- Modified the Meta refresh tag handling.
- Fix FTP directory listings for files with ':' in them.
- and other bug fixes.
- Added Russian and Polish translations of WWWOFFLE messages.
- Updated FAQ.
Diffstat (limited to 'www/wwwoffle/patches')
-rw-r--r-- | www/wwwoffle/patches/patch-aa | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/www/wwwoffle/patches/patch-aa b/www/wwwoffle/patches/patch-aa index fa79b7f7851..3b0da583239 100644 --- a/www/wwwoffle/patches/patch-aa +++ b/www/wwwoffle/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.8 2000/02/21 03:10:35 fredb Exp $ +$NetBSD: patch-aa,v 1.9 2000/02/22 00:49:00 itohy Exp $ ---- Makefile.orig Sat Dec 18 21:27:03 1999 -+++ Makefile Wed Feb 16 07:46:20 2000 +--- Makefile.orig Sat Jan 22 23:18:21 2000 ++++ Makefile Tue Feb 22 08:28:26 2000 @@ -16,9 +16,9 @@ LOCALHOST=localhost:8080 @@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.8 2000/02/21 03:10:35 fredb Exp $ # For Cygwin (win32) #INSTDIR=/wwwoffle -@@ -37,13 +37,13 @@ +@@ -43,13 +43,13 @@ ######## CC=gcc @@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.8 2000/02/21 03:10:35 fredb Exp $ # For HP/UX this is a good idea. #LDFLAGS= -@@ -55,8 +55,8 @@ +@@ -61,8 +61,8 @@ ######## @@ -42,7 +42,7 @@ $NetBSD: patch-aa,v 1.8 2000/02/21 03:10:35 fredb Exp $ # For Solaris you need the following instead. #LIBRARY=-lnsl -lsocket -@@ -273,13 +273,13 @@ +@@ -279,13 +279,13 @@ $(INSTALL) -c -m 644 wwwoffle.conf.man.install $(INSTDIR)/man/man5/wwwoffle.conf.5 [ -x $(INSTDIR)/man/man8 ] || $(INSTALL) -d -m 755 $(INSTDIR)/man/man8 $(INSTALL) -c -m 644 wwwoffled.man $(INSTDIR)/man/man8/wwwoffled.8 @@ -59,16 +59,7 @@ $NetBSD: patch-aa,v 1.8 2000/02/21 03:10:35 fredb Exp $ done ) -@@ -340,7 +340,7 @@ - # These two will fail unless you are root, that is OK because the owner is already you. - -chown -R 0 $(SPOOLDIR)/html > /dev/null 2>&1 - -chgrp -R 0 $(SPOOLDIR)/html > /dev/null 2>&1 -- chmod -R o-rwx $(SPOOLDIR)/html -+# chmod -R o-rwx $(SPOOLDIR)/html - - install_config : - sed -e 's%SPOOLDIR%$(SPOOLDIR)%' -e 's%CONFDIR%$(CONFDIR)%' < wwwoffle.conf > wwwoffle.conf.install -@@ -354,7 +354,7 @@ +@@ -359,7 +359,7 @@ [ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf install_fixup-win32: |