Updte to 7.0.41

Changelog:
    Add a Servlet Filter that implements CORS. Patch provided by Mohit Soni.
    Ensure that when Tomcat's anti-resource locking features are used that the temporary copy of the web application and not the original is removed when the web application stops.
    Add support for the version attribute to the deploy command of the Ant tasks for interfacing with the text based Manager application. Patch provided by Sergey Tcherednichenko.
This commit is contained in:
ryoon 2013-06-17 15:07:54 +00:00
parent 2369324e73
commit 16542ad77d
3 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2013/05/19 13:05:46 ryoon Exp $
# $NetBSD: Makefile,v 1.13 2013/06/17 15:07:54 ryoon Exp $
#
DISTNAME= apache-tomcat-${TOMCAT_VER}
@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= destdir
.include "../../mk/bsd.prefs.mk"
TOMCAT_VER= 7.0.40
TOMCAT_VER= 7.0.41
TOMCAT_HOME= ${PREFIX}/share/tomcat
EGDIR= ${PREFIX}/share/examples/tomcat
DOCDIR= ${PREFIX}/share/doc/tomcat

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2013/05/19 13:05:46 ryoon Exp $
@comment $NetBSD: PLIST,v 1.7 2013/06/17 15:07:54 ryoon Exp $
share/doc/tomcat/LICENSE
share/doc/tomcat/NOTICE
share/doc/tomcat/RELEASE-NOTES
@ -149,6 +149,7 @@ share/tomcat/webapps/docs/html-manager-howto.html
share/tomcat/webapps/docs/images/add.gif
share/tomcat/webapps/docs/images/asf-logo.gif
share/tomcat/webapps/docs/images/code.gif
share/tomcat/webapps/docs/images/cors-flowchart.png
share/tomcat/webapps/docs/images/design.gif
share/tomcat/webapps/docs/images/docs.gif
share/tomcat/webapps/docs/images/fix.gif

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2013/05/19 13:05:46 ryoon Exp $
$NetBSD: distinfo,v 1.9 2013/06/17 15:07:54 ryoon Exp $
SHA1 (apache-tomcat-7.0.40.tar.gz) = 2fe185842076458da57b54f0a2cc3f5b41ae007d
RMD160 (apache-tomcat-7.0.40.tar.gz) = 7b16c2d71c3f09b0e941042c50377fbdfcaabd03
Size (apache-tomcat-7.0.40.tar.gz) = 7843733 bytes
SHA1 (apache-tomcat-7.0.41.tar.gz) = 87974fcc24711ea253fb43e3db450664e02e1adf
RMD160 (apache-tomcat-7.0.41.tar.gz) = cfc76367c2019d0f6c73dbbb57ba0222753f2d28
Size (apache-tomcat-7.0.41.tar.gz) = 7946142 bytes