From dev-return-13923-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Tue Sep 11 09:54:59 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DB8D018065B for ; Tue, 11 Sep 2018 09:54:58 +0200 (CEST) Received: (qmail 76083 invoked by uid 500); 11 Sep 2018 07:54:57 -0000 Mailing-List: contact dev-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list dev@kylin.apache.org Received: (qmail 76070 invoked by uid 99); 11 Sep 2018 07:54:57 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2018 07:54:57 +0000 From: GitBox To: dev@kylin.apache.org Subject: [GitHub] shaofengshi closed pull request #229: KYLIN-3553 Tomcat Security Vulnerability Alert. The version of the tomcat for kylin should upgrade to 7.0.90. Message-ID: <153665249680.19114.14163683259003205246.gitbox@gitbox.apache.org> Date: Tue, 11 Sep 2018 07:54:56 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit shaofengshi closed pull request #229: KYLIN-3553 Tomcat Security Vulnerability Alert. The version of the tomcat for kylin should upgrade to 7.0.90. URL: https://github.com/apache/kylin/pull/229 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/build/script/download-tomcat.sh b/build/script/download-tomcat.sh index beda172412..54617a0a6d 100755 --- a/build/script/download-tomcat.sh +++ b/build/script/download-tomcat.sh @@ -27,8 +27,8 @@ if [[ `uname -a` =~ "Darwin" ]]; then alias md5cmd="md5 -q" fi -tomcat_pkg_version="7.0.85" -tomcat_pkg_md5="1ad4760080164bb08e924c330703c94d" +tomcat_pkg_version="7.0.90" +tomcat_pkg_md5="cd4890e4e6a212dafd970da37d040877" if [ ! -f "build/apache-tomcat-${tomcat_pkg_version}.tar.gz" ] then diff --git a/pom.xml b/pom.xml index a01b41e8ca..5324a65526 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ 3.2.4 2.4.0 2.5 - 7.0.85 + 7.0.90 3.1 2.3.23 5.9.2 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services