diff options
author | dirk <dirk@FreeBSD.org> | 1999-02-08 05:20:01 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-02-08 05:20:01 +0800 |
commit | 96f087912ec875418fecbb1dc4168b45d0002cd5 (patch) | |
tree | ea1266a19bfda753b8d9b430837a6ead844bfad2 /www/mod_php5 | |
parent | 17d5eb2cde6858f8ac046d8c0bac0263cb79ee96 (diff) | |
download | freebsd-ports-gnome-96f087912ec875418fecbb1dc4168b45d0002cd5.tar.gz freebsd-ports-gnome-96f087912ec875418fecbb1dc4168b45d0002cd5.tar.zst freebsd-ports-gnome-96f087912ec875418fecbb1dc4168b45d0002cd5.zip |
Upgrade to mod_ssl 2.2.2.
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 f061644bf2c2..da629da8b9d1 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.6.tar.gz) = 96515bee666334462ce3c8562334ab8c -MD5 (mod_ssl-2.2.1-1.3.4.tar.gz) = c5bbb786e11e85ee52ce751411f715c6 +MD5 (mod_ssl-2.2.2-1.3.4.tar.gz) = c111207d7a83af17e38076093e80c094 diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index d4c2649841b8..dda3870958d7 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -103,7 +103,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.2.1 +VERSION_MODSSL= 2.2.2 RESTRICTED= "Contains cryptography" |