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.46
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ca12dcf83e7
branches: trunk
changeset: 367609:7ca12dcf83e7
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Sep 04 13:53:49 2017 +0000
description:
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)
diffstat:
www/apache-tomcat8/Makefile | 4 ++--
www/apache-tomcat8/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r bf85b1c978e4 -r 7ca12dcf83e7 www/apache-tomcat8/Makefile
--- a/www/apache-tomcat8/Makefile Mon Sep 04 13:40:54 2017 +0000
+++ b/www/apache-tomcat8/Makefile Mon Sep 04 13:53:49 2017 +0000
@@ -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 @@
.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
diff -r bf85b1c978e4 -r 7ca12dcf83e7 www/apache-tomcat8/distinfo
--- a/www/apache-tomcat8/distinfo Mon Sep 04 13:40:54 2017 +0000
+++ b/www/apache-tomcat8/distinfo Mon Sep 04 13:53:49 2017 +0000
@@ -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