diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-12 20:31:53 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-12 20:31:53 +0000 |
commit | f22b2cf2324f0ca3496cd8f3bbd1580cbe95061d (patch) | |
tree | b3ed05d5928504af6b3aa69bee2f69c47a72a170 /www/apache13-modperl/Makefile | |
parent | Update to 1.2.4 (diff) |
SECURITY: CVE-2005-3352 (cve.mitre.org)
mod_imap: Escape untrusted referer header before outputting in HTML
to avoid potential cross-site scripting. Change also made to
ap_escape_html so we escape quotes. Reported by JPCERT.
[Mark Cox]
Reported by: simon
Notes
Notes:
svn path=/head/; revision=151041
Diffstat (limited to 'www/apache13-modperl/Makefile')
-rw-r--r-- | www/apache13-modperl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache13-modperl/Makefile b/www/apache13-modperl/Makefile index e929f7cdea48..ff6441de2db5 100644 --- a/www/apache13-modperl/Makefile +++ b/www/apache13-modperl/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache+mod_perl PORTVERSION= ${VERSION_APACHE} +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD:S/$/:apache/} \ ${MASTER_SITE_PERL_CPAN:S/$/Apache\/:modperl/} |