diff options
author | dirk <dirk@FreeBSD.org> | 2000-01-15 07:41:06 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-01-15 07:41:06 +0800 |
commit | ddd2e6627e123fa8c62d9251f3cb737033acf4ae (patch) | |
tree | e62a92856b01a274143873de468d860e33fb21e7 /www/mod_php3/Makefile | |
parent | 30f0e32fa3dcda36fe8c67eb2c4ab16e98bd1840 (diff) | |
download | freebsd-ports-gnome-ddd2e6627e123fa8c62d9251f3cb737033acf4ae.tar.gz freebsd-ports-gnome-ddd2e6627e123fa8c62d9251f3cb737033acf4ae.tar.zst freebsd-ports-gnome-ddd2e6627e123fa8c62d9251f3cb737033acf4ae.zip |
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/Makefile')
-rw-r--r-- | www/mod_php3/Makefile | 3 |
1 files changed, 3 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 |