diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-14 04:04:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-14 04:04:58 +0000 |
commit | c97318b86bc0dc92ab87bb877553feef9eafa28b (patch) | |
tree | 72ff9faa9ee2435a8e19193abf1644aae66ef330 /www/ap-ssl/Makefile | |
parent | abca13a36660cc8dc9f047a9a22d5b28c6a2f94e (diff) | |
download | pkgsrc-c97318b86bc0dc92ab87bb877553feef9eafa28b.tar.gz |
Update to 2.8.23:
Changes with mod_ssl 2.8.23 (30-Oct-2004 to 06-Jul-2005)
*) Ported to OpenSSL 0.9.8
*) Fixed connection timeout handling by calling the EAPI connection
close hook after (and not before) the B_OUT flag was set on the
underlying I/O buffer in order to prevent attempted buffer flushes
from blocking the connection.
*) Updated the ca-bundle.crt file from Mozilla's "certdata.txt"
(CVS revision 1.37).
*) Fix timeout handling in POST request processing by resetting
timeouts.
*) Fixed double-definition of OPENSSL_free under OpenSSL 0.9.6 by
fixing the version test in ssl_util_ssl.h
*) Adjusted all copyright messages to contain the new year 2005 ;)
Diffstat (limited to 'www/ap-ssl/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index aedf5080f70..51205a4de74 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.88 2005/04/11 21:47:51 tv Exp $ +# $NetBSD: Makefile,v 1.89 2005/07/14 04:04:58 wiz Exp $ -DISTNAME= mod_ssl-2.8.22-1.3.33 -PKGNAME= ap-ssl-2.8.22 +DISTNAME= mod_ssl-2.8.23-1.3.33 +PKGNAME= ap-ssl-2.8.23 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \ |