diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-23 00:02:13 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-23 00:02:13 +0000 |
commit | 4993756c134e328ccec10b76e74d407b9bd53f5e (patch) | |
tree | a9066950b58fa06872a620db2e239ee5323c2e00 /www/mod_php5 | |
parent | Times are in microseconds, not milliseconds. (diff) |
Upgrade to Apache 1.3.11 and mod_ssl 2.5.0.
Notes
Notes:
svn path=/head/; revision=24957
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 4 | ||||
-rw-r--r-- | www/mod_php5/pkg-plist | 16 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
4 files changed, 19 insertions, 5 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index fa1f9318f137..34850b1be334 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -51,7 +51,7 @@ Y2K= http://www.php.net/y2k.php3 PHP_DISTDIR= version4/downloads -VERSION_APACHE= 1.3.9 +VERSION_APACHE= 1.3.11 VERSION_PHP= 4.0b2 NO_LATEST_LINK= yes diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 543666fdc20e..ff627e504eda 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,4 +1,4 @@ -MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 +MD5 (apache_1.3.11.tar.gz) = 8e0e4c9b410d4d4c4f5832fc0662b9e1 MD5 (php-4.0b2.tar.gz) = 509c245c2ec36d227985dd550e94240c -MD5 (mod_ssl-2.4.10-1.3.9.tar.gz) = 29ae3ab47184bc1056f0b862455f7bfa +MD5 (mod_ssl-2.5.0-1.3.11.tar.gz) = 0d630dd536e2cdc6885368c79b45766f MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55 diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist index 450f16a55159..965c5f265e81 100644 --- a/www/mod_php5/pkg-plist +++ b/www/mod_php5/pkg-plist @@ -94,7 +94,19 @@ sbin/rotatelogs share/apache/cgi-bin/printenv share/apache/cgi-bin/test-cgi share/apache/htdocs/apache_pb.gif -share/apache/htdocs/index.html +share/apache/htdocs/index.html.ca +share/apache/htdocs/index.html.cz +share/apache/htdocs/index.html.de +share/apache/htdocs/index.html.dk +share/apache/htdocs/index.html.ee +share/apache/htdocs/index.html.en +share/apache/htdocs/index.html.es +share/apache/htdocs/index.html.fr +share/apache/htdocs/index.html.it +share/apache/htdocs/index.html.lu +share/apache/htdocs/index.html.nl +share/apache/htdocs/index.html.pt +share/apache/htdocs/index.html.se share/apache/htdocs/manual/LICENSE share/apache/htdocs/manual/bind.html share/apache/htdocs/manual/cgi_path.html @@ -141,6 +153,7 @@ share/apache/htdocs/manual/misc/perf-dec.html share/apache/htdocs/manual/misc/perf-hp.html share/apache/htdocs/manual/misc/perf-tuning.html share/apache/htdocs/manual/misc/perf.html +share/apache/htdocs/manual/misc/rewriteguide.html share/apache/htdocs/manual/misc/security_tips.html share/apache/htdocs/manual/misc/vif-info.html share/apache/htdocs/manual/misc/windoz_keepalive.html @@ -195,6 +208,7 @@ share/apache/htdocs/manual/mod/mod_userdir.html share/apache/htdocs/manual/mod/mod_usertrack.html share/apache/htdocs/manual/mod/mod_vhost_alias.html share/apache/htdocs/manual/multilogs.html +share/apache/htdocs/manual/netware.html share/apache/htdocs/manual/new_features_1_0.html share/apache/htdocs/manual/new_features_1_1.html share/apache/htdocs/manual/new_features_1_2.html diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index d32bb1174ad2..1fe0db06279b 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -143,7 +143,7 @@ LIB_DEPENDS+= crypto.1:\${PORTSDIR}/security/openssl \\ ssl.1:\${PORTSDIR}/security/openssl RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.4.10 +VERSION_MODSSL= 2.5.0 RESTRICTED= "Contains cryptography" |