From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 15:44:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B4E76611EE; Sun, 1 Aug 2021 15:44:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gd55y27g4z4f6V; Sun, 1 Aug 2021 15:44:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30E7A6E31; Sun, 1 Aug 2021 15:44:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 171Fi6wM001848; Sun, 1 Aug 2021 15:44:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 171Fi6DD001847; Sun, 1 Aug 2021 15:44:06 GMT (envelope-from git) Date: Sun, 1 Aug 2021 15:44:06 GMT Message-Id: <202108011544.171Fi6DD001847@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 07af47498de6 - main - www/tomcat85: Update to 8.5.69 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 07af47498de63bf4ae2a5d0538e476d8836a7a65 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2021 15:44:06 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=07af47498de63bf4ae2a5d0538e476d8836a7a65 commit 07af47498de63bf4ae2a5d0538e476d8836a7a65 Author: VVD AuthorDate: 2021-08-01 15:42:30 +0000 Commit: Kevin Bowling CommitDate: 2021-08-01 15:42:30 +0000 www/tomcat85: Update to 8.5.69 PR: 257153 Security: CVE-2021-30639 CVE-2021-30640 CVE-2021-33037 --- www/tomcat85/Makefile | 2 +- www/tomcat85/distinfo | 6 +++--- www/tomcat85/pkg-descr | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/tomcat85/Makefile b/www/tomcat85/Makefile index a8e13f355e8e..db5474810745 100644 --- a/www/tomcat85/Makefile +++ b/www/tomcat85/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre PORTNAME= tomcat -PORTVERSION= 8.5.64 +PORTVERSION= 8.5.69 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 11d379bead6f..5d66d4007358 100644 --- a/www/tomcat85/distinfo +++ b/www/tomcat85/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615488326 -SHA256 (apache-tomcat-8.5.64.tar.gz) = f00d3cc3c6965d160165193e4e071cd3ba39cf69f8b5b8017d66a78e8a754333 -SIZE (apache-tomcat-8.5.64.tar.gz) = 10520844 +TIMESTAMP = 1626175070 +SHA256 (apache-tomcat-8.5.69.tar.gz) = cc9616eb29bf491839ce5c8a1c3e37cb710f6ec99aad5aefb7944b5184b13398 +SIZE (apache-tomcat-8.5.69.tar.gz) = 10561246 diff --git a/www/tomcat85/pkg-descr b/www/tomcat85/pkg-descr index 1332d2f24b01..11f517c2a857 100644 --- a/www/tomcat85/pkg-descr +++ b/www/tomcat85/pkg-descr @@ -2,8 +2,8 @@ Apache Tomcat is a web server written in 100% Pure Java. Apache Tomcat version 8.5 implements the Servlet 3.1, JavaServer Pages 2.3, Java Unified Expression Language 3.0 and Java WebSocket 1.1 specifications -from the Java Community Process, and includes many additional features that -make it a useful platform for developing and deploying web applications and -web services. Tomcat 8.5 is aligned with Java EE 7. +from the Java Community Process, JASPIC 1.1 specification, and includes many +additional features that make it a useful platform for developing and deploying +web applications and web services. Tomcat 8.5 is aligned with Java EE 7. -WWW: http://tomcat.apache.org/ +WWW: https://tomcat.apache.org/