pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap-ssl Update to 2.8.23:
details: https://anonhg.NetBSD.org/pkgsrc/rev/97f1a1303b3a
branches: trunk
changeset: 496838:97f1a1303b3a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 14 04:04:58 2005 +0000
description:
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:
www/ap-ssl/Makefile | 6 +++---
www/ap-ssl/distinfo | 11 +++++------
www/ap-ssl/patches/patch-aa | 8 ++++----
www/ap-ssl/patches/patch-ac | 13 -------------
4 files changed, 12 insertions(+), 26 deletions(-)
diffs (64 lines):
diff -r 171af26749ad -r 97f1a1303b3a www/ap-ssl/Makefile
--- a/www/ap-ssl/Makefile Thu Jul 14 03:57:02 2005 +0000
+++ b/www/ap-ssl/Makefile Thu Jul 14 04:04:58 2005 +0000
@@ -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 -r 171af26749ad -r 97f1a1303b3a www/ap-ssl/distinfo
--- a/www/ap-ssl/distinfo Thu Jul 14 03:57:02 2005 +0000
+++ b/www/ap-ssl/distinfo Thu Jul 14 04:04:58 2005 +0000
@@ -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 -r 171af26749ad -r 97f1a1303b3a www/ap-ssl/patches/patch-aa
--- a/www/ap-ssl/patches/patch-aa Thu Jul 14 03:57:02 2005 +0000
+++ b/www/ap-ssl/patches/patch-aa Thu Jul 14 04:04:58 2005 +0000
@@ -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 -r 171af26749ad -r 97f1a1303b3a www/ap-ssl/patches/patch-ac
--- a/www/ap-ssl/patches/patch-ac Thu Jul 14 03:57:02 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
-
Home |
Main Index |
Thread Index |
Old Index