diff options
author | taca <taca@pkgsrc.org> | 2002-06-24 16:26:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-06-24 16:26:49 +0000 |
commit | c21a213279f0cb83b321d2306351d2c322da9c77 (patch) | |
tree | 81f3474116b5c1480e98e1577cf740b719255246 /www/ap-ssl | |
parent | 7acdf43499121723d22fd6097c5dcadc221b42aa (diff) | |
download | pkgsrc-c21a213279f0cb83b321d2306351d2c322da9c77.tar.gz |
Update ap-ssl to 2.8.10 (mod_ssl 2.8.10).
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/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 6 | ||||
-rw-r--r-- | www/ap-ssl/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index ec5d5395d03..2442c2d2043 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2002/06/19 15:22:37 tron Exp $ +# $NetBSD: Makefile,v 1.54 2002/06/24 16:26:49 taca Exp $ -DISTNAME= mod_ssl-2.8.9-1.3.26 -PKGNAME= ap-ssl-2.8.9 +DISTNAME= mod_ssl-2.8.10-1.3.26 +PKGNAME= ap-ssl-2.8.10 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \ diff --git a/www/ap-ssl/distinfo b/www/ap-ssl/distinfo index b7dc8e8b855..d74201615a6 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2002/06/19 11:03:58 jdolecek Exp $ +$NetBSD: distinfo,v 1.12 2002/06/24 16:26:50 taca Exp $ -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) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 SHA1 (patch-ab) = bd1d4eeff91f87a2b46f1ce0ad95dab8a3c23c84 |