From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37446158042 for ; Wed, 16 Oct 2024 09:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F1EAE07C5; Wed, 16 Oct 2024 09:13:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68E56E07C5 for ; Wed, 16 Oct 2024 09:13:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2058340BEA for ; Wed, 16 Oct 2024 09:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE1314CA for ; Wed, 16 Oct 2024 09:13:52 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1729070025.fae507d72b7ec0d6ba5799a4b3ab4963d877db60.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tomcat/tomcat-11.0.0.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: fae507d72b7ec0d6ba5799a4b3ab4963d877db60 X-VCS-Branch: master Date: Wed, 16 Oct 2024 09:13:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f91d701a-e2d9-4af1-afbe-9cabf71df662 X-Archives-Hash: 463be5ef85f9cf8fd9bcbe0f233e00c3 commit: fae507d72b7ec0d6ba5799a4b3ab4963d877db60 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Oct 15 12:22:52 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Oct 16 09:13:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae507d7 www-servers/tomcat: update DESCRIPTION Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38836/commits/bf361e053a3d5531a004a8a43e86ab650ed7efc6 Signed-off-by: Miroslav Šulc gentoo.org> www-servers/tomcat/tomcat-11.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-11.0.0.ebuild b/www-servers/tomcat/tomcat-11.0.0.ebuild index 98008b347e0f..0a27c5cc1870 100644 --- a/www-servers/tomcat/tomcat-11.0.0.ebuild +++ b/www-servers/tomcat/tomcat-11.0.0.ebuild @@ -9,7 +9,7 @@ inherit java-pkg-2 prefix verify-sig MY_P="apache-${P}-src" -DESCRIPTION="Tomcat Servlet-6.0/JSP-3.1/EL-5.0/WebSocket-2.1/JASPIC-3.0 Container" +DESCRIPTION="Tomcat Servlet-6.1/JSP-4.0/EL-6.0/WebSocket-2.2/JASPIC-3.1 Container" HOMEPAGE="https://tomcat.apache.org/" SRC_URI="mirror://apache/${PN}/tomcat-$(ver_cut 1)/v${PV}/src/${MY_P}.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-$(ver_cut 1)/v${PV}/src/${MY_P}.tar.gz.asc )"