diff options
author | feld <feld@FreeBSD.org> | 2016-02-29 00:55:45 +0000 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-02-29 00:55:45 +0000 |
commit | aa19cb7335e0afab68bee26d20e0ce6998ceef17 (patch) | |
tree | 85c27a5c5709a25b8af179985cb7ca681ede33ca | |
parent | 53db8d5867bbe18e7fb10931ea0e975e690f90f6 (diff) | |
download | FreeBSD-ports-aa19cb7335e0afab68bee26d20e0ce6998ceef17.zip FreeBSD-ports-aa19cb7335e0afab68bee26d20e0ce6998ceef17.tar.gz |
MFH: r409780
Security upgrade from 7.0.67 to 7.0.68.
ChangeLog: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
Security ChangeLog: https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.68
Security: CVE-2015-5345
Security: CVE-2015-5351
Security: CVE-2016-0706
Security: CVE-2016-0714
Security: CVE-2016-0763
Approved by: ports-secteam (with hat)
-rw-r--r-- | www/tomcat7/Makefile | 2 | ||||
-rw-r--r-- | www/tomcat7/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index acd8ec6..6598b27 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 7.0.67 +PORTVERSION= 7.0.68 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin PKGNAMESUFFIX= 7 diff --git a/www/tomcat7/distinfo b/www/tomcat7/distinfo index 9ea6000..ab40c31 100644 --- a/www/tomcat7/distinfo +++ b/www/tomcat7/distinfo @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-7.0.67.tar.gz) = cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e -SIZE (apache-tomcat-7.0.67.tar.gz) = 8886737 +SHA256 (apache-tomcat-7.0.68.tar.gz) = 2c1a02422f265607de733521e54f18613e9dd5efc2861914fe45a858227bb8e0 +SIZE (apache-tomcat-7.0.68.tar.gz) = 8900822 |