diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-14 23:41:06 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-14 23:41:06 +0000 |
commit | 49214767b76f3f7751c601a35092e96a345317dc (patch) | |
tree | 02ddbffe33bbbe1d8ca9d3adf6b4faab71975fe9 /www/mod_php3 | |
parent | Update to 1.0.55 (diff) |
Add a patch via PATCH_SITES/PATCHFILES to fix a problem with popen
in safe_mode. Note: safe_mode is _not_ enabled with the port by default.
See
http://www.securityfocus.com/templates/archive.pike?list=1&msg=20000103224740.16223@white.koehntopp.de
for details.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 3 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index fb170922eaab..4bb7ac7415fd 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -41,6 +41,9 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz +PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ +PATCHFILES= php_file.c.diff + MAINTAINER= dirk@FreeBSD.org Y2K= http://www.php.net/y2k.php3 diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 201add4cfab4..c99f48c8719a 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,4 @@ MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 MD5 (php-3.0.13.tar.gz) = 2ba97c74d3d51e353c6e0e914b61ec79 MD5 (mod_ssl-2.4.10-1.3.9.tar.gz) = 29ae3ab47184bc1056f0b862455f7bfa +MD5 (php_file.c.diff) = d3aa270ed43dae04ec9df2a78c6c8c0f |