pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache-tomcat85 apache-tomcat85: Update to 8.5.54



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa562537fbda
branches:  trunk
changeset: 427454:fa562537fbda
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Apr 16 23:00:01 2020 +0000

description:
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

diffstat:

 www/apache-tomcat85/Makefile |   4 ++--
 www/apache-tomcat85/PLIST    |   3 ++-
 www/apache-tomcat85/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r ec25ae53dab9 -r fa562537fbda www/apache-tomcat85/Makefile
--- a/www/apache-tomcat85/Makefile      Thu Apr 16 22:50:33 2020 +0000
+++ b/www/apache-tomcat85/Makefile      Thu Apr 16 23:00:01 2020 +0000
@@ -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 @@
 
 .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
diff -r ec25ae53dab9 -r fa562537fbda www/apache-tomcat85/PLIST
--- a/www/apache-tomcat85/PLIST Thu Apr 16 22:50:33 2020 +0000
+++ b/www/apache-tomcat85/PLIST Thu Apr 16 23:00:01 2020 +0000
@@ -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/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
diff -r ec25ae53dab9 -r fa562537fbda www/apache-tomcat85/distinfo
--- a/www/apache-tomcat85/distinfo      Thu Apr 16 22:50:33 2020 +0000
+++ b/www/apache-tomcat85/distinfo      Thu Apr 16 23:00:01 2020 +0000
@@ -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