diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-03-23 13:16:38 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-03-23 13:16:38 +0000 |
commit | fa4692b6f3b872c7a55bad6dd39190e41559e946 (patch) | |
tree | f99e5a4f01e79f942bf8a145aa7eb4275bad54ee /www/apache-tomcat8 | |
parent | c824cf134ebe69c82356a8669255b2ee660d00da (diff) | |
download | pkgsrc-fa4692b6f3b872c7a55bad6dd39190e41559e946.tar.gz |
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 (limited to 'www/apache-tomcat8')
-rw-r--r-- | www/apache-tomcat8/Makefile | 4 | ||||
-rw-r--r-- | www/apache-tomcat8/PLIST | 4 | ||||
-rw-r--r-- | www/apache-tomcat8/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/apache-tomcat8/Makefile b/www/apache-tomcat8/Makefile index 2f4eaa2f13b..aa2f597c930 100644 --- a/www/apache-tomcat8/Makefile +++ b/www/apache-tomcat8/Makefile @@ -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 @@ USE_TOOLS+= pax .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 --git a/www/apache-tomcat8/PLIST b/www/apache-tomcat8/PLIST index 661bf7c6e47..54c1a988f12 100644 --- a/www/apache-tomcat8/PLIST +++ b/www/apache-tomcat8/PLIST @@ -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-jndi-realm.html 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 --git a/www/apache-tomcat8/distinfo b/www/apache-tomcat8/distinfo index 97a82c984b9..754b39dcd3b 100644 --- a/www/apache-tomcat8/distinfo +++ b/www/apache-tomcat8/distinfo @@ -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 |