summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1999-06-08 09:04:21 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1999-06-08 09:04:21 +0000
commit75e4134bc7c2405e567ae67199de3035d88c5183 (patch)
tree01958b2713076b6ec19def0e0c7ba3dc07ed529c /www
parentChange {MASTER,PATCH}SITES: titech -> LOCAL_PORTS_JP. (diff)
Upgrade to Apache 1.3.6 + mod_ssl 2.3.2
This especially makes the new Shared Memory based SSL session cache available through the use the MM port.
Notes
Notes: svn path=/head/; revision=19305
Diffstat (limited to 'www')
-rw-r--r--www/apache13-modssl/Makefile11
-rw-r--r--www/apache13-modssl/distinfo2
-rw-r--r--www/apache13-modssl/pkg-descr2
3 files changed, 9 insertions, 6 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index 0d797d2fc09b..65788a6a028d 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: Apache + mod_ssl
-# Version required: 1.3.6 + 2.3.1
+# Version required: 1.3.6 + 2.3.2
# Date created: Sat Aug 22 12:00:00 CDT 1998
# Whom: rse@engelschall.com
#
-# $Id: Makefile,v 1.31 1999/04/30 21:48:16 rse Exp $
+# $Id: Makefile,v 1.32 1999/06/02 07:18:31 dirk Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -42,12 +42,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= rse@engelschall.com
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \
+ mm-config:${PORTSDIR}/devel/mm \
${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \
- ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl
+ ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl \
+ ${PREFIX}/lib/libmm.a:${PORTSDIR}/devel/mm
RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl
VERSION_APACHE= 1.3.6
-VERSION_MODSSL= 2.3.1
+VERSION_MODSSL= 2.3.2
Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.3/ssl_faq.html#y2k
RESTRICTED= "Contains cryptography"
@@ -89,6 +91,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \
CONFIGURE_ENV= CFLAGS='${CFLAGS}' \
OPTIM='${OPTIM}' \
SSL_BASE='SYSTEM' \
+ EAPI_MM='SYSTEM' \
PATH="${PREFIX}/bin:${PATH}"
INSTALL_TARGET= install-quiet
diff --git a/www/apache13-modssl/distinfo b/www/apache13-modssl/distinfo
index 34d5a67c9339..f432119af78a 100644
--- a/www/apache13-modssl/distinfo
+++ b/www/apache13-modssl/distinfo
@@ -1,2 +1,2 @@
MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643
-MD5 (mod_ssl-2.3.1-1.3.6.tar.gz) = e82a532308eaff55d68925c5bd0efdf6
+MD5 (mod_ssl-2.3.2-1.3.6.tar.gz) = faf92b30dd8c63d2925b83ffaea01670
diff --git a/www/apache13-modssl/pkg-descr b/www/apache13-modssl/pkg-descr
index b3dd15df941c..9cf85636d25b 100644
--- a/www/apache13-modssl/pkg-descr
+++ b/www/apache13-modssl/pkg-descr
@@ -31,7 +31,7 @@
o Support for explicit seeding of the PRNG from external sources
o Additional boolean-expression based access control facility
o Backward compatibility to other Apache SSL solutions
- o Inter-process SSL session cache
+ o Inter-process SSL session cache (DBM and Shared Memory based)
o Powerful dedicated SSL engine logging facility
o Simple and robust application to Apache source trees
o Fully integrated into the Apache 1.3 configuration mechanism