diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-28 06:24:36 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-28 06:24:36 +0800 |
commit | 210144a1287321ebdb3c5c508cb84e8275cc77e0 (patch) | |
tree | 84ef02ede0b4ee084ad3f4546a5b6036c393ee92 /www/mod_php5 | |
parent | 3d4d1fc7341259749d96097c371444e98fc90e52 (diff) | |
download | freebsd-ports-gnome-210144a1287321ebdb3c5c508cb84e8275cc77e0.tar.gz freebsd-ports-gnome-210144a1287321ebdb3c5c508cb84e8275cc77e0.tar.zst freebsd-ports-gnome-210144a1287321ebdb3c5c508cb84e8275cc77e0.zip |
Upgrade to mod_ssl 2.2.0.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 6971e1d17414..7f3121612c19 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.1.8-1.3.4.tar.gz) = b000d50c714661e7b0c3ae9d319861b4 +MD5 (mod_ssl-2.2.0-1.3.4.tar.gz) = d8dcf725a5058ddb1b3780103b8251a3 diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index bfbee385200a..39c2410e44b6 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -6,7 +6,7 @@ fi /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ -Please select desired options:" -1 -1 10 \ +Please select desired options:" -1 -1 11 \ tuning "Apache: performance tuning" OFF \ modssl "Apache: SSL support" OFF \ GD "PHP3: GD library support" ON \ @@ -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.1.8 +VERSION_MODSSL= 2.2.0 RESTRICTED= "Contains cryptography" |