summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-06-17 15:07:54 +0000
committerryoon <ryoon@pkgsrc.org>2013-06-17 15:07:54 +0000
commit16542ad77d56163a11d7ade1444b8e58902a867b (patch)
tree5bb95c0cbac10a6d9cc000f0abfcf90fcfeda382 /www
parent2369324e73edc028db1d4c1ca5e2c902e35ecc52 (diff)
downloadpkgsrc-16542ad77d56163a11d7ade1444b8e58902a867b.tar.gz
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.
Diffstat (limited to 'www')
-rw-r--r--www/apache-tomcat7/Makefile4
-rw-r--r--www/apache-tomcat7/PLIST3
-rw-r--r--www/apache-tomcat7/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/www/apache-tomcat7/Makefile b/www/apache-tomcat7/Makefile
index 8a260cef3f7..63a5a491dd2 100644
--- a/www/apache-tomcat7/Makefile
+++ b/www/apache-tomcat7/Makefile
@@ -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
diff --git a/www/apache-tomcat7/PLIST b/www/apache-tomcat7/PLIST
index 602d4366029..ce30705b338 100644
--- a/www/apache-tomcat7/PLIST
+++ b/www/apache-tomcat7/PLIST
@@ -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
diff --git a/www/apache-tomcat7/distinfo b/www/apache-tomcat7/distinfo
index 086f69e66ae..6e19a14a32e 100644
--- a/www/apache-tomcat7/distinfo
+++ b/www/apache-tomcat7/distinfo
@@ -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