diff options
author | itojun <itojun> | 2001-01-15 11:43:59 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-15 11:43:59 +0000 |
commit | ede363cd83c83f9b98f077e7236061e36a531d10 (patch) | |
tree | a6b0fca4be24f9425046d4a1a440849fe1a44304 /www/apache6 | |
parent | 49d6055dca6fb811de46fde1ab36167df2a4d653 (diff) | |
download | pkgsrc-ede363cd83c83f9b98f077e7236061e36a531d10.tar.gz |
use latest IPv6 patch. this fixes problem with virtual host directives
when incoming IPv4 connections are captured by AF_INET6 socket (IPv4 mapped
address). not really matter for normal NetBSD installation.
I beileve IPv4 mapped address is very bad from security/access control POV.
really.
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 3fdec1ac1fa..e658cc9cdfa 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/11/14 19:58:05 itojun Exp $ +# $NetBSD: Makefile,v 1.20 2001/01/15 11:43:59 itojun Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -21,7 +21,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ # ${SSL_DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= apache-1.3.14-v6-20001114.diff.gz +PATCHFILES= apache-1.3.14-v6-20010115a.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= itojun@itojun.org diff --git a/www/apache6/files/md5 b/www/apache6/files/md5 index 18012b05acc..8f52c3577d5 100644 --- a/www/apache6/files/md5 +++ b/www/apache6/files/md5 @@ -1,5 +1,5 @@ -$NetBSD: md5,v 1.7 2000/11/14 19:58:05 itojun Exp $ +$NetBSD: md5,v 1.8 2001/01/15 11:43:59 itojun Exp $ MD5 (apache_1.3.14.tar.gz) = 34803e3d83a0a9ed981b571657b33109 MD5 (sitedrivenby.gif) = ad0647dceb931d02bfd046e55915f7b1 -MD5 (apache-1.3.14-v6-20001114.diff.gz) = ea89d6b8dd2ba9314bf2073627230b7a +MD5 (apache-1.3.14-v6-20010115a.diff.gz) = 35cbb3b115f061bc2d596726a442ce4e |