diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-02-02 21:14:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-02-02 21:14:22 +0000 |
commit | 2928c0e737e1aa035e835ed659236753fc16b254 (patch) | |
tree | 1602f2e24c48b4ebd9a31268a6060a081a60f87b /www/apache2/Makefile | |
parent | issue a warning when @owner or @group are found in the PLIST (diff) |
Add official cross side scripting security patch
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 22b1e3d287e5..7cb945beacb9 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -25,6 +25,9 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ +PATCH_SITES= http://www.apache.org/info/css-security/ +PATCHFILES= apache_1.3.11_css_patch.txt + MAINTAINER= ache@freebsd.org Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 |