You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2021/02/19 16:35:47 UTC

[trafficcontrol] branch master updated: Update Tomcat to 8.5.63 (#5535)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 594d254  Update Tomcat to 8.5.63 (#5535)
594d254 is described below

commit 594d2545066a3c43d173a4e6d91ca01a18b456d5
Author: Zach Hoffman <zr...@apache.org>
AuthorDate: Fri Feb 19 09:35:31 2021 -0700

    Update Tomcat to 8.5.63 (#5535)
    
    * Update Tomcat to 8.5.63
    
    * Update Apache Tomcat Native to 1.2.23
---
 CHANGELOG.md                               | 2 ++
 docs/source/development/traffic_router.rst | 2 +-
 traffic_router/build/build_rpm.sh          | 2 +-
 traffic_router/build/pom.xml               | 2 +-
 traffic_router/connector/pom.xml           | 4 ++--
 traffic_router/core/pom.xml                | 6 +++---
 6 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76aca22..8f7cc0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -65,6 +65,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 - Pinned external actions used by Documentation Build and TR Unit Tests workflows to commit SHA-1 and the Docker image used by the Weasel workflow to a SHA-256 digest
 - Updated Flot libraries to supported versions
 - [apache/trafficcontrol](https://github.com/apache/trafficcontrol) is now a Go module
+- Updated Apache Tomcat from 8.5.57 to 8.5.63
+- Updated Apache Tomcat Native from 1.2.16 to 1.2.23
 
 ### Removed
 - The Perl implementation of Traffic Ops has been stripped out, along with the Go implementation's "fall-back to Perl" behavior.
diff --git a/docs/source/development/traffic_router.rst b/docs/source/development/traffic_router.rst
index c8fdfeb..09aa0e9 100644
--- a/docs/source/development/traffic_router.rst
+++ b/docs/source/development/traffic_router.rst
@@ -39,7 +39,7 @@ To work on Traffic Router you need a \*nix (MacOS and Linux are most commonly us
 * JDK >= 8.0 (OpenJDK suggested, but not required)
 * OpenSSL >= 1.0.2
 * :abbr:`APR (Apache Portable Runtime)` >= 1.4.8-3
-* Tomcat Native >= 1.2.16
+* Tomcat Native >= 1.2.23
 * Not Tomcat - You do not need a Tomcat installation for development. An embedded version is launched for development testing instead.
 
 .. _dev-tr-mac-jdk:
diff --git a/traffic_router/build/build_rpm.sh b/traffic_router/build/build_rpm.sh
index 6eaf498..daec972 100755
--- a/traffic_router/build/build_rpm.sh
+++ b/traffic_router/build/build_rpm.sh
@@ -76,7 +76,7 @@ adaptEnvironment() {
 	RPM="${PACKAGE}-${TC_VERSION}-${BUILD_NUMBER}.x86_64.rpm"
 	RPM_TARGET_OS="${RPM_TARGET_OS:-linux}"
 	TOMCAT_VERSION=8.5
-	TOMCAT_RELEASE=57
+	TOMCAT_RELEASE=63
 	export PACKAGE TC_VERSION BUILD_NUMBER BUILD_LOCK WORKSPACE RPMBUILD DIST RPM RPM_TARGET_OS TOMCAT_VERSION TOMCAT_RELEASE
 
 	echo "=================================================="
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index c9a3fb9..10d525e 100644
--- a/traffic_router/build/pom.xml
+++ b/traffic_router/build/pom.xml
@@ -240,7 +240,7 @@
 								<require>java &gt;= 1.8</require>
 								<require>tomcat = ${env.TOMCAT_VERSION}.${env.TOMCAT_RELEASE}-${env.BUILD_LOCK}</require>
 								<require>apr &gt;= 1.4.8</require>
-								<require>tomcat-native &gt;= 1.2.16</require>
+								<require>tomcat-native >= 1.2.23</require>
 							</requires>
 							<obsoletes>
 								<obsolete>traffic_router &lt; 3.0.0</obsolete>
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index ea59d59..3e9b218 100644
--- a/traffic_router/connector/pom.xml
+++ b/traffic_router/connector/pom.xml
@@ -85,13 +85,13 @@
 		<dependency>
 			<groupId>org.apache.tomcat</groupId>
 			<artifactId>tomcat-coyote</artifactId>
-			<version>8.5.57</version>
+			<version>8.5.63</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.tomcat</groupId>
 			<artifactId>tomcat-catalina</artifactId>
-			<version>8.5.57</version>
+			<version>8.5.63</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index d4e7e77..20fe2b1 100644
--- a/traffic_router/core/pom.xml
+++ b/traffic_router/core/pom.xml
@@ -346,19 +346,19 @@
 		<dependency>
 			<groupId>org.apache.tomcat</groupId>
 			<artifactId>tomcat-catalina</artifactId>
-			<version>8.5.57</version>
+			<version>8.5.63</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.tomcat</groupId>
 			<artifactId>tomcat-coyote</artifactId>
-			<version>8.5.57</version>
+			<version>8.5.63</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.tomcat</groupId>
 			<artifactId>tomcat-jni</artifactId>
-			<version>8.5.57</version>
+			<version>8.5.63</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>