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.61



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cbd0d7fbfe5
branches:  trunk
changeset: 443281:8cbd0d7fbfe5
user:      otis <otis%pkgsrc.org@localhost>
date:      Wed Dec 09 21:40:39 2020 +0000

description:
www/apache-tomcat85: Update to 8.5.61

Changelog for 8.5.61:
  - Align the behaviour of ServletContext.getRealPath(String path) with the
    recent clarification from the Servlet specification project. If the path
    parameter does not start with / then Tomcat processes the call as if / is
    appended to the beginning of the provided path.
  - Fix a potential file descriptor leak when WebSocket connections are
    attempted and fail.
  - Ensure that the LoadBalancerDrainingValve uses the correct setting for the
    secure attribute for any session cookies it creates.

Changelog for 8.5.60:
  - Statistics are now available (via JMX) for HTTP/2, WebSocket and HTTP/1.1
    upgraded connections
  - Stability improvements for HTTP/2
  - Improvements to error handling in the connection pool used by the JNDI
    Realm

diffstat:

 www/apache-tomcat85/Makefile |   4 ++--
 www/apache-tomcat85/PLIST    |  11 +++++------
 www/apache-tomcat85/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (76 lines):

diff -r f2f62e90a4a8 -r 8cbd0d7fbfe5 www/apache-tomcat85/Makefile
--- a/www/apache-tomcat85/Makefile      Wed Dec 09 21:34:36 2020 +0000
+++ b/www/apache-tomcat85/Makefile      Wed Dec 09 21:40:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/10/15 16:16:24 otis Exp $
+# $NetBSD: Makefile,v 1.18 2020/12/09 21:40:39 otis Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
@@ -24,7 +24,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            8.5.59
+TOMCAT_VER=            8.5.61
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat
diff -r f2f62e90a4a8 -r 8cbd0d7fbfe5 www/apache-tomcat85/PLIST
--- a/www/apache-tomcat85/PLIST Wed Dec 09 21:34:36 2020 +0000
+++ b/www/apache-tomcat85/PLIST Wed Dec 09 21:40:39 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/10/05 12:19:13 otis Exp $
+@comment $NetBSD: PLIST,v 1.11 2020/12/09 21:40:39 otis Exp $
 share/doc/tomcat/LICENSE
 share/doc/tomcat/NOTICE
 share/doc/tomcat/RELEASE-NOTES
@@ -70,10 +70,7 @@
 share/tomcat/webapps/ROOT/bg-upper.png
 share/tomcat/webapps/ROOT/favicon.ico
 share/tomcat/webapps/ROOT/index.jsp
-share/tomcat/webapps/ROOT/tomcat-power.gif
 share/tomcat/webapps/ROOT/tomcat.css
-share/tomcat/webapps/ROOT/tomcat.gif
-share/tomcat/webapps/ROOT/tomcat.png
 share/tomcat/webapps/ROOT/tomcat.svg
 share/tomcat/webapps/docs/BUILDING.txt
 share/tomcat/webapps/docs/RELEASE-NOTES.txt
@@ -215,6 +212,7 @@
 share/tomcat/webapps/docs/websocketapi/index.html
 share/tomcat/webapps/docs/windows-auth-howto.html
 share/tomcat/webapps/docs/windows-service-howto.html
+share/tomcat/webapps/examples/META-INF/context.xml
 share/tomcat/webapps/examples/WEB-INF/classes/CookieExample.class
 share/tomcat/webapps/examples/WEB-INF/classes/CookieExample.java
 share/tomcat/webapps/examples/WEB-INF/classes/HelloWorldExample.class
@@ -594,11 +592,12 @@
 share/tomcat/webapps/host-manager/WEB-INF/jsp/401.jsp
 share/tomcat/webapps/host-manager/WEB-INF/jsp/403.jsp
 share/tomcat/webapps/host-manager/WEB-INF/jsp/404.jsp
+share/tomcat/webapps/host-manager/WEB-INF/manager.xml
 share/tomcat/webapps/host-manager/WEB-INF/web.xml
+share/tomcat/webapps/host-manager/css/manager.css
 share/tomcat/webapps/host-manager/images/asf-logo.svg
-share/tomcat/webapps/host-manager/images/tomcat.gif
+share/tomcat/webapps/host-manager/images/tomcat.svg
 share/tomcat/webapps/host-manager/index.jsp
-share/tomcat/webapps/host-manager/manager.xml
 share/tomcat/webapps/manager/META-INF/context.xml
 share/tomcat/webapps/manager/WEB-INF/jsp/401.jsp
 share/tomcat/webapps/manager/WEB-INF/jsp/403.jsp
diff -r f2f62e90a4a8 -r 8cbd0d7fbfe5 www/apache-tomcat85/distinfo
--- a/www/apache-tomcat85/distinfo      Wed Dec 09 21:34:36 2020 +0000
+++ b/www/apache-tomcat85/distinfo      Wed Dec 09 21:40:39 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/10/15 16:16:24 otis Exp $
+$NetBSD: distinfo,v 1.16 2020/12/09 21:40:39 otis Exp $
 
-SHA1 (apache-tomcat-8.5.59.tar.gz) = 356a4d89cbba2cfef420c7efb40216da97ee9477
-RMD160 (apache-tomcat-8.5.59.tar.gz) = f38fcf4a82c078ef696b5d59406c2ac33aa82880
-SHA512 (apache-tomcat-8.5.59.tar.gz) = 3106fa39f1859ba31c87d245eaf8efe9c1f2f4837dc4f259c245d2c9b55d3593e97a9925e7d012d397987279965b8e24d940cfdda062d8ac9b64e41396120bd9
-Size (apache-tomcat-8.5.59.tar.gz) = 10432020 bytes
+SHA1 (apache-tomcat-8.5.61.tar.gz) = d26cae8174fc2f5e7ac5133143ca3ee6566de495
+RMD160 (apache-tomcat-8.5.61.tar.gz) = 694d68d20b14b178dbe4883fc83f7112c12a6cdc
+SHA512 (apache-tomcat-8.5.61.tar.gz) = 55d7d0442a3c1bae7e470ba75c7473a8deeaf33c60ff66cecdc136ae0b0e852b871940c5deb720d501b444ccb00f0b8520b1930cbf564c2f46ceaf1e0367d41b
+Size (apache-tomcat-8.5.61.tar.gz) = 10492067 bytes



Home | Main Index | Thread Index | Old Index