diff options
author | dirk <dirk@FreeBSD.org> | 1999-03-20 04:46:57 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-03-20 04:46:57 +0800 |
commit | 6501504264901b405984f1e38d4306aff8bf749e (patch) | |
tree | f7515386b8dc390e053338a34865a9fd8d27c3c9 /www/mod_php5 | |
parent | 80cbcb2569ddcf98a3f4a8688f2f5611ad2de7f4 (diff) | |
download | freebsd-ports-gnome-6501504264901b405984f1e38d4306aff8bf749e.tar.gz freebsd-ports-gnome-6501504264901b405984f1e38d4306aff8bf749e.tar.zst freebsd-ports-gnome-6501504264901b405984f1e38d4306aff8bf749e.zip |
Upgrade to mod_ssl 2.2.5.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 047c7ebcd2a1..b87f8f79a9bc 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3 MD5 (php-3.0.7.tar.gz) = 3881388d0bc88f0fda5bb925d908314a -MD5 (mod_ssl-2.2.4-1.3.4.tar.gz) = 8abe5c4d041c49f4fb8f4525f836fd59 +MD5 (mod_ssl-2.2.5-1.3.4.tar.gz) = bd333cddd2f3bd9a5e1999fd08fafb0f diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index c6fc2d656b46..14a8aafa4539 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -104,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.4 +VERSION_MODSSL= 2.2.5 RESTRICTED= "Contains cryptography" |