diff options
author | rse <rse@FreeBSD.org> | 1999-06-08 09:04:21 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-06-08 09:04:21 +0000 |
commit | 84a9a88af8344542dd403a448ee3e03ae029dd1d (patch) | |
tree | 7cce7e1c4e3ba692ddf9eb4b652a1001ee2f7244 /www | |
parent | 521bfba5f523a146f6f697ba523d2988c98bffe9 (diff) | |
download | FreeBSD-ports-84a9a88af8344542dd403a448ee3e03ae029dd1d.zip FreeBSD-ports-84a9a88af8344542dd403a448ee3e03ae029dd1d.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-modssl/Makefile | 11 | ||||
-rw-r--r-- | www/apache13-modssl/distinfo | 2 | ||||
-rw-r--r-- | www/apache13-modssl/pkg-descr | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 0d797d2..65788a6 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 34d5a67..f432119 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 b3dd15d..9cf8563 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 |