diff options
author | dirk <dirk@FreeBSD.org> | 2000-02-03 17:07:58 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-02-03 17:07:58 +0000 |
commit | deb1b0d38163753373c499bad0747753f55da771 (patch) | |
tree | c2db161b56fb6c1b8571dd3faa2d6a3c69bfe88d /www/mod_php3 | |
parent | f194072b08a5180ca43abad9142f33b712d436b3 (diff) | |
download | FreeBSD-ports-deb1b0d38163753373c499bad0747753f55da771.zip FreeBSD-ports-deb1b0d38163753373c499bad0747753f55da771.tar.gz |
Add "cross side scripting" security patch.
See http://www.apache.org/info/css-security/ 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 8c47a60..af20b97 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 diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 5e68bf1..22b08c7 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,4 @@ MD5 (apache_1.3.11.tar.gz) = 8e0e4c9b410d4d4c4f5832fc0662b9e1 +MD5 (apache_1.3.11_css_patch.txt) = 71e31be23012752ffd898f6345c344be MD5 (php-3.0.14.tar.gz) = 62b4e5f0452446febc5b5702e6a2aef6 MD5 (mod_ssl-2.5.0-1.3.11.tar.gz) = 0d630dd536e2cdc6885368c79b45766f |