Use the latest IPv6 patch for apache-1.3.22 (which adds just #define APACHE6 1
into httpd.h) so that apache6 can be use together with ap-perl. This is part 1 of 2 to fix PR#14693 by Tero Kivinen
This commit is contained in:
parent
834eef2293
commit
804e551c79
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.44 2001/11/21 15:44:24 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2001/11/23 10:52:21 martti Exp $
|
||||
#
|
||||
# This package does not compile in mod_ssl support hooks, as it conflicts
|
||||
# with IPv6-enable patch.
|
||||
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
DISTNAME= apache_1.3.22
|
||||
PKGNAME= apache6-1.3.22
|
||||
PKGNAME= apache6-1.3.22nb1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
||||
http://www.apache.de/dist/httpd/ \
|
||||
|
@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|||
|
||||
MASTER_SITES+= ftp://ftp.piuha.net/pub/misc/
|
||||
DISTFILES+= ${IPV6_PATCH}
|
||||
IPV6_PATCH= apache-1.3.22-v6-20011017.diff.gz
|
||||
IPV6_PATCH= apache-1.3.22-v6-20011123.diff.gz
|
||||
|
||||
MAINTAINER= itojun@netbsd.org
|
||||
HOMEPAGE= http://httpd.apache.org/
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.9 2001/11/15 07:12:17 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2001/11/23 10:52:21 martti Exp $
|
||||
|
||||
SHA1 (apache_1.3.22.tar.gz) = 5b93c1f8c8cfb703e6082ffa2cd99ea017e1e05e
|
||||
Size (apache_1.3.22.tar.gz) = 2177983 bytes
|
||||
SHA1 (sitedrivenby.gif) = 7671e9a8ec2cad3961b268befd33c0920e07c658
|
||||
Size (sitedrivenby.gif) = 8519 bytes
|
||||
SHA1 (apache-1.3.22-v6-20011017.diff.gz) = 11142085dc72175fe6230af33bf68008b47c2ecd
|
||||
Size (apache-1.3.22-v6-20011017.diff.gz) = 53584 bytes
|
||||
SHA1 (apache-1.3.22-v6-20011123.diff.gz) = aec9c4e8b918f176b6c73e3a85cde82e21a45776
|
||||
Size (apache-1.3.22-v6-20011123.diff.gz) = 53755 bytes
|
||||
SHA1 (patch-aa) = f42556576f78c3f8e596184ffa4bf3c28d353432
|
||||
SHA1 (patch-ab) = 7619dbf1cf584f9e92998fe25de0860bfbeb277e
|
||||
SHA1 (patch-ac) = d4dd4f5521a7c713a038dec2606dad14356d746f
|
||||
|
|
Loading…
Reference in a new issue