pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apache-tomcat8



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Sep  4 13:53:49 UTC 2017

Modified Files:
        pkgsrc/www/apache-tomcat8: Makefile distinfo

Log Message:
Update to 8.0.46

Changelog:
Tomcat 8.0.46 (violetagg)
Catalina

    Fix: Additional permission for deleting files is granted to JULI as it is required by FileHandler when running under a Security Manager. The thread that cleans the log files is marked as daemon 
thread. (violetagg)
    Fix: 61229: Correct a regression in 8.0.44 that broke WebDAV handling for resources with names that included a & character. (markt)
    Fix: 61232: When log rotation is disabled only one separator will be used when generating the log file name. For example if the prefix is catalina. and the suffix is .log then the log file name 
will be catalina.log instead of catalina..log. Patch provided by Katya Stoycheva. (violetagg)
    Fix: Performance improvements for service loader look-ups (and look-ups of other class loader resources) when the web application is deployed in a packed WAR file. (markt)
    Fix: 61253: Add warn message when Digester.updateAttributes throws an exception instead of ignoring it. (csutherl)
    Fix: 61313: Make the read timeout configurable in the JNDIRealm and ensure that a read timeout will result in an attempt to fail over to the alternateURL. Based on patches by Peter Maloney and 
Felix Schumacher. (markt)
    Add: 61366: Add a new attribute, localDataSource, to the JDBCStore that allows the Store to be configured to use a DataSource defined by the web application rather than the default of using a 
globally defined DataSource. Patch provided by Jonathan Horowitz. (markt)

Coyote

    Fix: 61086: Ensure to explicitly signal an empty request body for HTTP 205 responses. Additional fix to r1795278. Based on a patch provided by Alexandr Saperov. (violetagg)
    Fix: 61322: Correct two regressions caused by the fix for 60319 when using BIO with an external Executor. Firstly, use the maxThreads setting from the Executor as the default for maxConnections 
if none is specified. Secondly, use maxThreads from the Executor when calculating the point at which to disable keep-alive. (markt)
    Fix: Prevent exceptions being thrown during normal shutdown of NIO connections. This enables TLS connections to close cleanly. (markt)

Jasper

    Add: 53031: Add support for the fork option when compiling JSPs with the Jasper Ant task and javac. (markt)

WebSocket

    Add: 57767: Add support to the WebSocket client for following redirects when attempting to establish a WebSocket connection. Patch provided by J Fernandez. (markt)

Web applications

    Fix: Remove references to the Loader attribute searchExternalFirst from the documentation since the attribute is no longer supported. (markt)
    Fix: Correct the documentation for how StandardRoot is configured. (markt)

Other

    Add: 52791: Add the ability to set the defaults used by the Windows installer from a configuration file. Patch provided by Sandra Madden. (markt)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/apache-tomcat8/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/apache-tomcat8/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-tomcat8/Makefile
diff -u pkgsrc/www/apache-tomcat8/Makefile:1.13 pkgsrc/www/apache-tomcat8/Makefile:1.14
--- pkgsrc/www/apache-tomcat8/Makefile:1.13     Tue Aug 15 01:56:21 2017
+++ pkgsrc/www/apache-tomcat8/Makefile  Mon Sep  4 13:53:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/08/15 01:56:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/09/04 13:53:49 ryoon Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
@@ -21,7 +21,7 @@ USE_TOOLS+=   pax
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            8.0.45
+TOMCAT_VER=            8.0.46
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat

Index: pkgsrc/www/apache-tomcat8/distinfo
diff -u pkgsrc/www/apache-tomcat8/distinfo:1.14 pkgsrc/www/apache-tomcat8/distinfo:1.15
--- pkgsrc/www/apache-tomcat8/distinfo:1.14     Tue Aug 15 01:56:21 2017
+++ pkgsrc/www/apache-tomcat8/distinfo  Mon Sep  4 13:53:49 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/08/15 01:56:21 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2017/09/04 13:53:49 ryoon Exp $
 
-SHA1 (apache-tomcat-8.0.45.tar.gz) = bc37b744b37089387083ce66d26c17317544002a
-RMD160 (apache-tomcat-8.0.45.tar.gz) = 5d3d25989ab5ceb80c22f64e047497eec947eb2c
-SHA512 (apache-tomcat-8.0.45.tar.gz) = 2bdbcd3922c291438334a828e29165949b53ac32248e2fb0d76453c53334855d283c9bc0872365ba4cd22cec41ab83317a1c9fd07851b2d7d30bc8d9e29b135d
-Size (apache-tomcat-8.0.45.tar.gz) = 9344843 bytes
+SHA1 (apache-tomcat-8.0.46.tar.gz) = 4729d071ef413cad70ffaeae7a64e52c13f88d42
+RMD160 (apache-tomcat-8.0.46.tar.gz) = 362c9db33fb806ff8a1aa663bd5fbe950597d5ab
+SHA512 (apache-tomcat-8.0.46.tar.gz) = b940abddffe1d5d6661470426ae0d5e45dcc2c34895e7f520f8321cb191debf7c32d8dd66c72fa857713e816fd835b9ef79a62a05f612442f2194023aac60165
+Size (apache-tomcat-8.0.46.tar.gz) = 9352747 bytes



Home | Main Index | Thread Index | Old Index