aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVVD <vvd@unislabs.com>2022-08-14 16:56:45 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-08-14 17:04:09 +0000
commita9760a296adfb1329ed96e6cef221bfaac9a301e (patch)
tree542e8395626bbed7475c0cd86229b34967699ce6
parentb73c26ec2cfd8d9d9c960238a5ac61637362506e (diff)
downloadports-a9760a296adfb1329ed96e6cef221bfaac9a301e.tar.gz
ports-a9760a296adfb1329ed96e6cef221bfaac9a301e.zip
www/tomcat{85,9,10,-devel}: Update to 8.5.82, 9.0.65, 10.0.23, 10.1.0-M17 (CVE-2022-34305 - a low severity XSS vulnerability in the Form authentication example)
PR: 265821 MFH: 2022Q3 Security: e2e7faf9-1b51-11ed-ae46-002b67dfc673 (cherry picked from commit ce95f567dd1f33e832620d43dd00a74fb1cf974d)
-rw-r--r--www/tomcat-devel/Makefile2
-rw-r--r--www/tomcat-devel/distinfo6
-rw-r--r--www/tomcat-devel/pkg-plist2
-rw-r--r--www/tomcat10/Makefile2
-rw-r--r--www/tomcat10/distinfo6
-rw-r--r--www/tomcat10/pkg-plist2
-rw-r--r--www/tomcat85/Makefile2
-rw-r--r--www/tomcat85/distinfo6
-rw-r--r--www/tomcat9/Makefile2
-rw-r--r--www/tomcat9/distinfo6
10 files changed, 18 insertions, 18 deletions
diff --git a/www/tomcat-devel/Makefile b/www/tomcat-devel/Makefile
index 88ded4e82d05..c573c3942a0c 100644
--- a/www/tomcat-devel/Makefile
+++ b/www/tomcat-devel/Makefile
@@ -1,7 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
PORTNAME= tomcat
-DISTVERSION= 10.1.0-M16
+DISTVERSION= 10.1.0-M17
CATEGORIES= www java
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin
PKGNAMESUFFIX= -devel
diff --git a/www/tomcat-devel/distinfo b/www/tomcat-devel/distinfo
index 39ee0d59adb7..5b948877b5cd 100644
--- a/www/tomcat-devel/distinfo
+++ b/www/tomcat-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655057663
-SHA256 (apache-tomcat-10.1.0-M16.tar.gz) = b49702aa4f2c2452f5d8f9919d7f864f3a4e36899ca45621429e539d591fa6b5
-SIZE (apache-tomcat-10.1.0-M16.tar.gz) = 11932714
+TIMESTAMP = 1660419637
+SHA256 (apache-tomcat-10.1.0-M17.tar.gz) = 8d3ada5a826aa35074289469f4f1d4e02dfd8c344ee8e018d9bea5b262e2f785
+SIZE (apache-tomcat-10.1.0-M17.tar.gz) = 11848876
diff --git a/www/tomcat-devel/pkg-plist b/www/tomcat-devel/pkg-plist
index 5415bb07e883..8d5d7ce57928 100644
--- a/www/tomcat-devel/pkg-plist
+++ b/www/tomcat-devel/pkg-plist
@@ -29,7 +29,7 @@
%%T%%/lib/catalina.jar
%%T%%/lib/ecj-4.23.jar
%%T%%/lib/el-api.jar
-%%T%%/lib/jakartaee-migration-1.0.0-shaded.jar
+%%T%%/lib/jakartaee-migration-1.0.1-shaded.jar
%%T%%/lib/jasper-el.jar
%%T%%/lib/jasper.jar
%%T%%/lib/jaspic-api.jar
diff --git a/www/tomcat10/Makefile b/www/tomcat10/Makefile
index aa65c27b29f1..8304f7d5cb77 100644
--- a/www/tomcat10/Makefile
+++ b/www/tomcat10/Makefile
@@ -1,7 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
PORTNAME= tomcat
-PORTVERSION= 10.0.22
+PORTVERSION= 10.0.23
CATEGORIES= www java
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9]+)(.*)/\1/}/v${PORTVERSION}/bin
PKGNAMESUFFIX= 10
diff --git a/www/tomcat10/distinfo b/www/tomcat10/distinfo
index 3d0e78441e7c..22adf7ed2695 100644
--- a/www/tomcat10/distinfo
+++ b/www/tomcat10/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655057627
-SHA256 (apache-tomcat-10.0.22.tar.gz) = e726f6559ee9210347e93a44db2a493204887da55ca917320fbc86295404a1fd
-SIZE (apache-tomcat-10.0.22.tar.gz) = 11933879
+TIMESTAMP = 1660419694
+SHA256 (apache-tomcat-10.0.23.tar.gz) = 575c99a2aeed61e26b2f379bd0f8c9e44a4ecc9509760aa81c20bb7126b7fd3d
+SIZE (apache-tomcat-10.0.23.tar.gz) = 11972768
diff --git a/www/tomcat10/pkg-plist b/www/tomcat10/pkg-plist
index d80b4fae1d95..fa819ef43d86 100644
--- a/www/tomcat10/pkg-plist
+++ b/www/tomcat10/pkg-plist
@@ -29,7 +29,7 @@
%%T%%/lib/catalina.jar
%%T%%/lib/ecj-4.20.jar
%%T%%/lib/el-api.jar
-%%T%%/lib/jakartaee-migration-1.0.0-shaded.jar
+%%T%%/lib/jakartaee-migration-1.0.1-shaded.jar
%%T%%/lib/jasper-el.jar
%%T%%/lib/jasper.jar
%%T%%/lib/jaspic-api.jar
diff --git a/www/tomcat85/Makefile b/www/tomcat85/Makefile
index 66f1536cb2cf..5d85a280e1c2 100644
--- a/www/tomcat85/Makefile
+++ b/www/tomcat85/Makefile
@@ -1,7 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
PORTNAME= tomcat
-PORTVERSION= 8.5.81
+PORTVERSION= 8.5.82
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 19f0a2b96570..83e0835cf1fe 100644
--- a/www/tomcat85/distinfo
+++ b/www/tomcat85/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655057557
-SHA256 (apache-tomcat-8.5.81.tar.gz) = b91d6f6e5febde99cfe0e71aa0dc069940c64e944409d7aa4e39eb2887f36618
-SIZE (apache-tomcat-8.5.81.tar.gz) = 10595340
+TIMESTAMP = 1660419816
+SHA256 (apache-tomcat-8.5.82.tar.gz) = 33098049ff0154a68313a0e5974c88e99b945e42a8b661c190f1dba401e2b5b3
+SIZE (apache-tomcat-8.5.82.tar.gz) = 10610025
diff --git a/www/tomcat9/Makefile b/www/tomcat9/Makefile
index e464e7bad592..990bdcc07317 100644
--- a/www/tomcat9/Makefile
+++ b/www/tomcat9/Makefile
@@ -1,7 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
PORTNAME= tomcat
-PORTVERSION= 9.0.64
+PORTVERSION= 9.0.65
CATEGORIES= www java
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin
PKGNAMESUFFIX= 9
diff --git a/www/tomcat9/distinfo b/www/tomcat9/distinfo
index 02b34c7b41c8..a140b1d3764c 100644
--- a/www/tomcat9/distinfo
+++ b/www/tomcat9/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655057597
-SHA256 (apache-tomcat-9.0.64.tar.gz) = 8a3cde1ff47e769065ea66470909b4e3b1a6d6ae5bd1b9ca55314c67ddd44f23
-SIZE (apache-tomcat-9.0.64.tar.gz) = 11579290
+TIMESTAMP = 1660419765
+SHA256 (apache-tomcat-9.0.65.tar.gz) = e92330e6b0103eb0a5af1ec42f8c0aaaf0da712b7449b962e181a191e8f2264b
+SIZE (apache-tomcat-9.0.65.tar.gz) = 11593900