diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-05-19 13:05:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-05-19 13:05:46 +0000 |
commit | f4d22399a2fb1bd1200a76f597b83fd401fd6a3f (patch) | |
tree | 59fa2befe6c64f6c3ab2b94569672b3d32e83b4a /www | |
parent | 55f2cd9817fdbce015bba8e5d83a17afb9a3712d (diff) | |
download | pkgsrc-f4d22399a2fb1bd1200a76f597b83fd401fd6a3f.tar.gz |
Update to 7.0.40
Changelog:
Tomcat 7.0.40 Released 2013-05-09
The Apache Tomcat Project is proud to announce the release of version 7.0.40 of Apache Tomcat. This release contains a security fix and a number of bug fixes and improvements compared to version 7.0.39. The notable changes include:
A fix for CVE-2013-2071 (bug 54178) an information disclosure issue.
Various fixes to stop Tomcat attempting to parse text that looks like an EL expression in a JSP document as an EL expression when EL expressions are either not permitted or not enabled.
Improved handling and reporting if a ConcurrentModificationException occurs while checking for memory leaks when a web application is being stopped.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache-tomcat7/Makefile | 4 | ||||
-rw-r--r-- | www/apache-tomcat7/PLIST | 4 | ||||
-rw-r--r-- | www/apache-tomcat7/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/apache-tomcat7/Makefile b/www/apache-tomcat7/Makefile index 8bfb1675973..8a260cef3f7 100644 --- a/www/apache-tomcat7/Makefile +++ b/www/apache-tomcat7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/04/25 14:30:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2013/05/19 13:05:46 ryoon Exp $ # DISTNAME= apache-tomcat-${TOMCAT_VER} @@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= destdir .include "../../mk/bsd.prefs.mk" -TOMCAT_VER= 7.0.39 +TOMCAT_VER= 7.0.40 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 f7f7b1f0325..602d4366029 100644 --- a/www/apache-tomcat7/PLIST +++ b/www/apache-tomcat7/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2013/01/25 21:09:26 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.6 2013/05/19 13:05:46 ryoon Exp $ share/doc/tomcat/LICENSE share/doc/tomcat/NOTICE share/doc/tomcat/RELEASE-NOTES @@ -31,7 +31,7 @@ share/tomcat/lib/catalina-ant.jar share/tomcat/lib/catalina-ha.jar share/tomcat/lib/catalina-tribes.jar share/tomcat/lib/catalina.jar -share/tomcat/lib/ecj-4.2.1.jar +share/tomcat/lib/ecj-4.2.2.jar share/tomcat/lib/el-api.jar share/tomcat/lib/jasper-el.jar share/tomcat/lib/jasper.jar diff --git a/www/apache-tomcat7/distinfo b/www/apache-tomcat7/distinfo index 1b940480de4..086f69e66ae 100644 --- a/www/apache-tomcat7/distinfo +++ b/www/apache-tomcat7/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2013/04/25 14:30:35 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2013/05/19 13:05:46 ryoon Exp $ -SHA1 (apache-tomcat-7.0.39.tar.gz) = a4dbca1ffa8f67cf9c985426ee019973638f4666 -RMD160 (apache-tomcat-7.0.39.tar.gz) = 421f8d923c4d3ef17691cdf7057ef91cbbd5d8e1 -Size (apache-tomcat-7.0.39.tar.gz) = 7831716 bytes +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 |