pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apache-tomcat9



Module Name:    pkgsrc
Committed By:   otis
Date:           Thu Oct 15 16:12:22 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/apache-tomcat9/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/apache-tomcat9/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-tomcat9/Makefile
diff -u pkgsrc/www/apache-tomcat9/Makefile:1.9 pkgsrc/www/apache-tomcat9/Makefile:1.10
--- pkgsrc/www/apache-tomcat9/Makefile:1.9      Mon Oct  5 12:09:54 2020
+++ pkgsrc/www/apache-tomcat9/Makefile  Thu Oct 15 16:12:22 2020
@@ -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 @@ 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-tomcat85-[0-9]*
 
 NO_BUILD=      yes
 USE_LANGUAGES= # none
@@ -21,7 +24,7 @@ USE_TOOLS+=   pax
 
 .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

Index: pkgsrc/www/apache-tomcat9/distinfo
diff -u pkgsrc/www/apache-tomcat9/distinfo:1.7 pkgsrc/www/apache-tomcat9/distinfo:1.8
--- pkgsrc/www/apache-tomcat9/distinfo:1.7      Mon Oct  5 12:09:54 2020
+++ pkgsrc/www/apache-tomcat9/distinfo  Thu Oct 15 16:12:22 2020
@@ -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