pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/apache-tomcat7



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Mar 23 13:00:17 UTC 2018

Modified Files:
        pkgsrc/www/apache-tomcat7: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/apache-tomcat7/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/apache-tomcat7/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/apache-tomcat7/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/apache-tomcat7/Makefile
diff -u pkgsrc/www/apache-tomcat7/Makefile:1.35 pkgsrc/www/apache-tomcat7/Makefile:1.36
--- pkgsrc/www/apache-tomcat7/Makefile:1.35     Wed Jan 31 23:27:43 2018
+++ pkgsrc/www/apache-tomcat7/Makefile  Fri Mar 23 13:00:17 2018
@@ -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 @@ USE_TOOLS+=   pax
 
 .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

Index: pkgsrc/www/apache-tomcat7/PLIST
diff -u pkgsrc/www/apache-tomcat7/PLIST:1.18 pkgsrc/www/apache-tomcat7/PLIST:1.19
--- pkgsrc/www/apache-tomcat7/PLIST:1.18        Wed Jan 31 23:27:43 2018
+++ pkgsrc/www/apache-tomcat7/PLIST     Fri Mar 23 13:00:17 2018
@@ -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-j
 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

Index: pkgsrc/www/apache-tomcat7/distinfo
diff -u pkgsrc/www/apache-tomcat7/distinfo:1.29 pkgsrc/www/apache-tomcat7/distinfo:1.30
--- pkgsrc/www/apache-tomcat7/distinfo:1.29     Wed Jan 31 23:27:43 2018
+++ pkgsrc/www/apache-tomcat7/distinfo  Fri Mar 23 13:00:17 2018
@@ -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