diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-17 18:14:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-17 18:14:15 +0000 |
commit | fed7aee3f4d41e0daacc8e9a3584fef6686f75a7 (patch) | |
tree | b61da923c3ba8dc403d12cb033d444a81d97ce30 /www/apache | |
parent | 61326bd0395fd2e5e98842af0e71292d68dc9800 (diff) | |
download | pkgsrc-fed7aee3f4d41e0daacc8e9a3584fef6686f75a7.tar.gz |
Update ap-ssl to 2.7.1 using mod_ssl-2.7.1-1.3.14. Also update apache to
1.3.14.1, adding a superminor version number to indicate possible EAPI
update.
*) Fixed the parsing of SSLSessionCache directives. The prefixes were
incorrectly skipped and leaded to "unable to open semaphore file"
errors.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 6 | ||||
-rw-r--r-- | www/apache/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 80068b71842..56b905bdb3e 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2000/10/13 21:46:45 jlam Exp $ +# $NetBSD: Makefile,v 1.53 2000/10/17 18:14:15 jlam 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 @@ -8,7 +8,7 @@ # code hooks that allow mod_ssl to be compiled separately later, if desired). DISTNAME= apache_1.3.14 -PKGNAME= apache-1.3.14 +PKGNAME= apache-1.3.14.1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.modssl.org/source/ \ @@ -22,7 +22,7 @@ HOMEPAGE= http://www.apache.org/ CONFLICTS= apache-*modssl-* apache6-* -SSL_DISTNAME= mod_ssl-2.7.0-1.3.14 +SSL_DISTNAME= mod_ssl-2.7.1-1.3.14 EXTRACT_ONLY= ${DISTFILES:N*.gif} HAS_CONFIGURE= # defined diff --git a/www/apache/files/md5 b/www/apache/files/md5 index ee75e0eea06..ccb2e58abe1 100644 --- a/www/apache/files/md5 +++ b/www/apache/files/md5 @@ -1,5 +1,5 @@ -$NetBSD: md5,v 1.16 2000/10/13 21:46:45 jlam Exp $ +$NetBSD: md5,v 1.17 2000/10/17 18:14:16 jlam Exp $ MD5 (apache_1.3.14.tar.gz) = 34803e3d83a0a9ed981b571657b33109 -MD5 (mod_ssl-2.7.0-1.3.14.tar.gz) = 65aae4a18dcd0e36140dbfda4584f8d7 +MD5 (mod_ssl-2.7.1-1.3.14.tar.gz) = 99e05bd4ab7bd5c72fbb70bd8cfbf283 MD5 (sitedrivenby.gif) = ad0647dceb931d02bfd046e55915f7b1 |