pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache-tomcat9 www/apache-tomcat9: Update to 9.0.39



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34de5e617496
branches:  trunk
changeset: 440688:34de5e617496
user:      otis <otis%pkgsrc.org@localhost>
date:      Thu Oct 15 16:12:22 2020 +0000

description:
www/apache-tomcat9: Update to 9.0.39

Changes for 9.0.39:
  - 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.
  - Allow using the utility executor for annotation scanning.
  - Add a bloom filter to speed up archive lookup and improve deployment speed
    of applications with a large number of JARs.

Full changelog is available at:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.39

Also CONFLICTS have been adjusted.

diffstat:

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

diffs (47 lines):

diff -r 9917a4b9dd79 -r 34de5e617496 www/apache-tomcat9/Makefile
--- a/www/apache-tomcat9/Makefile       Thu Oct 15 16:10:23 2020 +0000
+++ b/www/apache-tomcat9/Makefile       Thu Oct 15 16:12:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/10/05 12:09:54 otis Exp $
+# $NetBSD: Makefile,v 1.10 2020/10/15 16:12:22 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-tomcat85-[0-9]*
 
 NO_BUILD=      yes
 USE_LANGUAGES= # none
@@ -21,7 +24,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            9.0.38
+TOMCAT_VER=            9.0.39
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat
diff -r 9917a4b9dd79 -r 34de5e617496 www/apache-tomcat9/distinfo
--- a/www/apache-tomcat9/distinfo       Thu Oct 15 16:10:23 2020 +0000
+++ b/www/apache-tomcat9/distinfo       Thu Oct 15 16:12:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/10/05 12:09:54 otis Exp $
+$NetBSD: distinfo,v 1.8 2020/10/15 16:12:22 otis Exp $
 
-SHA1 (apache-tomcat-9.0.38.tar.gz) = 8e82a1d6c362d77fdd09fa1b896747f1b9ecc16f
-RMD160 (apache-tomcat-9.0.38.tar.gz) = 928acdae4782235e0a38a8a84559dfdb7622a7bd
-SHA512 (apache-tomcat-9.0.38.tar.gz) = 37117164c9ab985b4f3032deac9617cee01463f8822586a62a9c498d2720fac23a8207fcf7a76cea2fcb3c6f828ff12b7b31422316a7d92e707c3bd8d687e303
-Size (apache-tomcat-9.0.38.tar.gz) = 11264531 bytes
+SHA1 (apache-tomcat-9.0.39.tar.gz) = 3e8b354adeffc84c9a6e049de396209fd1f57ebf
+RMD160 (apache-tomcat-9.0.39.tar.gz) = 962294cc70f053c75d97dc3a6630d6bf4bafcd5f
+SHA512 (apache-tomcat-9.0.39.tar.gz) = 307ca646bac267e529fb0862278f7133fe80813f0af64a44aed949f4c7a9a98aeb9bd7f08b087645b40c6fefdd3a7fe519e4858a3dbf0a19c38c53704f92b575
+Size (apache-tomcat-9.0.39.tar.gz) = 11282879 bytes



Home | Main Index | Thread Index | Old Index