pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache-tomcat8 Uodate to 8.0.22
details: https://anonhg.NetBSD.org/pkgsrc/rev/8be582b3ad23
branches: trunk
changeset: 651797:8be582b3ad23
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed May 13 13:02:09 2015 +0000
description:
Uodate to 8.0.22
Changelog:
Change the format of the Tomcat specific URLs for resources inside JARs that are in turn packed in a WAR. The ^/ sequence has been replaced by */ so that the resulting URLs are compliant with RFC
2396 and do not trigger exceptions when converted to URIs. The old format will continue to be accepted.
Allow logging of the remote port in the access log using the format pattern %{remote}p.
When checking last modified times as part of the automatic deployment process, account for the fact that File.lastModified() has a resolution of one second to ensure that if a file has been
modified within the last second, the latest version of the file is always used. Note that a side-effect of this change is that files with modification times in the future are treated as if they are
unmodified.
Align redeploy resource modification checking with reload modification checking so that now, in both cases, a change in modification time rather than an increase in modification time is used to
determine if the resource has changed.
Note: There is a known issue with NIO2 and SSL/TLS in this and previous releases that can result in dropped connections. It is not recommended that NIO2 is used in production with SSL/TLS until this
issue is resolved (the fix is expected in 8.0.23).
diffstat:
www/apache-tomcat8/Makefile | 4 ++--
www/apache-tomcat8/PLIST | 3 +--
www/apache-tomcat8/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (48 lines):
diff -r 47c6a900d05b -r 8be582b3ad23 www/apache-tomcat8/Makefile
--- a/www/apache-tomcat8/Makefile Wed May 13 12:48:49 2015 +0000
+++ b/www/apache-tomcat8/Makefile Wed May 13 13:02:09 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/05/05 13:29:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/05/13 13:02:09 ryoon Exp $
#
DISTNAME= apache-tomcat-${TOMCAT_VER}
@@ -21,7 +21,7 @@
.include "../../mk/bsd.prefs.mk"
-TOMCAT_VER= 8.0.21
+TOMCAT_VER= 8.0.22
TOMCAT_HOME= ${PREFIX}/share/tomcat
EGDIR= ${PREFIX}/share/examples/tomcat
DOCDIR= ${PREFIX}/share/doc/tomcat
diff -r 47c6a900d05b -r 8be582b3ad23 www/apache-tomcat8/PLIST
--- a/www/apache-tomcat8/PLIST Wed May 13 12:48:49 2015 +0000
+++ b/www/apache-tomcat8/PLIST Wed May 13 13:02:09 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/05/05 13:29:23 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/05/13 13:02:09 ryoon Exp $
share/doc/tomcat/LICENSE
share/doc/tomcat/NOTICE
share/doc/tomcat/RELEASE-NOTES
@@ -46,7 +46,6 @@
share/tomcat/lib/tomcat-i18n-ja.jar
share/tomcat/lib/tomcat-jdbc.jar
share/tomcat/lib/tomcat-jni.jar
-share/tomcat/lib/tomcat-spdy.jar
share/tomcat/lib/tomcat-util-scan.jar
share/tomcat/lib/tomcat-util.jar
share/tomcat/lib/tomcat-websocket.jar
diff -r 47c6a900d05b -r 8be582b3ad23 www/apache-tomcat8/distinfo
--- a/www/apache-tomcat8/distinfo Wed May 13 12:48:49 2015 +0000
+++ b/www/apache-tomcat8/distinfo Wed May 13 13:02:09 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/05/05 13:29:23 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2015/05/13 13:02:09 ryoon Exp $
-SHA1 (apache-tomcat-8.0.21.tar.gz) = 957e88df8a9c3fc6b786321c4014b44c5c775773
-RMD160 (apache-tomcat-8.0.21.tar.gz) = 2e87125b89461eea82946d2e40a9b9b8c8abc038
-Size (apache-tomcat-8.0.21.tar.gz) = 9146280 bytes
+SHA1 (apache-tomcat-8.0.22.tar.gz) = 4ecc560bfaedfba702e3fa1e6ee497c099c38686
+RMD160 (apache-tomcat-8.0.22.tar.gz) = 3213375a9d67d2771991b5f1950bb934969656e1
+Size (apache-tomcat-8.0.22.tar.gz) = 9062183 bytes
Home |
Main Index |
Thread Index |
Old Index