summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-05-13 13:02:09 +0000
committerryoon <ryoon@pkgsrc.org>2015-05-13 13:02:09 +0000
commitd735e08adb03c605b22b7634944c52012d08e7aa (patch)
tree1cadde9f2921de7aa0cbd181c3e974fd33e7fd08 /www
parent9a44dac039f379056f91de308a391a920883985a (diff)
downloadpkgsrc-d735e08adb03c605b22b7634944c52012d08e7aa.tar.gz
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 (limited to 'www')
-rw-r--r--www/apache-tomcat8/Makefile4
-rw-r--r--www/apache-tomcat8/PLIST3
-rw-r--r--www/apache-tomcat8/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/www/apache-tomcat8/Makefile b/www/apache-tomcat8/Makefile
index b23c2542ae9..0df761966ef 100644
--- a/www/apache-tomcat8/Makefile
+++ b/www/apache-tomcat8/Makefile
@@ -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 @@ USE_TOOLS+= pax
.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 --git a/www/apache-tomcat8/PLIST b/www/apache-tomcat8/PLIST
index e8223914769..9dda610d5a3 100644
--- a/www/apache-tomcat8/PLIST
+++ b/www/apache-tomcat8/PLIST
@@ -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-fr.jar
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 --git a/www/apache-tomcat8/distinfo b/www/apache-tomcat8/distinfo
index f4b3059f9ed..cca01ce9d2a 100644
--- a/www/apache-tomcat8/distinfo
+++ b/www/apache-tomcat8/distinfo
@@ -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