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: otis
Date: Mon Oct 5 12:09:54 UTC 2020
Modified Files:
pkgsrc/www/apache-tomcat9: Makefile PLIST distinfo
Log Message:
www/apache-tomcat9: Update to 9.0.38
Changes for 9.0.38:
- For requests containing the Expect: 100-continue header, optional
support has been added to delay sending an intermediate 100 status
response until the servlet reads the request body, allowing the
servlet the opportunity to respond without asking for the request
body. Based on a pull request by malaysf.
- Add support for a read idle timeout and a write idle timeout to the
WebSocket session via custom properties in the user properties
instance associated with the session. Based on a pull request by
sakshamverma.
- Update the packaged version of the Tomcat Native Library to 1.2.25
Changes for 9.0.37:
- Implement a significant portion of the TLS environment variables for
the rewrite valve.
- Improvements to the creation of OSGi manifests.
- Reduce the memory footprint of closed HTTP/2 streams
- Improve parsing of RFC 2109 cookies
Changes for 9.0.36:
- Add support for ALPN on recent OpenJDK 8 releases.
- Add support for the CATALINA_OUT_CMD environment variable that
defines a command to which captured stdout and stderr will be
redirected. For use with, for example, rotatelogs. Patch provided by
Harald Dunkel.
- Be more flexible with respect to the ordering of groups, roles and
users in the tomcat-users.xml file
Changes for 9.0.35:
- Improve the handling of requests that use an expectation. Do not
disable keep-alive where the response has a non-2xx status code but
the request body has been fully read.
- Change default value separator for property replacement to ":-" due
to possible conflicts. The syntax is now "${name:-default}".
- Update the packaged version of the Tomcat Native Library to 1.2.24.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/apache-tomcat9/Makefile
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/www/apache-tomcat9/Makefile:1.9
--- pkgsrc/www/apache-tomcat9/Makefile:1.8 Sat Apr 25 22:23:06 2020
+++ pkgsrc/www/apache-tomcat9/Makefile Mon Oct 5 12:09:54 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/04/25 22:23:06 jym Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/05 12:09:54 otis Exp $
#
DISTNAME= apache-tomcat-${TOMCAT_VER}
CATEGORIES= www
-PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_APACHE:=tomcat/tomcat-9/v${TOMCAT_VER}/bin/}
MAINTAINER= ryoon%NetBSD.org@localhost
@@ -22,7 +21,7 @@ USE_TOOLS+= pax
.include "../../mk/bsd.prefs.mk"
-TOMCAT_VER= 9.0.34
+TOMCAT_VER= 9.0.38
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.6 pkgsrc/www/apache-tomcat9/PLIST:1.7
--- pkgsrc/www/apache-tomcat9/PLIST:1.6 Thu Apr 16 15:08:08 2020
+++ pkgsrc/www/apache-tomcat9/PLIST Mon Oct 5 12:09:54 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/04/16 15:08:08 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/10/05 12:09:54 otis Exp $
share/doc/tomcat/LICENSE
share/doc/tomcat/NOTICE
share/doc/tomcat/RELEASE-NOTES
@@ -161,15 +161,6 @@ share/tomcat/webapps/docs/default-servle
share/tomcat/webapps/docs/deployer-howto.html
share/tomcat/webapps/docs/developers.html
share/tomcat/webapps/docs/elapi/index.html
-share/tomcat/webapps/docs/funcspecs/fs-admin-apps.html
-share/tomcat/webapps/docs/funcspecs/fs-admin-objects.html
-share/tomcat/webapps/docs/funcspecs/fs-admin-opers.html
-share/tomcat/webapps/docs/funcspecs/fs-default.html
-share/tomcat/webapps/docs/funcspecs/fs-jdbc-realm.html
-share/tomcat/webapps/docs/funcspecs/fs-jndi-realm.html
-share/tomcat/webapps/docs/funcspecs/fs-memory-realm.html
-share/tomcat/webapps/docs/funcspecs/index.html
-share/tomcat/webapps/docs/funcspecs/mbean-names.html
share/tomcat/webapps/docs/graal.html
share/tomcat/webapps/docs/host-manager-howto.html
share/tomcat/webapps/docs/html-host-manager-howto.html
@@ -631,8 +622,9 @@ share/tomcat/webapps/manager/WEB-INF/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
+share/tomcat/webapps/manager/css/manager.css
share/tomcat/webapps/manager/images/asf-logo.svg
-share/tomcat/webapps/manager/images/tomcat.gif
+share/tomcat/webapps/manager/images/tomcat.svg
share/tomcat/webapps/manager/index.jsp
share/tomcat/webapps/manager/status.xsd
share/tomcat/webapps/manager/xform.xsl
Index: pkgsrc/www/apache-tomcat9/distinfo
diff -u pkgsrc/www/apache-tomcat9/distinfo:1.6 pkgsrc/www/apache-tomcat9/distinfo:1.7
--- pkgsrc/www/apache-tomcat9/distinfo:1.6 Thu Apr 16 15:08:08 2020
+++ pkgsrc/www/apache-tomcat9/distinfo Mon Oct 5 12:09:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/04/16 15:08:08 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2020/10/05 12:09:54 otis Exp $
-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
+SHA1 (apache-tomcat-9.0.38.tar.gz) = 8e82a1d6c362d77fdd09fa1b896747f1b9ecc16f
+RMD160 (apache-tomcat-9.0.38.tar.gz) = 928acdae4782235e0a38a8a84559dfdb7622a7bd
+SHA512 (apache-tomcat-9.0.38.tar.gz) = 37117164c9ab985b4f3032deac9617cee01463f8822586a62a9c498d2720fac23a8207fcf7a76cea2fcb3c6f828ff12b7b31422316a7d92e707c3bd8d687e303
+Size (apache-tomcat-9.0.38.tar.gz) = 11264531 bytes
Home |
Main Index |
Thread Index |
Old Index