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: ryoon
Date: Thu Apr 16 23:00:01 UTC 2020
Modified Files:
pkgsrc/www/apache-tomcat85: Makefile PLIST distinfo
Log Message:
apache-tomcat85: Update to 8.5.54
Changelog:
The notable changes compared to 8.5.53 include:
Add support for default values when using ${...} property replacement in configuration files. Based on a pull request provided by Bernd Bohmann.
When configuring an HTTP Connector, warn if the encoding specified for URIEncoding is not a superset of US-ASCII as required by RFC 7230.
Replace the system property org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH with the Connector attribute encodedSolidusHandling that adds an additional option to pass the %2f sequence
through to the application without decoding it in addition to rejecting such sequences and decoding such sequences.
The notable changes compared to 8.5.51 include:
Add new attribute persistAuthentication to both StandardManager and PersistentManager to support authentication persistence. Patch provided by Carsten Klein
A zero length AJP secret will now behave as if it has not been specified.
Add the TLS request attributes used by IIS to the attributes that an AJP Connector will always accept.
The notable changes compared to 8.5.50 include:
AJP defaults changed to listen the loopback address, require a secret and to be disabled in the sample server.xml file. If you are using the AJP protocol, please refer to the Migration Guide and
update your configuration.
The JmxRemoteLifecycleListener is now deprecated
The HTTP Connector attribute rejectIllegalHeaderName is renamed to rejectIllegalHeader and expanded to include header values as well as names
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/apache-tomcat85/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/apache-tomcat85/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/apache-tomcat85/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-tomcat85/Makefile
diff -u pkgsrc/www/apache-tomcat85/Makefile:1.13 pkgsrc/www/apache-tomcat85/Makefile:1.14
--- pkgsrc/www/apache-tomcat85/Makefile:1.13 Sat Jan 18 23:35:42 2020
+++ pkgsrc/www/apache-tomcat85/Makefile Thu Apr 16 23:00:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 23:35:42 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/16 23:00:01 ryoon Exp $
#
DISTNAME= apache-tomcat-${TOMCAT_VER}
@@ -21,7 +21,7 @@ USE_TOOLS+= pax
.include "../../mk/bsd.prefs.mk"
-TOMCAT_VER= 8.5.50
+TOMCAT_VER= 8.5.54
TOMCAT_HOME= ${PREFIX}/share/tomcat
EGDIR= ${PREFIX}/share/examples/tomcat
DOCDIR= ${PREFIX}/share/doc/tomcat
Index: pkgsrc/www/apache-tomcat85/PLIST
diff -u pkgsrc/www/apache-tomcat85/PLIST:1.8 pkgsrc/www/apache-tomcat85/PLIST:1.9
--- pkgsrc/www/apache-tomcat85/PLIST:1.8 Wed Oct 2 07:46:52 2019
+++ pkgsrc/www/apache-tomcat85/PLIST Thu Apr 16 23:00:01 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/10/02 07:46:52 zafer Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/04/16 23:00:01 ryoon Exp $
share/doc/tomcat/LICENSE
share/doc/tomcat/NOTICE
share/doc/tomcat/RELEASE-NOTES
@@ -80,6 +80,7 @@ share/tomcat/webapps/docs/RELEASE-NOTES.
share/tomcat/webapps/docs/RUNNING.txt
share/tomcat/webapps/docs/WEB-INF/web.xml
share/tomcat/webapps/docs/aio.html
+share/tomcat/webapps/docs/annotationapi/index.html
share/tomcat/webapps/docs/api/index.html
share/tomcat/webapps/docs/appdev/build.xml.txt
share/tomcat/webapps/docs/appdev/deployment.html
Index: pkgsrc/www/apache-tomcat85/distinfo
diff -u pkgsrc/www/apache-tomcat85/distinfo:1.12 pkgsrc/www/apache-tomcat85/distinfo:1.13
--- pkgsrc/www/apache-tomcat85/distinfo:1.12 Mon Jan 13 07:45:20 2020
+++ pkgsrc/www/apache-tomcat85/distinfo Thu Apr 16 23:00:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/01/13 07:45:20 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2020/04/16 23:00:01 ryoon Exp $
-SHA1 (apache-tomcat-8.5.50.tar.gz) = 294b8a2d7a1613f41977c32649e51d310085fa17
-RMD160 (apache-tomcat-8.5.50.tar.gz) = f686801f0962f140ab25d5b2cf2355d59620703a
-SHA512 (apache-tomcat-8.5.50.tar.gz) = ffca86027d298ba107c7d01c779318c05b61ba48767cc5967ee6ce5a88271bb6ec8eed60708d45453f30eeedddcaedd1a369d6df1b49eea2cd14fa40832cfb90
-Size (apache-tomcat-8.5.50.tar.gz) = 10305939 bytes
+SHA1 (apache-tomcat-8.5.54.tar.gz) = 3c4e522adcfa20c286bde310194390d528025496
+RMD160 (apache-tomcat-8.5.54.tar.gz) = e2807ef51497d4b73f26d8df7c920852b55d8512
+SHA512 (apache-tomcat-8.5.54.tar.gz) = dc3ba0183d1e6f6006e5430e91abbc0758bdb719efebea5809f7034c9a28c590a764d8fcf2528a27a98cb86531e94cd9dc5a92cdbcae36e808ced0e5f1c665b8
+Size (apache-tomcat-8.5.54.tar.gz) = 10312541 bytes
Home |
Main Index |
Thread Index |
Old Index