Date: Sun, 1 Aug 2021 16:08:44 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 3e9bbc6dbb6b - 2021Q3 - www/tomcat10: Update to 10.0.8 Message-ID: <202108011608.171G8iui030314@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e9bbc6dbb6b794fd9b1227629a040d70a5f482b commit 3e9bbc6dbb6b794fd9b1227629a040d70a5f482b Author: VVD <vvd@unislabs.com> AuthorDate: 2021-08-01 15:48:25 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-08-01 16:08:12 +0000 www/tomcat10: Update to 10.0.8 PR: 257153 Security: CVE-2021-30639 CVE-2021-30640 CVE-2021-33037 (cherry picked from commit c4c1af78fb6a2b548d266c8e490c246052158519) --- www/tomcat10/Makefile | 4 +++- www/tomcat10/distinfo | 6 +++--- www/tomcat10/pkg-descr | 9 ++++----- www/tomcat10/pkg-plist | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/www/tomcat10/Makefile b/www/tomcat10/Makefile index 62cb689faa0c..65cea1702fff 100644 --- a/www/tomcat10/Makefile +++ b/www/tomcat10/Makefile @@ -1,5 +1,7 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> + PORTNAME= tomcat -PORTVERSION= 10.0.4 +PORTVERSION= 10.0.8 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 6100ebedd1ab..a6ad800cde2c 100644 --- a/www/tomcat10/distinfo +++ b/www/tomcat10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615491644 -SHA256 (apache-tomcat-10.0.4.tar.gz) = 99fca1a99e93f8fbae417ada4840314ce8ac9b1c6fb14121abf8f39a48b1e244 -SIZE (apache-tomcat-10.0.4.tar.gz) = 11811329 +TIMESTAMP = 1626175231 +SHA256 (apache-tomcat-10.0.8.tar.gz) = b1f85342bc5a5f30be4e1b5ed9aca8375412c564e8e8214523a6733d7237c07e +SIZE (apache-tomcat-10.0.8.tar.gz) = 11849843 diff --git a/www/tomcat10/pkg-descr b/www/tomcat10/pkg-descr index ff63447f006f..c0236996f1e8 100644 --- a/www/tomcat10/pkg-descr +++ b/www/tomcat10/pkg-descr @@ -1,8 +1,7 @@ Apache Tomcat is a web server written in 100% Pure Java. -Apache Tomcat 10.x is the current focus of development. It builds on -Tomcat 9.0.x and implements the Servlet 5.0, JSP 3.0, EL 4.0, WebSocket 2.0 -and Authentication 2.0 specifications (the versions required by Jakarta EE 9 -platform). +Apache Tomcat 10.0.x builds on Tomcat 9.0.x and implements the Servlet 5.0, +JSP 3.0, EL 4.0, WebSocket 2.0 and Authentication 2.0 specifications +(the versions required by Jakarta EE 9 platform). -WWW: http://tomcat.apache.org/ +WWW: https://tomcat.apache.org/ diff --git a/www/tomcat10/pkg-plist b/www/tomcat10/pkg-plist index b1bbc7c84602..a873bd120bee 100644 --- a/www/tomcat10/pkg-plist +++ b/www/tomcat10/pkg-plist @@ -27,9 +27,9 @@ %%T%%/lib/catalina-storeconfig.jar %%T%%/lib/catalina-tribes.jar %%T%%/lib/catalina.jar -%%T%%/lib/ecj-4.18.jar +%%T%%/lib/ecj-4.20.jar %%T%%/lib/el-api.jar -%%T%%/lib/jakartaee-migration-0.2.0-shaded.jar +%%T%%/lib/jakartaee-migration-1.0.0-shaded.jar %%T%%/lib/jasper-el.jar %%T%%/lib/jasper.jar %%T%%/lib/jaspic-api.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108011608.171G8iui030314>