pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap-ssl Updated ap-ssl to 2.8.16.
details: https://anonhg.NetBSD.org/pkgsrc/rev/519082f96736
branches: trunk
changeset: 463221:519082f96736
user: grant <grant%pkgsrc.org@localhost>
date: Sun Nov 02 05:38:56 2003 +0000
description:
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:
www/ap-ssl/Makefile | 8 ++++----
www/ap-ssl/distinfo | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 7a7e5c56302c -r 519082f96736 www/ap-ssl/Makefile
--- a/www/ap-ssl/Makefile Sun Nov 02 05:36:56 2003 +0000
+++ b/www/ap-ssl/Makefile Sun Nov 02 05:38:56 2003 +0000
@@ -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 @@
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 -r 7a7e5c56302c -r 519082f96736 www/ap-ssl/distinfo
--- a/www/ap-ssl/distinfo Sun Nov 02 05:36:56 2003 +0000
+++ b/www/ap-ssl/distinfo Sun Nov 02 05:38:56 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index