pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apache-tomcat85



Module Name:    pkgsrc
Committed By:   zafer
Date:           Wed Jan 31 23:10:39 UTC 2018

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

Log Message:
Update to 8.5.27

Notable changes:
 - Correct a regression in the previous fix for 61916 that meant that any call to addHeader() would have been replaced with a call to setHeader() for all requests mapped to the 
AddDefaultCharsetFilter. (markt)
 - Improve handling for ByteChunk and CharChunk instances that grow close to the maximum size allowed by the JRE. (markt)

Full changelog:
 https://tomcat.apache.org/tomcat-8.5-doc/changelog.html


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/apache-tomcat85/Makefile \
    pkgsrc/www/apache-tomcat85/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/apache-tomcat85/PLIST

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-tomcat85/Makefile
diff -u pkgsrc/www/apache-tomcat85/Makefile:1.4 pkgsrc/www/apache-tomcat85/Makefile:1.5
--- pkgsrc/www/apache-tomcat85/Makefile:1.4     Wed Oct 25 14:18:47 2017
+++ pkgsrc/www/apache-tomcat85/Makefile Wed Jan 31 23:10:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/10/25 14:18:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2018/01/31 23:10:39 zafer Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
@@ -21,7 +21,7 @@ USE_TOOLS+=   pax
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            8.5.23
+TOMCAT_VER=            8.5.27
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat
Index: pkgsrc/www/apache-tomcat85/distinfo
diff -u pkgsrc/www/apache-tomcat85/distinfo:1.4 pkgsrc/www/apache-tomcat85/distinfo:1.5
--- pkgsrc/www/apache-tomcat85/distinfo:1.4     Wed Oct 25 14:18:47 2017
+++ pkgsrc/www/apache-tomcat85/distinfo Wed Jan 31 23:10:39 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/10/25 14:18:47 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2018/01/31 23:10:39 zafer Exp $
 
-SHA1 (apache-tomcat-8.5.23.tar.gz) = 1ba27c1bb86ab9c8404e98068800f90bd662523c
-RMD160 (apache-tomcat-8.5.23.tar.gz) = 9a1bf8477fb430a7c76af8c1da7a197ca0f079f2
-SHA512 (apache-tomcat-8.5.23.tar.gz) = 93666bd46fd0bfb984503cd1adadc84bbfd3f9b74702940c7fe80369281c671bf5cff3a3da9526da6581fdad0290b928d0d855474a9d74fc1bdeffe3950b11b7
-Size (apache-tomcat-8.5.23.tar.gz) = 9472492 bytes
+SHA1 (apache-tomcat-8.5.27.tar.gz) = dc63fe7cefd5eb4f746d17b68578acc92e8af576
+RMD160 (apache-tomcat-8.5.27.tar.gz) = 5de1bbbc5895d2653298b643d8c529ab42ba6f8b
+SHA512 (apache-tomcat-8.5.27.tar.gz) = c455c812185400b2eb4767745a5759e96db9b4723c0a814b9e44f9dce8514f355653187591fce19164f4887a984a13b968dc296073e676159f6407d039500a9f
+Size (apache-tomcat-8.5.27.tar.gz) = 9536557 bytes

Index: pkgsrc/www/apache-tomcat85/PLIST
diff -u pkgsrc/www/apache-tomcat85/PLIST:1.2 pkgsrc/www/apache-tomcat85/PLIST:1.3
--- pkgsrc/www/apache-tomcat85/PLIST:1.2        Sat May 20 23:45:02 2017
+++ pkgsrc/www/apache-tomcat85/PLIST    Wed Jan 31 23:10:39 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/05/20 23:45:02 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/31 23:10:39 zafer Exp $
 share/doc/tomcat/LICENSE
 share/doc/tomcat/NOTICE
 share/doc/tomcat/RELEASE-NOTES
@@ -191,6 +191,7 @@ share/tomcat/webapps/docs/logging.html
 share/tomcat/webapps/docs/manager-howto.html
 share/tomcat/webapps/docs/maven-jars.html
 share/tomcat/webapps/docs/mbeans-descriptors-howto.html
+share/tomcat/webapps/docs/mbeans-descriptors.dtd
 share/tomcat/webapps/docs/monitoring.html
 share/tomcat/webapps/docs/proxy-howto.html
 share/tomcat/webapps/docs/realm-howto.html
@@ -244,6 +245,8 @@ share/tomcat/webapps/examples/WEB-INF/cl
 share/tomcat/webapps/examples/WEB-INF/classes/async/Async2.java
 share/tomcat/webapps/examples/WEB-INF/classes/async/Async3.class
 share/tomcat/webapps/examples/WEB-INF/classes/async/Async3.java
+share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockContextListener.class
+share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockContextListener.java
 share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class
 share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java
 share/tomcat/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class
@@ -288,8 +291,6 @@ share/tomcat/webapps/examples/WEB-INF/cl
 share/tomcat/webapps/examples/WEB-INF/classes/examples/ValuesTag.java
 share/tomcat/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class
 share/tomcat/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java
-share/tomcat/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class
-share/tomcat/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java
 share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class
 share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java
 share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class
@@ -610,7 +611,9 @@ share/tomcat/webapps/manager/META-INF/co
 share/tomcat/webapps/manager/WEB-INF/jsp/401.jsp
 share/tomcat/webapps/manager/WEB-INF/jsp/403.jsp
 share/tomcat/webapps/manager/WEB-INF/jsp/404.jsp
+share/tomcat/webapps/manager/WEB-INF/jsp/connectorCerts.jsp
 share/tomcat/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp
+share/tomcat/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp
 share/tomcat/webapps/manager/WEB-INF/jsp/sessionDetail.jsp
 share/tomcat/webapps/manager/WEB-INF/jsp/sessionsList.jsp
 share/tomcat/webapps/manager/WEB-INF/web.xml



Home | Main Index | Thread Index | Old Index