pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/apache-tomcat9
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Apr 16 15:08:08 UTC 2020
Modified Files:
pkgsrc/www/apache-tomcat9: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/apache-tomcat9/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/apache-tomcat9/PLIST \
pkgsrc/www/apache-tomcat9/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-tomcat9/Makefile
diff -u pkgsrc/www/apache-tomcat9/Makefile:1.6 pkgsrc/www/apache-tomcat9/Makefile:1.7
--- pkgsrc/www/apache-tomcat9/Makefile:1.6 Sat Jan 18 23:35:42 2020
+++ pkgsrc/www/apache-tomcat9/Makefile Thu Apr 16 15:08:08 2020
@@ -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
Index: pkgsrc/www/apache-tomcat9/PLIST
diff -u pkgsrc/www/apache-tomcat9/PLIST:1.5 pkgsrc/www/apache-tomcat9/PLIST:1.6
--- pkgsrc/www/apache-tomcat9/PLIST:1.5 Mon Jan 13 07:48:10 2020
+++ pkgsrc/www/apache-tomcat9/PLIST Thu Apr 16 15:08:08 2020
@@ -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.
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-tomcat9/distinfo
diff -u pkgsrc/www/apache-tomcat9/distinfo:1.5 pkgsrc/www/apache-tomcat9/distinfo:1.6
--- pkgsrc/www/apache-tomcat9/distinfo:1.5 Mon Jan 13 07:48:10 2020
+++ pkgsrc/www/apache-tomcat9/distinfo Thu Apr 16 15:08:08 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index