diff options
author | tron <tron> | 2004-10-18 09:27:18 +0000 |
---|---|---|
committer | tron <tron> | 2004-10-18 09:27:18 +0000 |
commit | b5300666a20ebea941263164748e52b4821fce34 (patch) | |
tree | 841851a52af722ecf35a58af45a07f3bb3291bf0 /www | |
parent | fa41bea1167a9016e39b4a2011c61733be12660a (diff) | |
download | pkgsrc-b5300666a20ebea941263164748e52b4821fce34.tar.gz |
Update "ap-ssl" package to version 2.8.20. Changes since version 2.8.19:
- With OpenSSL 0.9.7, prevent session resumption during a
renegotiation to force the client to negotiate a new (and
acceptable to mod_ssl) cipher suite. Additionally, ensure
that a correct cipher suite has been negotiated afterwards
(CAN-2004-0885).
- Fixed more printf(3) style format string bugs (not security
related) which could crash the server if mod_ssl's trace
or debug log level is enabled.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-ssl/Makefile | 7 | ||||
-rw-r--r-- | www/ap-ssl/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index d21b4b28109..23d031a671e 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2004/10/03 00:18:24 tv Exp $ +# $NetBSD: Makefile,v 1.84 2004/10/18 09:27:18 tron Exp $ -DISTNAME= mod_ssl-2.8.19-1.3.31 -PKGNAME= ap-ssl-2.8.19 -PKGREVISION= 1 +DISTNAME= mod_ssl-2.8.20-1.3.31 +PKGNAME= ap-ssl-2.8.20 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 7af7aa5b5e2..fb7e914bfbf 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2004/07/17 12:43:37 tron Exp $ +$NetBSD: distinfo,v 1.23 2004/10/18 09:27:18 tron Exp $ -SHA1 (mod_ssl-2.8.19-1.3.31.tar.gz) = aa6ecb4a87fffc99dad6f78845d4c660c741a9d0 -Size (mod_ssl-2.8.19-1.3.31.tar.gz) = 754277 bytes +SHA1 (mod_ssl-2.8.20-1.3.31.tar.gz) = 10b4017241c7970d661521d4f04b7269bab8acb3 +Size (mod_ssl-2.8.20-1.3.31.tar.gz) = 754568 bytes SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 SHA1 (patch-ab) = 936bc956761559c51263cf7645d135abe40069cd SHA1 (patch-ac) = ebdd43a3ce98fbd20ea515e06eb7f41d440cd294 |