diff options
author | dirk <dirk@FreeBSD.org> | 1999-06-08 18:28:05 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-06-08 18:28:05 +0800 |
commit | 909abc6f737e594b24d52b5c149a79378bbb8c05 (patch) | |
tree | 457357aea9b9d0feec395fa490a0508c7aa47cea /www | |
parent | 700a43ab7627b340960eea38a21fe1e8dc4a3b41 (diff) | |
download | freebsd-ports-gnome-909abc6f737e594b24d52b5c149a79378bbb8c05.tar.gz freebsd-ports-gnome-909abc6f737e594b24d52b5c149a79378bbb8c05.tar.zst freebsd-ports-gnome-909abc6f737e594b24d52b5c149a79378bbb8c05.zip |
Sync with apache13-modssl:
"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/mod_php3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 8 | ||||
-rw-r--r-- | www/mod_php4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 8 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 8 |
6 files changed, 18 insertions, 12 deletions
diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 98876bf32b03..ce6147979d53 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 MD5 (php-3.0.8.tar.gz) = bcce7d4b7cc1f6535cab03f401dc11de -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/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index eccbac5a7f0c..088d1a92ef36 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -105,17 +105,19 @@ MASTER_SITES+= http://www.modssl.org/source/ \\ DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX} 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_MODSSL= 2.3.1 +VERSION_MODSSL= 2.3.2 RESTRICTED= "Contains cryptography" CONFIGURE_ARGS+=--enable-module=ssl \ --enable-module=define -CONFIGURE_ENV+= SSL_BASE='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" +CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" PLIST= \${PKGDIR}/PLIST.modssl SSL= ssl diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index 98876bf32b03..ce6147979d53 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 MD5 (php-3.0.8.tar.gz) = bcce7d4b7cc1f6535cab03f401dc11de -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/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index eccbac5a7f0c..088d1a92ef36 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -105,17 +105,19 @@ MASTER_SITES+= http://www.modssl.org/source/ \\ DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX} 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_MODSSL= 2.3.1 +VERSION_MODSSL= 2.3.2 RESTRICTED= "Contains cryptography" CONFIGURE_ARGS+=--enable-module=ssl \ --enable-module=define -CONFIGURE_ENV+= SSL_BASE='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" +CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" PLIST= \${PKGDIR}/PLIST.modssl SSL= ssl diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 98876bf32b03..ce6147979d53 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 MD5 (php-3.0.8.tar.gz) = bcce7d4b7cc1f6535cab03f401dc11de -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/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index eccbac5a7f0c..088d1a92ef36 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -105,17 +105,19 @@ MASTER_SITES+= http://www.modssl.org/source/ \\ DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX} 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_MODSSL= 2.3.1 +VERSION_MODSSL= 2.3.2 RESTRICTED= "Contains cryptography" CONFIGURE_ARGS+=--enable-module=ssl \ --enable-module=define -CONFIGURE_ENV+= SSL_BASE='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" +CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" PLIST= \${PKGDIR}/PLIST.modssl SSL= ssl |