Subject: CVS commit: pkgsrc/www/apache-tomcat55
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 11/20/2007 22:13:30
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Tue Nov 20 22:13:30 UTC 2007

Modified Files:
	pkgsrc/www/apache-tomcat55: Makefile PLIST distinfo

Log Message:
Update to 5.5.25
Fix install permissions to silence checkperms

In brief:
Fix WebDAV Servlet so it works correctly with MS clients. (markt)
Fix XSS security vulnerability (CVE-2007-2450) in the Manager and Host Manager. Reported by Daiki Fukumori. (markt)
Fix NPE when a ResourceLink in context.xml tries to override an env-entry in web.xml. (markt)
Fix XSS security vulnerabilities (CVE-2007-2449) in the examples. Reported by Toshiharu Sugiyama. (markt)
Add some additional mime-type mappings. (markt)
Ensure JARs in webapps are scanned for TLDs when the Tomcat installation path contains spaces. (markt)
Add link to httpd 2.2 mod_proxy_ajp docs in AJP connector doc. (yoavs)

For all the details see:
	http://tomcat.apache.org/tomcat-5.5-doc/changelog.html


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/www/apache-tomcat55/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/apache-tomcat55/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/www/apache-tomcat55/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.