Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Aug 2021 15:41:56 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9577aaafdbd - main - www/tomcat7: Update to 7.0.109
Message-ID:  <202108011541.171Ffu8K000596@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9577aaafdbd34b08c30bfe12cd4690db0749dab

commit c9577aaafdbd34b08c30bfe12cd4690db0749dab
Author:     VVD <vvd@unislabs.com>
AuthorDate: 2021-08-01 15:38:26 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-08-01 15:38:26 +0000

    www/tomcat7: Update to 7.0.109
    
    PR:             257153
    Approved by:    ale (maintainer)
    Security:       CVE-2021-30640
---
 www/tomcat7/Makefile  |  4 ++--
 www/tomcat7/distinfo  |  6 +++---
 www/tomcat7/pkg-descr | 10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile
index e3cf78ea8721..cb94b186229a 100644
--- a/www/tomcat7/Makefile
+++ b/www/tomcat7/Makefile
@@ -1,7 +1,7 @@
 # Created by: Alex Dupre <ale@FreeBSD.org>
 
 PORTNAME=	tomcat
-PORTVERSION=	7.0.108
+PORTVERSION=	7.0.109
 PORTREVISION=	0
 CATEGORIES=	www java
 MASTER_SITES=	APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin
@@ -14,7 +14,7 @@ COMMENT=	Open-source Java web server by Apache, 7.x branch
 LICENSE=	APACHE20
 
 DEPRECATED=	Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version
-EXPIRATION_DATE=	2021-06-30
+EXPIRATION_DATE=	2021-12-31
 
 RUN_DEPENDS=	jsvc:devel/apache-commons-daemon
 
diff --git a/www/tomcat7/distinfo b/www/tomcat7/distinfo
index 3c54a9402f8e..46b379bddc82 100644
--- a/www/tomcat7/distinfo
+++ b/www/tomcat7/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612777255
-SHA256 (apache-tomcat-7.0.108.tar.gz) = 6dbf37fe4362cf1bc68959ad83ffea8daddd49c89ea273238765778eb229aa6a
-SIZE (apache-tomcat-7.0.108.tar.gz) = 9655294
+TIMESTAMP = 1626174995
+SHA256 (apache-tomcat-7.0.109.tar.gz) = ebfeb051e6da24bce583a4105439bfdafefdc7c5bdd642db2ab07e056211cb31
+SIZE (apache-tomcat-7.0.109.tar.gz) = 9656576
diff --git a/www/tomcat7/pkg-descr b/www/tomcat7/pkg-descr
index f3775c2a0058..6093e1b6b5fd 100644
--- a/www/tomcat7/pkg-descr
+++ b/www/tomcat7/pkg-descr
@@ -1,8 +1,8 @@
 Apache Tomcat is a web server written in 100% Pure Java.
 
-Apache Tomcat version 7.0 implements the Servlet 3.0 and JavaServer Pages 2.2
-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.
+Apache Tomcat version 7.0 implements the Servlet 3.0, JavaServer Pages 2.2,
+EL 2.2 and 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.
 
-WWW: http://tomcat.apache.org/
+WWW: https://tomcat.apache.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108011541.171Ffu8K000596>