diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-15 10:31:24 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-15 10:31:24 +0000 |
commit | 6afe74926bbe7f5b0e28bd9944e5e04e3a345a1b (patch) | |
tree | 8eec05d61755b164ff14cbf323435282c9082133 /www | |
parent | a03cb70b32a212bc37514fe8e00eeea38c14e702 (diff) | |
download | pkgsrc-6afe74926bbe7f5b0e28bd9944e5e04e3a345a1b.tar.gz |
upgrade to 1.3.12 + latest IPv6 patch.
solves cross site scripting problem in 1.3.11 (www.apache.org)
Diffstat (limited to 'www')
-rw-r--r-- | www/apache6/Makefile | 10 | ||||
-rw-r--r-- | www/apache6/files/md5 | 6 | ||||
-rw-r--r-- | www/apache6/pkg/PLIST | 5 |
3 files changed, 12 insertions, 9 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 640e767f344..45fcbdab02c 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/03/27 08:55:00 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/15 10:31:24 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 @@ -10,8 +10,8 @@ # sanity fixes in apache module API (for example, avoid u_long for IPv4 addrs) # -DISTNAME= apache_1.3.11 -PKGNAME= apache6-1.3.11p0 +DISTNAME= apache_1.3.12 +PKGNAME= apache6-1.3.12 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.modssl.org/source/ \ @@ -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.11-v6-20000220a.diff.gz +PATCHFILES= apache-1.3.12-v6-20000815.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= itojun@itojun.org @@ -29,7 +29,7 @@ HOMEPAGE= http://www.apache.org/ CONFLICTS= apache-*modssl-* apache-* -#SSL_DISTNAME= mod_ssl-2.2.8-1.3.6 +#SSL_DISTNAME= mod_ssl-2.6.3-1.3.12 EXTRACT_ONLY= ${DISTFILES:N*.gif} HAS_CONFIGURE= YES diff --git a/www/apache6/files/md5 b/www/apache6/files/md5 index b3b90cd66aa..7a388118504 100644 --- a/www/apache6/files/md5 +++ b/www/apache6/files/md5 @@ -1,5 +1,5 @@ -$NetBSD: md5,v 1.4 2000/02/21 07:14:45 itojun Exp $ +$NetBSD: md5,v 1.5 2000/08/15 10:31:25 itojun Exp $ -MD5 (apache_1.3.11.tar.gz) = 8e0e4c9b410d4d4c4f5832fc0662b9e1 +MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 MD5 (sitedrivenby.gif) = ad0647dceb931d02bfd046e55915f7b1 -MD5 (apache-1.3.11-v6-20000220a.diff.gz) = 70c4aaf1c79fa6d933e31b9e0a54e018 +MD5 (apache-1.3.12-v6-20000815.diff.gz) = bb7087a13167fefbdbe5d65dffa74d85 diff --git a/www/apache6/pkg/PLIST b/www/apache6/pkg/PLIST index 51c0d9540e6..05342fc4019 100644 --- a/www/apache6/pkg/PLIST +++ b/www/apache6/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/02/21 07:14:45 itojun Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/08/15 10:31:25 itojun Exp $ bin/dbmmanage bin/htdigest bin/htpasswd @@ -87,9 +87,12 @@ share/httpd/htdocs/index.html.en share/httpd/htdocs/index.html.es share/httpd/htdocs/index.html.fr share/httpd/htdocs/index.html.it +share/httpd/htdocs/index.html.ja.jis share/httpd/htdocs/index.html.lu share/httpd/htdocs/index.html.nl +share/httpd/htdocs/index.html.po.iso-pl share/httpd/htdocs/index.html.pt +share/httpd/htdocs/index.html.pt-br share/httpd/htdocs/index.html.se share/httpd/htdocs/manual/LICENSE share/httpd/htdocs/manual/bind.html |