diff options
author | taca <taca@pkgsrc.org> | 2002-06-24 16:26:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-06-24 16:26:18 +0000 |
commit | 7acdf43499121723d22fd6097c5dcadc221b42aa (patch) | |
tree | 972e4791e4f4017adf0169c60556954af2338faa /www/apache/Makefile | |
parent | 1217f73ea41e7a05a5c2e694f97fbbbba13006d3 (diff) | |
download | pkgsrc-7acdf43499121723d22fd6097c5dcadc221b42aa.tar.gz |
Update to mod_ssl to 2.8.10. Since apache package contains it,
bump PKGREVISION.
Changes with mod_ssl 2.8.10 (19-Jun-2002 to 24-Jun-2002)
*) Fixed off-by-one buffer overflow bug in the compatibility
functionality (mapping of old directives to new ones).
*) Fixed memory leak in processing of CA certificates.
*) In case there is actually a certificate chain in the session cache,
we now use the value of SSL_get_peer_certificate(ssl) to verify as
it will have been removed from the chain before it was put in the
cache.
*) Seed the PRNG with a maximum of 1K from the internal scoreboard.
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index c361a7381b0..2f8f003bba6 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.100 2002/06/20 17:12:36 taca Exp $ +# $NetBSD: Makefile,v 1.101 2002/06/24 16:26:18 taca Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). DISTNAME= apache_1.3.26 PKGNAME= apache-1.3.26 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ http://www.apache.de/dist/httpd/ @@ -19,7 +19,7 @@ NETBSD_LOGO= sitedrivenby.gif SITES_${NETBSD_LOGO}= http://www.netbsd.org/images/logos/ DISTFILES+= ${NETBSD_LOGO} -MODSSL_DISTNAME= mod_ssl-2.8.9-1.3.26 +MODSSL_DISTNAME= mod_ssl-2.8.10-1.3.26 MODSSL_DIST= ${MODSSL_DISTNAME}${EXTRACT_SUFX} MODSSL_SRC= ${WRKDIR}/${MODSSL_DISTNAME} SITES_${MODSSL_DIST}= http://www.modssl.org/source/ \ |