summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb>2002-08-19 22:03:04 +0000
committerfredb <fredb>2002-08-19 22:03:04 +0000
commit648398b049fbacd7d276b5875703b2e0f2ebca8b (patch)
tree8e819505d81e558d45584488a462d0cb90f956cd
parent2ed214a7975e1ed657bebcaa2109a6e6b760f102 (diff)
downloadpkgsrc-648398b049fbacd7d276b5875703b2e0f2ebca8b.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 '/'.
-rw-r--r--www/wwwoffle/Makefile5
-rw-r--r--www/wwwoffle/distinfo7
-rw-r--r--www/wwwoffle/patches/patch-ab21
3 files changed, 5 insertions, 28 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/ \
diff --git a/www/wwwoffle/distinfo b/www/wwwoffle/distinfo
index b1ad5ab2ea7..2a58e1da354 100644
--- a/www/wwwoffle/distinfo
+++ b/www/wwwoffle/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.16 2002/08/10 13:43:09 fredb Exp $
+$NetBSD: distinfo,v 1.17 2002/08/19 22:03:04 fredb Exp $
-SHA1 (wwwoffle-2.7c.tgz) = 6260ba0f039ad5430f2e9c31d702e3da35b92a44
-Size (wwwoffle-2.7c.tgz) = 867164 bytes
+SHA1 (wwwoffle-2.7d.tgz) = 6a7595c4a8f2bd1b4918b3b5118c90b8afd4a3e9
+Size (wwwoffle-2.7d.tgz) = 867987 bytes
SHA1 (patch-aa) = 897de385a47826e16a8a09b1bc1c207a2d350f94
-SHA1 (patch-ab) = 0dfd322da2bb9750668319132fc9d0a0a4c035dd
SHA1 (patch-ac) = 5cfe930c2b6df543ed214f599eda4bab7a1c0a90
diff --git a/www/wwwoffle/patches/patch-ab b/www/wwwoffle/patches/patch-ab
deleted file mode 100644
index 15be8848818..00000000000
--- a/www/wwwoffle/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.9 2002/07/25 15:56:20 fredb Exp $
-
---- src/ftp.c.orig Sun Jun 23 10:04:08 2002
-+++ src/ftp.c
-@@ -365,8 +365,6 @@
- return(msg);
- }
-
-- free(path);
--
- /* Change directory again to see if file is a dir. */
-
- if(file)
-@@ -824,6 +822,7 @@
- nbuffer=buffer?strlen(buffer):0; nread=0;
- nbuffertail=buffertail?strlen(buffertail):0; nreadtail=0;
-
-+ free(path);
- free(str);
-
- return(msg);