diff options
author | jlam <jlam> | 2002-02-01 16:05:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-01 16:05:15 +0000 |
commit | b2b1db3874349c2ba32c3c1a49f137c1bea538bc (patch) | |
tree | bcb318cd3de0c20daca005f0f18f3a0901ac0657 /www/ap-ssl | |
parent | 99d49bbfe53332cd4cf34f75544ef988b60e8823 (diff) | |
download | pkgsrc-b2b1db3874349c2ba32c3c1a49f137c1bea538bc.tar.gz |
Update www/ap-ssl to 2.8.6:
*) Upgraded to Apache 1.3.23
*) Fixed a subtle indexing bug in SHMCB. Each sub-cache used an
indexing structure that (correctly) used index values (and ranges)
as "unsigned int", but the meta-structure in the header had these
ranged as "unsigned char".
*) Perform the SHMCB remove operation under mutual exclusion
to prevent a inter-process synchronization problem.
*) Made sure that mod_ssl does not segfault in case of
SCOREBOARD_SIZE < 1024.
*) Merged in the SDBM patch from Uwe Ohse which fixes a problem with
sdbms .dir file, which arrises when a second .dir block is needed
for the first time. read() returns 0 in that case, and the library
forgot to initialize that new block. A related problem is that the
calculation of db->maxbno is wrong. It just appends 4096*BYTESIZ
bits, which is not enough except for small databases (.dir
basically doubles everytime it's too small).
Diffstat (limited to 'www/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 20 | ||||
-rw-r--r-- | www/ap-ssl/distinfo | 6 |
2 files changed, 11 insertions, 15 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 78e8a59b3e7..1238e069e1d 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2002/01/01 06:12:38 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2002/02/01 16:05:15 jlam Exp $ -DISTNAME= mod_ssl-2.8.5-1.3.22 -PKGNAME= ap-ssl-2.8.5 +DISTNAME= mod_ssl-2.8.6-1.3.23 +PKGNAME= ap-ssl-2.8.6 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ @@ -9,18 +9,13 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.modssl.org/ COMMENT= SSL/TLS protocols module for Apache -DEPENDS+= apache>=1.3.22:../../www/apache -# For "apxs": -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 - CONFLICTS= apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]* -HAS_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +DEPENDS+= apache-1.3.23:../../www/apache -.include "../../mk/bsd.prefs.mk" +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES -CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} MAKE_ENV+= SSL_RPATH_LDFLAGS="-R${SSLBASE}/lib" @@ -58,7 +53,7 @@ post-build: > ${WRKSRC}/pkg.sslsup/mkcert.sh pre-install: - ${SED} ${FILES_SUBST_SED} \ + @${SED} ${FILES_SUBST_SED} \ ${FILESDIR}/README.mkcert > ${WRKDIR}/README.mkcert post-install: @@ -96,5 +91,6 @@ post-install: ${EGDIR}/ssl.prm .include "../../security/openssl/buildlink.mk" +.include "../../www/apache/buildlink.mk" .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ap-ssl/distinfo b/www/ap-ssl/distinfo index 22c9ef61d31..a882cd8a157 100644 --- a/www/ap-ssl/distinfo +++ b/www/ap-ssl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2001/11/26 07:34:06 jlam Exp $ +$NetBSD: distinfo,v 1.8 2002/02/01 16:05:16 jlam Exp $ -SHA1 (mod_ssl-2.8.5-1.3.22.tar.gz) = 432be249fbaa3a87391b50af7b138c5496fac209 -Size (mod_ssl-2.8.5-1.3.22.tar.gz) = 751863 bytes +SHA1 (mod_ssl-2.8.6-1.3.23.tar.gz) = 74b2e35c69780b8de00a06ed7b7d0d1acf904d3b +Size (mod_ssl-2.8.6-1.3.23.tar.gz) = 752025 bytes SHA1 (patch-aa) = 6b66b8d9e8bd03613376dca3b4e0dad3a2e7ed15 SHA1 (patch-ab) = bd1d4eeff91f87a2b46f1ce0ad95dab8a3c23c84 |