1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

www/tomcat7: Update to 7.0.109

PR:		257153
Approved by:	ale (maintainer)
Security:	CVE-2021-30640
This commit is contained in:
VVD 2021-08-01 08:38:26 -07:00 committed by Kevin Bowling
parent a0b4d4e12f
commit c9577aaafd
3 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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/