Date: Fri, 1 Apr 2022 10:58:21 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8126f2d8db74 - main - www/tomcat85: Update to 8.5.78 Message-ID: <202204011058.231AwLdi025817@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=8126f2d8db74bb034cd5f6950c7caf9f87eef054 commit 8126f2d8db74bb034cd5f6950c7caf9f87eef054 Author: VVD <vvd@unislabs.com> AuthorDate: 2022-04-01 10:51:42 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2022-04-01 10:57:05 +0000 www/tomcat85: Update to 8.5.78 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-8.5-doc/changelog.html#Tomcat_8.5.78_(markt) PR: 262975 --- www/tomcat85/Makefile | 2 +- www/tomcat85/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/tomcat85/Makefile b/www/tomcat85/Makefile index 35f585916ac6..cb888dc8e88a 100644 --- a/www/tomcat85/Makefile +++ b/www/tomcat85/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> PORTNAME= tomcat -PORTVERSION= 8.5.77 +PORTVERSION= 8.5.78 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 diff --git a/www/tomcat85/distinfo b/www/tomcat85/distinfo index 6d101460ec80..22c6fdc0a2dc 100644 --- a/www/tomcat85/distinfo +++ b/www/tomcat85/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647715859 -SHA256 (apache-tomcat-8.5.77.tar.gz) = 4907f823f08b311f34d10cac47e0a3a90079606fdfd4166af9f6518c7015a4b9 -SIZE (apache-tomcat-8.5.77.tar.gz) = 10559655 +TIMESTAMP = 1648808101 +SHA256 (apache-tomcat-8.5.78.tar.gz) = 84c7707db0ce495473df2efdc93da21b6d47bf25cd0a79de52e5472ff9e5f094 +SIZE (apache-tomcat-8.5.78.tar.gz) = 10577344
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204011058.231AwLdi025817>