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/48c85dc560a5
branches:  trunk
changeset: 440690:48c85dc560a5
user:      otis <otis%pkgsrc.org@localhost>
date:      Thu Oct 15 16:16:24 2020 +0000

description:
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.

diffstat:

 www/apache-tomcat85/Makefile |  11 +++++++----
 www/apache-tomcat85/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r e34d5dc65e62 -r 48c85dc560a5 www/apache-tomcat85/Makefile
--- a/www/apache-tomcat85/Makefile      Thu Oct 15 16:12:50 2020 +0000
+++ b/www/apache-tomcat85/Makefile      Thu Oct 15 16:16:24 2020 +0000
@@ -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 @@
 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 @@
 
 .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
diff -r e34d5dc65e62 -r 48c85dc560a5 www/apache-tomcat85/distinfo
--- a/www/apache-tomcat85/distinfo      Thu Oct 15 16:12:50 2020 +0000
+++ b/www/apache-tomcat85/distinfo      Thu Oct 15 16:16:24 2020 +0000
@@ -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