Return-Path: X-Original-To: apmail-pig-commits-archive@www.apache.org Delivered-To: apmail-pig-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 E191E18C5B for ; Sat, 20 Feb 2016 00:38:47 +0000 (UTC) Received: (qmail 22331 invoked by uid 500); 20 Feb 2016 00:38:47 -0000 Delivered-To: apmail-pig-commits-archive@pig.apache.org Received: (qmail 22302 invoked by uid 500); 20 Feb 2016 00:38:47 -0000 Mailing-List: contact commits-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list commits@pig.apache.org Received: (qmail 22290 invoked by uid 99); 20 Feb 2016 00:38:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Feb 2016 00:38:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6BA1818054A for ; Sat, 20 Feb 2016 00:38:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.471 X-Spam-Level: * X-Spam-Status: No, score=1.471 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id k8XHCFmFbPhz for ; Sat, 20 Feb 2016 00:38:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 712795F1B4 for ; Sat, 20 Feb 2016 00:38:46 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id ABBA4E00E9 for ; Sat, 20 Feb 2016 00:38:45 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A92D83A0111 for ; Sat, 20 Feb 2016 00:38:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1731319 - in /pig/trunk: CHANGES.txt ivy/libraries.properties Date: Sat, 20 Feb 2016 00:38:45 -0000 To: commits@pig.apache.org From: daijy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160220003845.A92D83A0111@svn01-us-west.apache.org> Author: daijy Date: Sat Feb 20 00:38:45 2016 New Revision: 1731319 URL: http://svn.apache.org/viewvc?rev=1731319&view=rev Log: PIG-4811: Upgrade groovy library to address MethodClosure vulnerability Modified: pig/trunk/CHANGES.txt pig/trunk/ivy/libraries.properties Modified: pig/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1731319&r1=1731318&r2=1731319&view=diff ============================================================================== --- pig/trunk/CHANGES.txt (original) +++ pig/trunk/CHANGES.txt Sat Feb 20 00:38:45 2016 @@ -24,6 +24,8 @@ INCOMPATIBLE CHANGES IMPROVEMENTS +PIG-4811: Upgrade groovy library to address MethodClosure vulnerability (daijy) + PIG-4803: Improve performance of regex-based builtin functions (eyal via daijy) PIG-4802: Autoparallelism should estimate less when there is combiner (rohini) Modified: pig/trunk/ivy/libraries.properties URL: http://svn.apache.org/viewvc/pig/trunk/ivy/libraries.properties?rev=1731319&r1=1731318&r2=1731319&view=diff ============================================================================== --- pig/trunk/ivy/libraries.properties (original) +++ pig/trunk/ivy/libraries.properties Sat Feb 20 00:38:45 2016 @@ -37,7 +37,7 @@ jersey.version=1.8 checkstyle.version=4.2 ivy.version=2.2.0 jasper.version=6.1.14 -groovy.version=1.8.6 +groovy.version=2.4.5 guava.version=11.0 jersey-core.version=1.8 hadoop-core.version=1.0.4