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 ap-ssl package (mod_ssl) to 2.8.17.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abea0a702753
branches:  trunk
changeset: 475277:abea0a702753
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 13 11:40:14 2004 +0000

description:
Update ap-ssl package (mod_ssl) to 2.8.17.

  Changes with mod_ssl 2.8.17 (01-Nov-2003 to 11-May-2004)

   *) Upgraded to Apache 1.3.31

   *) Log the OpenSSL error stack contents if the crypto engine
      load/init fails.

   *) Fixed segfault in lookup of variable SESSION_ID
      in case SSL_get_session() returns NULL.

   *) Bugfix "dbm" session cache: the DBM file was closed
      too early (before accessing the data).

   *) Bugfix "shmcb" session cache for situations where
      the session data is bigger than the cache size.

   *) Adjusted all copyright messages to contain the new year 2004 ;)

diffstat:

 www/ap-ssl/Makefile |  9 ++++-----
 www/ap-ssl/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r f34a018985ef -r abea0a702753 www/ap-ssl/Makefile
--- a/www/ap-ssl/Makefile       Thu May 13 11:40:13 2004 +0000
+++ b/www/ap-ssl/Makefile       Thu May 13 11:40:14 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2004/04/26 20:28:54 jlam Exp $
+# $NetBSD: Makefile,v 1.79 2004/05/13 11:40:14 taca Exp $
 
-DISTNAME=              mod_ssl-2.8.16-1.3.29
-PKGNAME=               ap-ssl-2.8.16
-PKGREVISION=           2
+DISTNAME=              mod_ssl-2.8.17-1.3.31
+PKGNAME=               ap-ssl-2.8.17
 CATEGORIES=            www security
 MASTER_SITES=          http://www.modssl.org/source/ \
                        ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ \
@@ -14,7 +13,7 @@
 
 CONFLICTS=             apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]*
 
-BUILDLINK_DEPENDS.apache=      apache>=1.3.29
+BUILDLINK_DEPENDS.apache=      apache>=1.3.31
 
 USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes
diff -r f34a018985ef -r abea0a702753 www/ap-ssl/distinfo
--- a/www/ap-ssl/distinfo       Thu May 13 11:40:13 2004 +0000
+++ b/www/ap-ssl/distinfo       Thu May 13 11:40:14 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2003/11/02 05:38:56 grant Exp $
+$NetBSD: distinfo,v 1.20 2004/05/13 11:40:14 taca Exp $
 
-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 (mod_ssl-2.8.17-1.3.31.tar.gz) = 942ca41a95f1e671ecabf90a8704b85de42d5d42
+Size (mod_ssl-2.8.17-1.3.31.tar.gz) = 754472 bytes
 SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15
 SHA1 (patch-ab) = 936bc956761559c51263cf7645d135abe40069cd
 SHA1 (patch-ac) = ebdd43a3ce98fbd20ea515e06eb7f41d440cd294



Home | Main Index | Thread Index | Old Index