diff options
author | grant <grant> | 2003-11-02 05:38:56 +0000 |
---|---|---|
committer | grant <grant> | 2003-11-02 05:38:56 +0000 |
commit | 07a906d06c745c253dfcb8f3dd90b3a6280c0799 (patch) | |
tree | b69d0cb2dfd3f1db9391e96262e879c7a550e72f /www/ap-ssl | |
parent | 70b033c0beb71ec61deb89108fe2d2a17e319abb (diff) | |
download | pkgsrc-07a906d06c745c253dfcb8f3dd90b3a6280c0799.tar.gz |
Updated ap-ssl to 2.8.16.
Major changes since 2.8.15:
*) Upgraded to Apache 1.3.29
*) Avoid memory corruption in certificate handling caused by a heap
memory double-freeing situation.
*) Allow "HTTPS" variable to be passed through by suEXEC.
*) Clear the OpenSSL error code in pass phrase reading code to
workaround the following situation: multiple keys, all with
different passphrases -- entering the correct pass phrase at each
prompt leads to an OpenSSL error message after the last prompt.
*) Reverted the recent change where ap_cleanup_for_exec() called
ap_kill_alloc_shared(). This caused nasty side-effects in other
processes and is not necessary at all (because shared memory
segments are not inherited across exec).
*) mod_ssl was checking the OpenSSL error reason code against
SSL_R_HTTP_REQUEST and concluded the result is an SSL error. Since
OpenSSL reason codes are not unique, this isn't always the case.
It now additionally checks that the library is the SSL library.
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 6900205267e..6a17fcc791f 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2003/09/12 20:07:29 grant Exp $ +# $NetBSD: Makefile,v 1.74 2003/11/02 05:38:56 grant Exp $ -DISTNAME= mod_ssl-2.8.15-1.3.28 -PKGNAME= ap-ssl-2.8.15 +DISTNAME= mod_ssl-2.8.16-1.3.29 +PKGNAME= ap-ssl-2.8.16 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \ @@ -13,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.28 +BUILDLINK_DEPENDS.apache= apache>=1.3.29 USE_BUILDLINK2= YES USE_PKGINSTALL= YES diff --git a/www/ap-ssl/distinfo b/www/ap-ssl/distinfo index b451bf48799..4fefa98df3f 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2003/07/19 12:34:19 tron Exp $ +$NetBSD: distinfo,v 1.19 2003/11/02 05:38:56 grant Exp $ -SHA1 (mod_ssl-2.8.15-1.3.28.tar.gz) = 019fa874e5557617471f445b2f48513a19b774f0 -Size (mod_ssl-2.8.15-1.3.28.tar.gz) = 754203 bytes +SHA1 (mod_ssl-2.8.16-1.3.29.tar.gz) = c098dfffd81a6e5959f414c5c3eec291f58d3e44 +Size (mod_ssl-2.8.16-1.3.29.tar.gz) = 754325 bytes SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 SHA1 (patch-ab) = 936bc956761559c51263cf7645d135abe40069cd SHA1 (patch-ac) = ebdd43a3ce98fbd20ea515e06eb7f41d440cd294 |