diff options
author | dirk <dirk@FreeBSD.org> | 1999-06-09 23:18:28 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-06-09 23:18:28 +0800 |
commit | 5c22abcc118f3a30114021cabd8b41203fef5dcd (patch) | |
tree | 317d406a2d778d463a0a99f4241d577c3a3ce72a /www/mod_php4 | |
parent | 93438a0a0c0d4ba150ed1ba2f8dfb1b8f6bb4a04 (diff) | |
download | freebsd-ports-gnome-5c22abcc118f3a30114021cabd8b41203fef5dcd.tar.gz freebsd-ports-gnome-5c22abcc118f3a30114021cabd8b41203fef5dcd.tar.zst freebsd-ports-gnome-5c22abcc118f3a30114021cabd8b41203fef5dcd.zip |
Upgrade to mod_ssl 2.3.3.
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index ce6147979d53..2bc57ef206a2 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.2-1.3.6.tar.gz) = faf92b30dd8c63d2925b83ffaea01670 +MD5 (mod_ssl-2.3.3-1.3.6.tar.gz) = 9176b58e77808a5d32eca43a92911aaf diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 088d1a92ef36..fbc55730d820 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -111,7 +111,7 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.3.2 +VERSION_MODSSL= 2.3.3 RESTRICTED= "Contains cryptography" |