Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A244A1A923A for ; Mon, 5 Oct 2020 12:09:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19F3A84DD1; Mon, 5 Oct 2020 12:09:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94D5384D37 for ; Mon, 5 Oct 2020 12:09:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bIJcJkOVyUqI for ; Mon, 5 Oct 2020 12:09:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B70B784CE0 for ; Mon, 5 Oct 2020 12:09:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AFE83FB28; Mon, 5 Oct 2020 12:09:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601899794189180" MIME-Version: 1.0 Date: Mon, 5 Oct 2020 12:09:54 +0000 From: "Juraj Lutter" Subject: CVS commit: pkgsrc/www/apache-tomcat9 To: pkgsrc-changes@NetBSD.org Reply-To: otis@netbsd.org X-Mailer: log_accum Message-Id: <20201005120954.AFE83FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601899794189180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1601899794189180 Content-Disposition: inline Content-Length: 3826 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 @@ -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 --_----------=_1601899794189180--