diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-04-16 15:08:08 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-04-16 15:08:08 +0000 |
commit | 52ecb9e0b8d4d86e7e26c65984018237ab3da1e4 (patch) | |
tree | 20eba64b9655f49c9bf5153c587cad85c4c4c8cc /www/apache-tomcat9 | |
parent | 86ae74515d00ace9b556699fd2f4feab3f47eed9 (diff) | |
download | pkgsrc-52ecb9e0b8d4d86e7e26c65984018237ab3da1e4.tar.gz |
apache-tomcat9: Update to 9.0.34
Changelog:
The Apache Tomcat Project is proud to announce the release of version 9.0.34 of Apache Tomcat. The notable changes compared to 9.0.33 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 Apache Tomcat Project is proud to announce the release of version 9.0.33 of Apache Tomcat. The notable changes compared to 9.0.31 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 Apache Tomcat Project is proud to announce the release of version 9.0.31 of Apache Tomcat. The notable changes compared to 9.0.30 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 (limited to 'www/apache-tomcat9')
-rw-r--r-- | www/apache-tomcat9/Makefile | 4 | ||||
-rw-r--r-- | www/apache-tomcat9/PLIST | 5 | ||||
-rw-r--r-- | www/apache-tomcat9/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www/apache-tomcat9/Makefile b/www/apache-tomcat9/Makefile index d1822e855a6..942e3e76f8e 100644 --- a/www/apache-tomcat9/Makefile +++ b/www/apache-tomcat9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:42 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2020/04/16 15:08:08 ryoon Exp $ # DISTNAME= apache-tomcat-${TOMCAT_VER} @@ -21,7 +21,7 @@ USE_TOOLS+= pax .include "../../mk/bsd.prefs.mk" -TOMCAT_VER= 9.0.30 +TOMCAT_VER= 9.0.34 TOMCAT_HOME= ${PREFIX}/share/tomcat EGDIR= ${PREFIX}/share/examples/tomcat DOCDIR= ${PREFIX}/share/doc/tomcat diff --git a/www/apache-tomcat9/PLIST b/www/apache-tomcat9/PLIST index a36d952669e..8c31ddb5951 100644 --- a/www/apache-tomcat9/PLIST +++ b/www/apache-tomcat9/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2020/01/13 07:48:10 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.6 2020/04/16 15:08:08 ryoon Exp $ share/doc/tomcat/LICENSE share/doc/tomcat/NOTICE share/doc/tomcat/RELEASE-NOTES @@ -40,7 +40,7 @@ share/tomcat/lib/catalina-ssi.jar share/tomcat/lib/catalina-storeconfig.jar share/tomcat/lib/catalina-tribes.jar share/tomcat/lib/catalina.jar -share/tomcat/lib/ecj-4.13.jar +share/tomcat/lib/ecj-4.15.jar share/tomcat/lib/el-api.jar share/tomcat/lib/jasper-el.jar share/tomcat/lib/jasper.jar @@ -84,6 +84,7 @@ share/tomcat/webapps/docs/RELEASE-NOTES.txt 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 --git a/www/apache-tomcat9/distinfo b/www/apache-tomcat9/distinfo index cdc870226c2..71933ccf78b 100644 --- a/www/apache-tomcat9/distinfo +++ b/www/apache-tomcat9/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/01/13 07:48:10 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2020/04/16 15:08:08 ryoon Exp $ -SHA1 (apache-tomcat-9.0.30.tar.gz) = 3cccf4398f5a77f15403a408c75558220194bfeb -RMD160 (apache-tomcat-9.0.30.tar.gz) = b947c8dd5b24b306808eb6cf0e9e3758cc6f12b6 -SHA512 (apache-tomcat-9.0.30.tar.gz) = 40bf428a534816317e5e8732b679e6d73f6ed977aab4ac5e2b9eaf1eb087eaa68a18b0fd3da8c39ca4b96f5b6fd919dec84517abba0d5e797285ade934a92990 -Size (apache-tomcat-9.0.30.tar.gz) = 11026056 bytes +SHA1 (apache-tomcat-9.0.34.tar.gz) = 142f766166e175bccc0c80989acb02f060201f2a +RMD160 (apache-tomcat-9.0.34.tar.gz) = c4adc2b456c1c650a39112663e2e695fd4c82888 +SHA512 (apache-tomcat-9.0.34.tar.gz) = 9cb32f8807c0e8d2457d52ac032bb496ae7921e1ea0a0c8e6082bf8da60bb57c317a3f2376589962123dd803fdd2816ff960339cb851d9859b2241165fbc278e +Size (apache-tomcat-9.0.34.tar.gz) = 11136813 bytes |