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:           Thu Oct 15 16:16:24 UTC 2020

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

Log Message:
www/apache-tomcat85: Update to 8.5.58

Changes for 8.5.59:
  - Refactor the handling of closed HTTP/2 streams to reduce the heap usage
    associated with used streams and to retain information for more streams in
    the priority tree.
  - Deprecate the JDBCRealm.
  - Ensure that none of the methods on a ServletContext instance always fail
    when running under a SecurityManager.

Full changelog is available at:
https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.59_(markt)

Also CONFLICTS have been adjusted.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/apache-tomcat85/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/www/apache-tomcat85/Makefile:1.17
--- pkgsrc/www/apache-tomcat85/Makefile:1.16    Mon Oct  5 12:19:13 2020
+++ pkgsrc/www/apache-tomcat85/Makefile Thu Oct 15 16:16:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/10/05 12:19:13 otis Exp $
+# $NetBSD: Makefile,v 1.17 2020/10/15 16:16:24 otis Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
@@ -10,8 +10,11 @@ HOMEPAGE=    https://tomcat.apache.org/
 COMMENT=       Implementation of Java Servlet and JavaServer Pages technologies
 LICENSE=       apache-2.0
 
-CONFLICTS+=    jakarta-tomcat55-[0-9]*
-CONFLICTS+=    jakarta-tomcat-[0-9]*
+CONFLICTS+=    apache-tomcat55-[0-9]*
+CONFLICTS+=    apache-tomcat6-[0-9]*
+CONFLICTS+=    apache-tomcat7-[0-9]*
+CONFLICTS+=    apache-tomcat8-[0-9]*
+CONFLICTS+=    apache-tomcat9-[0-9]*
 
 NO_BUILD=      yes
 USE_LANGUAGES= # none
@@ -21,7 +24,7 @@ USE_TOOLS+=   pax
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            8.5.58
+TOMCAT_VER=            8.5.59
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat

Index: pkgsrc/www/apache-tomcat85/distinfo
diff -u pkgsrc/www/apache-tomcat85/distinfo:1.14 pkgsrc/www/apache-tomcat85/distinfo:1.15
--- pkgsrc/www/apache-tomcat85/distinfo:1.14    Mon Oct  5 12:19:13 2020
+++ pkgsrc/www/apache-tomcat85/distinfo Thu Oct 15 16:16:24 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/10/05 12:19:13 otis Exp $
+$NetBSD: distinfo,v 1.15 2020/10/15 16:16:24 otis Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index