diff options
author | taca <taca> | 2002-06-24 16:26:18 +0000 |
---|---|---|
committer | taca <taca> | 2002-06-24 16:26:18 +0000 |
commit | 87d0a115d1d931c764c158140a2face79b58063f (patch) | |
tree | 972e4791e4f4017adf0169c60556954af2338faa /www | |
parent | d09b34f21acc32682f7336c7649786e01226edb4 (diff) | |
download | pkgsrc-87d0a115d1d931c764c158140a2face79b58063f.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')
-rw-r--r-- | www/apache/Makefile | 6 | ||||
-rw-r--r-- | www/apache/distinfo | 6 |
2 files changed, 6 insertions, 6 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/ \ diff --git a/www/apache/distinfo b/www/apache/distinfo index b86af59b9de..d07d4a48d57 100644 --- a/www/apache/distinfo +++ b/www/apache/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.20 2002/06/20 17:12:37 taca Exp $ +$NetBSD: distinfo,v 1.21 2002/06/24 16:26:19 taca Exp $ SHA1 (apache_1.3.26.tar.gz) = c8ab59541267c3e570592115b280e6cb2fb2b30f Size (apache_1.3.26.tar.gz) = 2303147 bytes SHA1 (sitedrivenby.gif) = 7671e9a8ec2cad3961b268befd33c0920e07c658 Size (sitedrivenby.gif) = 8519 bytes -SHA1 (mod_ssl-2.8.9-1.3.26.tar.gz) = 3075124cce758f06b292baa754d55eab639cdfc9 -Size (mod_ssl-2.8.9-1.3.26.tar.gz) = 752613 bytes +SHA1 (mod_ssl-2.8.10-1.3.26.tar.gz) = 6af4bbd91f2323c95f8d3ca1c461edc17fc1d13e +Size (mod_ssl-2.8.10-1.3.26.tar.gz) = 753241 bytes SHA1 (patch-aa) = d188ab15483eb9e099a9398083413267570b9f9b SHA1 (patch-ab) = 71ea1f3a59e0f7bc37175b0eefd462a1f7ca4fb6 SHA1 (patch-ac) = 12347c7a306d3e898b032c2b4b3b01670b62d4fd |