pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/199e812d74db
branches:  trunk
changeset: 440268:199e812d74db
user:      otis <otis%pkgsrc.org@localhost>
date:      Mon Oct 05 12:19:13 2020 +0000

description:
www/apache-tomcat85: Update to 8.5.58

Changes for 8.5.58:
  - 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 8.5.57:
  - Improvements to the creation of OSGi manifests.
  - Reduce the memory footprint of closed HTTP/2 streams

Changes for 8.5.56:
  - 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 8.5.55:
  - 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.

For full list of changes see
https://tomcat.apache.org/tomcat-8.5-doc/changelog.html

diffstat:

 www/apache-tomcat85/Makefile |   5 ++---
 www/apache-tomcat85/PLIST    |  14 +++-----------
 www/apache-tomcat85/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 19 deletions(-)

diffs (74 lines):

diff -r a7d05693b186 -r 199e812d74db www/apache-tomcat85/Makefile
--- a/www/apache-tomcat85/Makefile      Mon Oct 05 12:17:57 2020 +0000
+++ b/www/apache-tomcat85/Makefile      Mon Oct 05 12:19:13 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2020/04/25 22:23:05 jym Exp $
+# $NetBSD: Makefile,v 1.16 2020/10/05 12:19:13 otis Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
 CATEGORIES=    www
-PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_APACHE:=tomcat/tomcat-8/v${TOMCAT_VER}/bin/}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
@@ -22,7 +21,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            8.5.54
+TOMCAT_VER=            8.5.58
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat
diff -r a7d05693b186 -r 199e812d74db www/apache-tomcat85/PLIST
--- a/www/apache-tomcat85/PLIST Mon Oct 05 12:17:57 2020 +0000
+++ b/www/apache-tomcat85/PLIST Mon Oct 05 12:19:13 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/04/16 23:00:01 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/10/05 12:19:13 otis Exp $
 share/doc/tomcat/LICENSE
 share/doc/tomcat/NOTICE
 share/doc/tomcat/RELEASE-NOTES
@@ -157,15 +157,6 @@
 share/tomcat/webapps/docs/developers.html
 share/tomcat/webapps/docs/elapi/index.html
 share/tomcat/webapps/docs/extras.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/host-manager-howto.html
 share/tomcat/webapps/docs/html-host-manager-howto.html
 share/tomcat/webapps/docs/html-manager-howto.html
@@ -618,8 +609,9 @@
 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
diff -r a7d05693b186 -r 199e812d74db www/apache-tomcat85/distinfo
--- a/www/apache-tomcat85/distinfo      Mon Oct 05 12:17:57 2020 +0000
+++ b/www/apache-tomcat85/distinfo      Mon Oct 05 12:19:13 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/04/16 23:00:01 ryoon Exp $
+$NetBSD: distinfo,v 1.14 2020/10/05 12:19:13 otis Exp $
 
-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
+SHA1 (apache-tomcat-8.5.58.tar.gz) = 5886343fc489d3770ed8feb477110acafe0e170f
+RMD160 (apache-tomcat-8.5.58.tar.gz) = 04e071bb2380680d955be0574100e7c75c4563f6
+SHA512 (apache-tomcat-8.5.58.tar.gz) = 55d8fa698f7ac118ab33f1be644477fa8424f0fe6eefa80c85acd4e3cbce5f1704ce3cf897dfcd42c5c95cd2ff3b559e774fb5b7ac7279dd6b803a9a2dd8cc8f
+Size (apache-tomcat-8.5.58.tar.gz) = 10420837 bytes



Home | Main Index | Thread Index | Old Index