pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache-tomcat8 Update to 8.0.50
details: https://anonhg.NetBSD.org/pkgsrc/rev/35ca6e103b10
branches: trunk
changeset: 377836:35ca6e103b10
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Mar 23 13:16:38 2018 +0000
description:
Update to 8.0.50
Changelog:
Tomcat 8.0.50 (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: 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-tomcat8/Makefile | 4 ++--
www/apache-tomcat8/PLIST | 4 +++-
www/apache-tomcat8/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (51 lines):
diff -r dc6749b9c30a -r 35ca6e103b10 www/apache-tomcat8/Makefile
--- a/www/apache-tomcat8/Makefile Fri Mar 23 13:09:41 2018 +0000
+++ b/www/apache-tomcat8/Makefile Fri Mar 23 13:16:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/01/31 22:27:13 zafer Exp $
+# $NetBSD: Makefile,v 1.17 2018/03/23 13:16:38 ryoon Exp $
#
DISTNAME= apache-tomcat-${TOMCAT_VER}
@@ -21,7 +21,7 @@
.include "../../mk/bsd.prefs.mk"
-TOMCAT_VER= 8.0.49
+TOMCAT_VER= 8.0.50
TOMCAT_HOME= ${PREFIX}/share/tomcat
EGDIR= ${PREFIX}/share/examples/tomcat
DOCDIR= ${PREFIX}/share/doc/tomcat
diff -r dc6749b9c30a -r 35ca6e103b10 www/apache-tomcat8/PLIST
--- a/www/apache-tomcat8/PLIST Fri Mar 23 13:09:41 2018 +0000
+++ b/www/apache-tomcat8/PLIST Fri Mar 23 13:16:38 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/01/31 22:27:13 zafer Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/03/23 13:16:38 ryoon Exp $
share/doc/tomcat/LICENSE
share/doc/tomcat/NOTICE
share/doc/tomcat/RELEASE-NOTES
@@ -153,6 +153,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 dc6749b9c30a -r 35ca6e103b10 www/apache-tomcat8/distinfo
--- a/www/apache-tomcat8/distinfo Fri Mar 23 13:09:41 2018 +0000
+++ b/www/apache-tomcat8/distinfo Fri Mar 23 13:16:38 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/01/31 22:27:13 zafer Exp $
+$NetBSD: distinfo,v 1.18 2018/03/23 13:16:38 ryoon Exp $
-SHA1 (apache-tomcat-8.0.49.tar.gz) = d5c97c29ebb0568aac16e393a06d9d9cb29b30ab
-RMD160 (apache-tomcat-8.0.49.tar.gz) = 3c61252c9203d0c2633b68bdac95b4a29dbb47e1
-SHA512 (apache-tomcat-8.0.49.tar.gz) = 6ed4bf277cf0d21a70c244c3e1e5bb8b96ed4f5451df2a63b7adf5c41befbdf9044c1ffbd603520ef18151d67e6292a5625dc4a4f944329e331219a802f00742
-Size (apache-tomcat-8.0.49.tar.gz) = 9413703 bytes
+SHA1 (apache-tomcat-8.0.50.tar.gz) = ec66581d322a8ef58e3988fc72e2c076968f3e2e
+RMD160 (apache-tomcat-8.0.50.tar.gz) = bbfee30149d69acf67c037177858f3ca800e50f8
+SHA512 (apache-tomcat-8.0.50.tar.gz) = c8923e610f1d3f7f13d5d0cc765a97ef1b5b34a527b57dfb7058f0bd65555cec748b83198859e6bba41b29cc3d5071ed05618097edc5d6cfad2f380f8230e7f5
+Size (apache-tomcat-8.0.50.tar.gz) = 9417189 bytes
Home |
Main Index |
Thread Index |
Old Index