diff options
author | dirk <dirk@FreeBSD.org> | 1999-02-22 14:00:32 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-02-22 14:00:32 +0000 |
commit | 5d4f02244954f245846babf1aa19a5fb0a4701da (patch) | |
tree | 0a4f02702cceef7d1d6085d2419eb36c7d6dcaa1 /www/mod_php3/scripts | |
parent | c0c73bc141df1cbe2dc6a7aca4207dc51033d16a (diff) | |
download | FreeBSD-ports-5d4f02244954f245846babf1aa19a5fb0a4701da.zip FreeBSD-ports-5d4f02244954f245846babf1aa19a5fb0a4701da.tar.gz |
Upgrade to mod_ssl 2.2.3.
Diffstat (limited to 'www/mod_php3/scripts')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 1ec3520..0ffc796 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" |