git: cbc9cfb51de1 - main - www/tomcat10: Update to 10.0.20

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Fri, 01 Apr 2022 10:58:24 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cbc9cfb51de10aa12cc9a2979331c21f2246d9c8

commit cbc9cfb51de10aa12cc9a2979331c21f2246d9c8
Author:     VVD <vvd@unislabs.com>
AuthorDate: 2022-04-01 10:47:10 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-04-01 10:57:06 +0000

    www/tomcat10: Update to 10.0.20
    
    Harden the class loader to provide a mitigation for CVE-2022-22965
    a Spring Framework vulnerability: Effectively disable the
    WebappClassLoaderBase.getResources() method as it is not used and
    if something accidently exposes the class loader this method can be used to gain
    access to Tomcat internals.
    
    Changes: https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.0-M14_(markt)
    
    PR:             262975
---
 www/tomcat10/Makefile | 2 +-
 www/tomcat10/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/tomcat10/Makefile b/www/tomcat10/Makefile
index 1a02af5ad506..baa07b6add08 100644
--- a/www/tomcat10/Makefile
+++ b/www/tomcat10/Makefile
@@ -1,7 +1,7 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 
 PORTNAME=	tomcat
-PORTVERSION=	10.0.18
+PORTVERSION=	10.0.20
 CATEGORIES=	www java
 MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9]+)(.*)/\1/}/v${PORTVERSION}/bin
 PKGNAMESUFFIX=	10
diff --git a/www/tomcat10/distinfo b/www/tomcat10/distinfo
index 24b82a498d1a..69d28471b75a 100644
--- a/www/tomcat10/distinfo
+++ b/www/tomcat10/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647714738
-SHA256 (apache-tomcat-10.0.18.tar.gz) = 959f76452111bf415249f1fecbbe18515eb2edeb8f458c62407aad04e36f4f8e
-SIZE (apache-tomcat-10.0.18.tar.gz) = 11898821
+TIMESTAMP = 1648808263
+SHA256 (apache-tomcat-10.0.20.tar.gz) = 93b16650513ec9cb1ca4db1c6d76f080003f8a33d0699f424d7c3bba10f148b9
+SIZE (apache-tomcat-10.0.20.tar.gz) = 11915655