diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-02 14:22:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-02 14:22:23 +0000 |
commit | 7e8dea6c91f3745410716dd9b659712686677c2e (patch) | |
tree | b314ba07c25058173e8b48e3424416097f65e760 /www/ap-ssl | |
parent | fbb10cccfb43eb5e3385f867416a30c1620af6c8 (diff) | |
download | pkgsrc-7e8dea6c91f3745410716dd9b659712686677c2e.tar.gz |
Update www/ap-ssl to 2.8.8. Changes from version 2.8.7 include:
*) Upgraded to Apache 1.3.24
*) Support leading whitespaces in commands of SSLLog "|..." directives.
*) Fixed timeout handling on connection establishment by correctly
resetting the timeout on errors.
*) Fixed two memory leaks related to CA certificate configuration.
*) Fixed memory leak related to temporary DH key handling.
*) Fixed memory leak on shutdown if CRLs are used.
*) Fixed remaining SIGBUS problems on SPARC inside SHMCB session
cache implementation.
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 657407d4a84..d5bae78a9c6 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2002/02/28 05:45:44 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2002/04/02 14:22:23 jlam Exp $ -DISTNAME= mod_ssl-2.8.7-1.3.23 -PKGNAME= ap-ssl-2.8.7 +DISTNAME= mod_ssl-2.8.8-1.3.24 +PKGNAME= ap-ssl-2.8.8 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ @@ -11,7 +11,7 @@ COMMENT= SSL/TLS protocols module for Apache CONFLICTS= apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]* -DEPENDS+= apache-1.3.23nb1:../../www/apache +DEPENDS+= apache-1.3.24:../../www/apache USE_BUILDLINK_ONLY= YES diff --git a/www/ap-ssl/distinfo b/www/ap-ssl/distinfo index 044ce9b711e..6e98181fce7 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2002/02/28 05:45:44 jlam Exp $ +$NetBSD: distinfo,v 1.10 2002/04/02 14:22:23 jlam Exp $ -SHA1 (mod_ssl-2.8.7-1.3.23.tar.gz) = c8a2b838b6e54e2fb1ef0983c65996b1260bb2b0 -Size (mod_ssl-2.8.7-1.3.23.tar.gz) = 751993 bytes +SHA1 (mod_ssl-2.8.8-1.3.24.tar.gz) = 9d9e7d0b78591a56b3c251a25a47e394719c8e36 +Size (mod_ssl-2.8.8-1.3.24.tar.gz) = 752322 bytes SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 SHA1 (patch-ab) = bd1d4eeff91f87a2b46f1ce0ad95dab8a3c23c84 |