Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7131180C4 for ; Mon, 23 Nov 2015 18:06:17 +0000 (UTC) Received: (qmail 22309 invoked by uid 500); 23 Nov 2015 18:06:17 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 22248 invoked by uid 500); 23 Nov 2015 18:06:17 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 22239 invoked by uid 99); 23 Nov 2015 18:06:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2015 18:06:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77858E0579; Mon, 23 Nov 2015 18:06:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vinodkv@apache.org To: common-commits@hadoop.apache.org Message-Id: <2fdb21010e1c470194ca17cd31a4e902@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a security flaw. Contributed by Wei-Chiu Chuang. Date: Mon, 23 Nov 2015 18:06:17 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/branch-2.6 11c2326ac -> 5633fb844 HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a security flaw. Contributed by Wei-Chiu Chuang. (cherry picked from commit 70c26703f462e97361924eaf6cbf80be1fce309f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5633fb84 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5633fb84 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5633fb84 Branch: refs/heads/branch-2.6 Commit: 5633fb844a7c0517379063a251efc48eb2e59565 Parents: 11c2326 Author: Vinod Kumar Vavilapalli (I am also known as @tshooter.) Authored: Mon Nov 23 09:59:50 2015 -0800 Committer: Vinod Kumar Vavilapalli Committed: Mon Nov 23 10:05:44 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-project/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/5633fb84/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 26f4d05..4db3614 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -32,6 +32,9 @@ Release 2.6.3 - UNRELEASED HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee) + HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a + security flaw. (Wei-Chiu Chuang via vinodkv) + Release 2.6.2 - 2015-10-28 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/5633fb84/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 4adb42b..6cd502a 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -659,7 +659,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 commons-configuration