pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache-tomcat7 Update to 7.0.85
details: https://anonhg.NetBSD.org/pkgsrc/rev/f66dd687cf22
branches: trunk
changeset: 377832:f66dd687cf22
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Mar 23 13:00:17 2018 +0000
description:
Update to 7.0.85
Changelog:
Tomcat 7.0.85 (violetagg)
Catalina
fix Prevent a stack trace being written to standard out when running on Java 10 due to changes in the LogManager implementation. (markt)
fix Avoid duplicate load attempts if one has been made already. (remm)
fix Avoid NPE in ThreadLocalLeakPreventionListener if there is no Engine. (remm)
fix 58143: Fix calling classloading transformers broken in 7.0.70 by the fix for 59619. This was observed when using Spring weaving. (rjung)
fix 62000: When a JNDI reference cannot be resolved, ensure that the root cause exception is reported rather than swallowed. (markt)
fix 62036: When caching an authenticated user Principal in the session when the web application is configured with the NonLoginAuthenticator, cache the internal Principal object rather
than the user facing Principal object as Tomcat requires the internal object to correctly process later authorization checks. (markt)
fix 62067: Correctly apply security constraints mapped to the context root using a URL pattern of "". (markt)
fix When using Tomcat embedded, only perform Authenticator configuration once during web application start. (markt)
fix Process all ServletSecurity annotations at web application start rather than at servlet load time to ensure constraints are applied consistently. (markt)
fix Minor optimization when calling class tranformers. (rjung)
Web applications
add 48672: Add documentation for the Host Manager web application. Patch provided by Marek Czernek. (markt)
Other
update Update the NSIS Installer used to build the Windows installer to version 3.03. (kkolinko)
diffstat:
www/apache-tomcat7/Makefile | 4 ++--
www/apache-tomcat7/PLIST | 4 +++-
www/apache-tomcat7/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (51 lines):
diff -r ca65e45b557e -r f66dd687cf22 www/apache-tomcat7/Makefile
--- a/www/apache-tomcat7/Makefile Fri Mar 23 12:58:43 2018 +0000
+++ b/www/apache-tomcat7/Makefile Fri Mar 23 13:00:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/01/31 23:27:43 zafer Exp $
+# $NetBSD: Makefile,v 1.36 2018/03/23 13:00:17 ryoon Exp $
DISTNAME= apache-tomcat-${TOMCAT_VER}
CATEGORIES= www
@@ -21,7 +21,7 @@
.include "../../mk/bsd.prefs.mk"
-TOMCAT_VER= 7.0.84
+TOMCAT_VER= 7.0.85
TOMCAT_HOME= ${PREFIX}/share/tomcat
EGDIR= ${PREFIX}/share/examples/tomcat
DOCDIR= ${PREFIX}/share/doc/tomcat
diff -r ca65e45b557e -r f66dd687cf22 www/apache-tomcat7/PLIST
--- a/www/apache-tomcat7/PLIST Fri Mar 23 12:58:43 2018 +0000
+++ b/www/apache-tomcat7/PLIST Fri Mar 23 13:00:17 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2018/01/31 23:27:43 zafer Exp $
+@comment $NetBSD: PLIST,v 1.19 2018/03/23 13:00:17 ryoon Exp $
share/doc/tomcat/LICENSE
share/doc/tomcat/NOTICE
share/doc/tomcat/RELEASE-NOTES
@@ -146,6 +146,8 @@
share/tomcat/webapps/docs/funcspecs/fs-memory-realm.html
share/tomcat/webapps/docs/funcspecs/index.html
share/tomcat/webapps/docs/funcspecs/mbean-names.html
+share/tomcat/webapps/docs/host-manager-howto.html
+share/tomcat/webapps/docs/html-host-manager-howto.html
share/tomcat/webapps/docs/html-manager-howto.html
share/tomcat/webapps/docs/images/add.gif
share/tomcat/webapps/docs/images/asf-logo.svg
diff -r ca65e45b557e -r f66dd687cf22 www/apache-tomcat7/distinfo
--- a/www/apache-tomcat7/distinfo Fri Mar 23 12:58:43 2018 +0000
+++ b/www/apache-tomcat7/distinfo Fri Mar 23 13:00:17 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2018/01/31 23:27:43 zafer Exp $
+$NetBSD: distinfo,v 1.30 2018/03/23 13:00:17 ryoon Exp $
-SHA1 (apache-tomcat-7.0.84.tar.gz) = e2940f45dde581741e2639e831d08498b6bb9d3a
-RMD160 (apache-tomcat-7.0.84.tar.gz) = c2b8fd488c5af9fc7cabad4f64e9b1f748e28a00
-SHA512 (apache-tomcat-7.0.84.tar.gz) = 8885117f1748322da56fa10eb9f5519bd4beb7b3b85ad1d6907224bef6adaf1f155ee981a8aa6b35516450b9d40cda5bad06fb825e19904afe3aef057aa13878
-Size (apache-tomcat-7.0.84.tar.gz) = 9032792 bytes
+SHA1 (apache-tomcat-7.0.85.tar.gz) = 243a8be0bb445c412342965ee8fdf751d9c587e7
+RMD160 (apache-tomcat-7.0.85.tar.gz) = cbc2eb7edc4965a20d8708fa08917dcdb602829c
+SHA512 (apache-tomcat-7.0.85.tar.gz) = ed4f9d85fafe21570af7e01e712ebfb878066f9fab99d344935e20cf1f18c3389e103d33feb6937b5382408f3d356dbd8e7668bc82d2998412222bc099a1f8f7
+Size (apache-tomcat-7.0.85.tar.gz) = 9037227 bytes
Home |
Main Index |
Thread Index |
Old Index