diff options
author | tron <tron> | 2002-10-04 19:16:46 +0000 |
---|---|---|
committer | tron <tron> | 2002-10-04 19:16:46 +0000 |
commit | 898e51f60b9aebd4e50e7690d5441467563b59ca (patch) | |
tree | 8be0659c288e96a511b3c92015d319fe4c8d5c33 /www | |
parent | edeec9b4cc039f1bd408366f72481ec08df558a9 (diff) | |
download | pkgsrc-898e51f60b9aebd4e50e7690d5441467563b59ca.tar.gz |
Update "ap-ssl" package to version 2.8.11. Changes since 2.8.10:
- Upgraded to Apache 1.3.27.
- Fixed internal error handling for CRL verification.
- Initialize OpenSSL ENGINE before initializing OpenSSL
to workaround problems with the PRNG.
- Also find "openssl" executable in "sbin" directories.
- Honor specified number of maximum bytes on SSLRandomSeed
if reading from EGD.
- Fixed generation of SSL_CLIENT_CERT_CHAIN_[0-9] variables.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-ssl/Makefile | 9 | ||||
-rw-r--r-- | www/ap-ssl/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index e4dfb537c1f..80575b91cbd 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2002/09/27 03:43:43 taca Exp $ +# $NetBSD: Makefile,v 1.61 2002/10/04 19:16:46 tron Exp $ -DISTNAME= mod_ssl-2.8.10-1.3.26 -PKGNAME= ap-ssl-2.8.10 -PKGREVISION= 1 +DISTNAME= mod_ssl-2.8.11-1.3.27 +PKGNAME= ap-ssl-2.8.11 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \ @@ -14,7 +13,7 @@ COMMENT= SSL/TLS protocols module for Apache CONFLICTS= apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]* -BUILDLINK_DEPENDS.apache= apache-1.3.26nb5 +BUILDLINK_DEPENDS.apache= apache-1.3.27 USE_BUILDLINK2= YES APACHE_MODULE= YES diff --git a/www/ap-ssl/distinfo b/www/ap-ssl/distinfo index fc6dc7e21cf..f4985f4028e 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2002/08/25 21:51:52 jlam Exp $ +$NetBSD: distinfo,v 1.14 2002/10/04 19:16:46 tron Exp $ -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 (mod_ssl-2.8.11-1.3.27.tar.gz) = 565bbb5b976c43890ac6d4626536c9a0acc42380 +Size (mod_ssl-2.8.11-1.3.27.tar.gz) = 753416 bytes SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 SHA1 (patch-ab) = bd1d4eeff91f87a2b46f1ce0ad95dab8a3c23c84 |