diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-22 14:00:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-02-22 14:00:32 +0000 |
commit | f226f4c81eb4535290b268ef68f75f73a31eedd4 (patch) | |
tree | e6d654a8d9326e3b99ad8b61ba800ee57bd615b9 /www/mod_php3 | |
parent | I meant to say, "Update to version 0.8.8". (diff) |
Upgrade to mod_ssl 2.2.3.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index da629da8b9d1..fc4f8bc49aab 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3 MD5 (php-3.0.6.tar.gz) = 96515bee666334462ce3c8562334ab8c -MD5 (mod_ssl-2.2.2-1.3.4.tar.gz) = c111207d7a83af17e38076093e80c094 +MD5 (mod_ssl-2.2.3-1.3.4.tar.gz) = eaa885df7ed38ce92396ec3271df0a68 diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 1ec3520db0c5..0ffc796e97e1 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -88,6 +88,7 @@ while [ "$1" ]; do PKGNAME= apache-php3-\${VERSION_APACHE}+mod_ssl-\${VERSION_MODSSL} MASTER_SITES+= http://www.engelschall.com/sw/mod_ssl/distrib/ \\ ftp://ftp.engelschall.com/sw/mod_ssl/ \\ + ftp://ftp.ecrc.net/pub/security/mod_ssl/ \\ ftp://ftp.nvg.ntnu.no/pub/unix/mod_ssl/ \\ ftp://ftp.ulpgc.es/pub/mod_ssl/ \\ ftp://glock.missouri.edu/pub/mod_ssl/ \\ @@ -103,7 +104,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.2.2 +VERSION_MODSSL= 2.2.3 RESTRICTED= "Contains cryptography" |