pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apache-tomcat85



Module Name:    pkgsrc
Committed By:   otis
Date:           Wed Dec  9 21:40:39 UTC 2020

Modified Files:
        pkgsrc/www/apache-tomcat85: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/apache-tomcat85/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/apache-tomcat85/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/apache-tomcat85/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-tomcat85/Makefile
diff -u pkgsrc/www/apache-tomcat85/Makefile:1.17 pkgsrc/www/apache-tomcat85/Makefile:1.18
--- pkgsrc/www/apache-tomcat85/Makefile:1.17    Thu Oct 15 16:16:24 2020
+++ pkgsrc/www/apache-tomcat85/Makefile Wed Dec  9 21:40:39 2020
@@ -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 @@ USE_TOOLS+=   pax
 
 .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

Index: pkgsrc/www/apache-tomcat85/PLIST
diff -u pkgsrc/www/apache-tomcat85/PLIST:1.10 pkgsrc/www/apache-tomcat85/PLIST:1.11
--- pkgsrc/www/apache-tomcat85/PLIST:1.10       Mon Oct  5 12:19:13 2020
+++ pkgsrc/www/apache-tomcat85/PLIST    Wed Dec  9 21:40:39 2020
@@ -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-nav.png
 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/web-socket-how
 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/META-I
 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

Index: pkgsrc/www/apache-tomcat85/distinfo
diff -u pkgsrc/www/apache-tomcat85/distinfo:1.15 pkgsrc/www/apache-tomcat85/distinfo:1.16
--- pkgsrc/www/apache-tomcat85/distinfo:1.15    Thu Oct 15 16:16:24 2020
+++ pkgsrc/www/apache-tomcat85/distinfo Wed Dec  9 21:40:39 2020
@@ -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