diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-03 17:07:58 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-03 17:07:58 +0000 |
commit | 62a3a36bfa5fd3cc00bb312be41c58908bde6f0d (patch) | |
tree | a3c0321694b690ba30abb8bbd4652db7bfc05729 /www/mod_php5 | |
parent | Enable building XF86Setup with tcl/tk 8.3 (diff) |
Add "cross side scripting" security patch.
See http://www.apache.org/info/css-security/ for details.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 3 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index a35df05b79c3..5286218b36d2 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -40,6 +40,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 BROKEN= "PHP-${VERSION_PHP} is beta. Beware the bugs. Enter at your own risk!" diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 57ee0806110e..f8c95aa39fa8 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,4 +1,5 @@ MD5 (apache_1.3.11.tar.gz) = 8e0e4c9b410d4d4c4f5832fc0662b9e1 +MD5 (apache_1.3.11_css_patch.txt) = 71e31be23012752ffd898f6345c344be MD5 (php-4.0b3.tar.gz) = f794d1650923cecbce261ab57ed42d04 MD5 (mod_ssl-2.5.0-1.3.11.tar.gz) = 0d630dd536e2cdc6885368c79b45766f MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55 |