diff options
author | grant <grant@pkgsrc.org> | 2004-05-30 10:29:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-30 10:29:00 +0000 |
commit | b910fbbdb00f7dbb1e9ba7351d8c46543b21db4c (patch) | |
tree | a74f81196df29e45223aba3f892baae6ae4f8a5e /www/ap-ssl | |
parent | bda618b389ad7968c9436b69a18090e31c8d8c9b (diff) | |
download | pkgsrc-b910fbbdb00f7dbb1e9ba7351d8c46543b21db4c.tar.gz |
updated mod_ssl to 2.8.18.
- fix installation of example README.CSR.
Changes with mod_ssl 2.8.18 (11-May-2004 to 27-May-2004)
*) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation
if the Subject-DN in the client certificate exceeds 6KB in length.
(CVE CAN-2004-0488).
*) Handle the case of OpenSSL retry requests after interrupted system
calls during the SSL handshake phase.
*) Remove some unused functions.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 8 | ||||
-rw-r--r-- | www/ap-ssl/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 0252a02ece9..551c8137cf9 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2004/05/13 11:40:14 taca Exp $ +# $NetBSD: Makefile,v 1.80 2004/05/30 10:29:00 grant Exp $ -DISTNAME= mod_ssl-2.8.17-1.3.31 -PKGNAME= ap-ssl-2.8.17 +DISTNAME= mod_ssl-2.8.18-1.3.31 +PKGNAME= ap-ssl-2.8.18 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \ @@ -42,7 +42,7 @@ OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/ssl.key \ SUPPORT_FILES= # empty SUPPS= ssl.crl/Makefile.crl ssl.crl/README.CRL \ ssl.crt/Makefile.crt ssl.crt/README.CRT \ - ssl.crt/ca-bundle.crt ssl.crt/README.CSR \ + ssl.csr/README.CSR ssl.csr/README.CSR \ ssl.key/README.KEY ssl.prm/README.PRM .for FILE in ${SUPPS} SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE} diff --git a/www/ap-ssl/distinfo b/www/ap-ssl/distinfo index 68f1e56073b..d56d41930f1 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2004/05/13 11:40:14 taca Exp $ +$NetBSD: distinfo,v 1.21 2004/05/30 10:29:00 grant Exp $ -SHA1 (mod_ssl-2.8.17-1.3.31.tar.gz) = 942ca41a95f1e671ecabf90a8704b85de42d5d42 -Size (mod_ssl-2.8.17-1.3.31.tar.gz) = 754472 bytes +SHA1 (mod_ssl-2.8.18-1.3.31.tar.gz) = d40151ce3647d2054cfa7edb0e668fa4d3355cee +Size (mod_ssl-2.8.18-1.3.31.tar.gz) = 754214 bytes SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 SHA1 (patch-ab) = 936bc956761559c51263cf7645d135abe40069cd SHA1 (patch-ac) = ebdd43a3ce98fbd20ea515e06eb7f41d440cd294 |