Date: Tue, 6 Aug 2024 13:12:16 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8eb64f115133 - main - www/tomcat9: update 9.0.91 =?utf-8?Q?=E2=86=92?= 9.0.93 Message-ID: <202408061312.476DCGrc034249@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8eb64f11513383cff4683439435137a43b6ee7a3 commit 8eb64f11513383cff4683439435137a43b6ee7a3 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-08-06 13:04:39 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-06 13:04:39 +0000 www/tomcat9: update 9.0.91 → 9.0.93 Changelog: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.93_(remm) MFH: 2024Q3 --- www/tomcat9/Makefile | 2 +- www/tomcat9/distinfo | 6 +++--- www/tomcat9/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/tomcat9/Makefile b/www/tomcat9/Makefile index 90248f5f613b..6ca9a88999f4 100644 --- a/www/tomcat9/Makefile +++ b/www/tomcat9/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -PORTVERSION= 9.0.91 +PORTVERSION= 9.0.93 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 9 diff --git a/www/tomcat9/distinfo b/www/tomcat9/distinfo index 83a63c22b1dc..53111bb6087f 100644 --- a/www/tomcat9/distinfo +++ b/www/tomcat9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720433541 -SHA256 (apache-tomcat-9.0.91.tar.gz) = 0c5b29ca1d3a31bbb8fab6ad1feed8a3702ed325d14839550a6774c76c90b856 -SIZE (apache-tomcat-9.0.91.tar.gz) = 11762988 +TIMESTAMP = 1722949308 +SHA256 (apache-tomcat-9.0.93.tar.gz) = 69e0f353ea7d85004f9de379c1ea68e5775287fe2e0859c56081e085c1b29226 +SIZE (apache-tomcat-9.0.93.tar.gz) = 12122732 diff --git a/www/tomcat9/pkg-plist b/www/tomcat9/pkg-plist index 0724dd998dc6..d95c74cf3a66 100644 --- a/www/tomcat9/pkg-plist +++ b/www/tomcat9/pkg-plist @@ -34,6 +34,7 @@ %%T%%/lib/jsp-api.jar %%T%%/lib/servlet-api.jar %%T%%/lib/tomcat-api.jar +%%T%%/lib/tomcat-coyote-ffm.jar %%T%%/lib/tomcat-coyote.jar %%T%%/lib/tomcat-dbcp.jar %%NLS%%%%T%%/lib/tomcat-i18n-cs.jar @@ -104,6 +105,8 @@ %%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/authentication-process.png %%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/request-process.png %%DOCS%%%%T%%/webapps/docs/architecture/startup.html +%%DOCS%%%%T%%/webapps/docs/architecture/startup/1_overview.png +%%DOCS%%%%T%%/webapps/docs/architecture/startup/1_overview.vpd %%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.pdf %%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.txt %%DOCS%%%%T%%/webapps/docs/balancer-howto.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408061312.476DCGrc034249>