diff options
author | dirk <dirk@FreeBSD.org> | 2000-02-04 01:07:58 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-02-04 01:07:58 +0800 |
commit | deb1b0d38163753373c499bad0747753f55da771 (patch) | |
tree | c2db161b56fb6c1b8571dd3faa2d6a3c69bfe88d /www/mod_php3/Makefile | |
parent | f194072b08a5180ca43abad9142f33b712d436b3 (diff) | |
download | freebsd-ports-gnome-deb1b0d38163753373c499bad0747753f55da771.tar.gz freebsd-ports-gnome-deb1b0d38163753373c499bad0747753f55da771.tar.zst freebsd-ports-gnome-deb1b0d38163753373c499bad0747753f55da771.zip |
Add "cross side scripting" security patch.
See http://www.apache.org/info/css-security/ 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 8c47a6050a13..af20b972b211 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.apache.org/info/css-security/ +PATCHFILES= apache_1.3.11_css_patch.txt + MAINTAINER= dirk@FreeBSD.org Y2K= http://www.php.net/y2k.php3 |