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 | 48ae60254518305f790a447b5121cd7ffdf2a4e7 (patch) | |
tree | 72ff9faa9ee2435a8e19193abf1644aae66ef330 /www/ap-ssl | |
parent | 8ea83a3b4cddeef92b389208a90a6615a35670ab (diff) | |
download | pkgsrc-48ae60254518305f790a447b5121cd7ffdf2a4e7.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')
-rw-r--r-- | www/ap-ssl/Makefile | 6 | ||||
-rw-r--r-- | www/ap-ssl/distinfo | 11 | ||||
-rw-r--r-- | www/ap-ssl/patches/patch-aa | 8 | ||||
-rw-r--r-- | www/ap-ssl/patches/patch-ac | 13 |
4 files changed, 12 insertions, 26 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/ \ diff --git a/www/ap-ssl/distinfo b/www/ap-ssl/distinfo index b6c9cff13fb..9a90732f6ef 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.27 2005/02/24 14:08:28 wiz Exp $ +$NetBSD: distinfo,v 1.28 2005/07/14 04:04:58 wiz Exp $ -SHA1 (mod_ssl-2.8.22-1.3.33.tar.gz) = a37b5390f6acd91a8481fad9ccfd71da4f42e006 -RMD160 (mod_ssl-2.8.22-1.3.33.tar.gz) = 7c2ba558febab3ccdc6a1978c43889d89b79ca1c -Size (mod_ssl-2.8.22-1.3.33.tar.gz) = 754606 bytes -SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 +SHA1 (mod_ssl-2.8.23-1.3.33.tar.gz) = a2f676a948913e06c0bdc8f4700403a634dbfacf +RMD160 (mod_ssl-2.8.23-1.3.33.tar.gz) = 3a1c380d2f1bd6cd4d5f190139af8ae239188a2f +Size (mod_ssl-2.8.23-1.3.33.tar.gz) = 819631 bytes +SHA1 (patch-aa) = f2db042ff2e15ebfc9387b254467be78747cf947 SHA1 (patch-ab) = 936bc956761559c51263cf7645d135abe40069cd -SHA1 (patch-ac) = ebdd43a3ce98fbd20ea515e06eb7f41d440cd294 diff --git a/www/ap-ssl/patches/patch-aa b/www/ap-ssl/patches/patch-aa index 3df434485e3..f8d5ea2816e 100644 --- a/www/ap-ssl/patches/patch-aa +++ b/www/ap-ssl/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.8 2001/10/17 19:17:11 jlam Exp $ +$NetBSD: patch-aa,v 1.9 2005/07/14 04:04:58 wiz Exp $ ---- pkg.sslmod/libssl.module.orig Sun May 20 05:13:47 2001 -+++ pkg.sslmod/libssl.module Sat Jun 9 02:43:23 2001 -@@ -429,7 +429,7 @@ +--- pkg.sslmod/libssl.module.orig 2005-07-06 10:32:14.000000000 +0200 ++++ pkg.sslmod/libssl.module +@@ -434,7 +434,7 @@ ConfigStart exit 1 fi fi diff --git a/www/ap-ssl/patches/patch-ac b/www/ap-ssl/patches/patch-ac deleted file mode 100644 index 90319bd460e..00000000000 --- a/www/ap-ssl/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2003/04/10 08:36:42 wiz Exp $ - ---- pkg.sslmod/ssl_util_ssl.h.orig Thu Oct 24 09:08:11 2002 -+++ pkg.sslmod/ssl_util_ssl.h -@@ -86,7 +86,7 @@ - /* - * Backward compatibility. - */ --#if SSL_LIBRARY_VERSION < 0x00906100 -+#ifndef OPENSSL_free - #define OPENSSL_free free - #endif - |