diff options
author | taca <taca@pkgsrc.org> | 2004-05-13 11:40:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-05-13 11:40:14 +0000 |
commit | 822c75de8b44e1ecc5c8d51a0bf7ab40a7045535 (patch) | |
tree | 1605205689b25e26d838c04024caef270a068e65 /www/ap-ssl/Makefile | |
parent | 49d0e527928b72cf83a3ad0e2c8709ef4cf27abf (diff) | |
download | pkgsrc-822c75de8b44e1ecc5c8d51a0bf7ab40a7045535.tar.gz |
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 (limited to 'www/ap-ssl/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 4ead8fe0cd1..0252a02ece9 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -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 @@ COMMENT= SSL/TLS protocols module for Apache 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 |