summaryrefslogtreecommitdiff
path: root/www/ap-ssl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-01 16:05:15 +0000
committerjlam <jlam>2002-02-01 16:05:15 +0000
commit45507b710ff4220821d811b8b986a44154060046 (patch)
treebcb318cd3de0c20daca005f0f18f3a0901ac0657 /www/ap-ssl/Makefile
parent10689411a677eb6a8d28647a2a9c4cf48b5f975c (diff)
downloadpkgsrc-45507b710ff4220821d811b8b986a44154060046.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/Makefile')
-rw-r--r--www/ap-ssl/Makefile20
1 files changed, 8 insertions, 12 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"