diff options
author | itojun <itojun@pkgsrc.org> | 2002-08-06 01:20:20 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-08-06 01:20:20 +0000 |
commit | a5a3ead2a0e387633c4f2f95c1017e04fcedb1f1 (patch) | |
tree | 0d2638ac068217a1bb7d54c677dd59927c5f44cb | |
parent | 117b0470731d3b1b76a3cf1f073e42d893d5c8ae (diff) | |
download | pkgsrc-a5a3ead2a0e387633c4f2f95c1017e04fcedb1f1.tar.gz |
simply obey config file, don't do trick against :: and 0.0.0.0.
(patch sent to the author). bump PKGREVISION
-rw-r--r-- | www/wwwoffle/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/distinfo | 3 | ||||
-rw-r--r-- | www/wwwoffle/patches/patch-ac | 15 |
3 files changed, 19 insertions, 3 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 905985d5d05..d301c0a59a2 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2002/07/25 15:56:19 fredb Exp $ +# $NetBSD: Makefile,v 1.39 2002/08/06 01:20:20 itojun Exp $ DISTNAME= wwwoffle-2.7c -PKGREVISION= 1 +PKGREVISION= 2 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 d578ac6ba4c..17faadbe4d7 100644 --- a/www/wwwoffle/distinfo +++ b/www/wwwoffle/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.13 2002/07/25 15:56:20 fredb Exp $ +$NetBSD: distinfo,v 1.14 2002/08/06 01:20:20 itojun Exp $ SHA1 (wwwoffle-2.7c.tgz) = 6260ba0f039ad5430f2e9c31d702e3da35b92a44 Size (wwwoffle-2.7c.tgz) = 867164 bytes SHA1 (patch-aa) = 897de385a47826e16a8a09b1bc1c207a2d350f94 SHA1 (patch-ab) = 0dfd322da2bb9750668319132fc9d0a0a4c035dd +SHA1 (patch-ac) = eece286d2b8c328abf8422cd717697654567b548 diff --git a/www/wwwoffle/patches/patch-ac b/www/wwwoffle/patches/patch-ac new file mode 100644 index 00000000000..c7b185e2428 --- /dev/null +++ b/www/wwwoffle/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.4 2002/08/06 01:20:21 itojun Exp $ + +--- src/wwwoffled.c- Tue Aug 6 10:12:48 2002 ++++ src/wwwoffled.c Tue Aug 6 10:12:58 2002 +@@ -292,10 +292,6 @@ + #endif + + #if USE_IPV6 +- if(http_fd[1]!=-1 && ConfigString(Bind_IPv4) && ConfigString(Bind_IPv6) && +- !strcmp(ConfigString(Bind_IPv6),"0:0:0:0:0:0:0:0") && !strcmp(ConfigString(Bind_IPv4),"0.0.0.0")) +- PrintMessage(Inform,"Not creating HTTP IPv4 server socket on all addresses since IPv6 one is bound to all addresses."); +- else + { + #endif + if(ConfigString(Bind_IPv4)) |