Skip to content

Commit

Permalink
www/tomcat7: Update to 7.0.109
Browse files Browse the repository at this point in the history
PR:		257153
Approved by:	ale (maintainer)
Security:	CVE-2021-30640
  • Loading branch information
VVD authored and kev009 committed Aug 1, 2021
1 parent a0b4d4e commit c9577aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
10 changes: 5 additions & 5 deletions 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/

0 comments on commit c9577aa

Please sign in to comment.