Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0599E2004F5 for ; Fri, 1 Sep 2017 17:39:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 03DDB16D42E; Fri, 1 Sep 2017 15:39:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A5D016D427 for ; Fri, 1 Sep 2017 17:39:46 +0200 (CEST) Received: (qmail 86805 invoked by uid 500); 1 Sep 2017 15:39:44 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 86796 invoked by uid 99); 1 Sep 2017 15:39:44 -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; Fri, 01 Sep 2017 15:39:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0905A81788; Fri, 1 Sep 2017 15:39:42 +0000 (UTC) Date: Fri, 01 Sep 2017 15:39:42 +0000 To: "commits@geode.apache.org" Subject: [geode-native] branch develop updated: GEODE-3442: Upgrade ACE to 6.4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150428038256.15735.8999494717698827621@gitbox.apache.org> From: jbarrett@apache.org Reply-To: "commits@geode.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: geode-native X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 006df0e70eeb481ef5e9e821dba0050dee9c6893 X-Git-Newrev: d73030bb8e1550505a078bd97a0c8976a046c33e X-Git-Rev: d73030bb8e1550505a078bd97a0c8976a046c33e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 01 Sep 2017 15:39:47 -0000 This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-native.git The following commit(s) were added to refs/heads/develop by this push: new d73030b GEODE-3442: Upgrade ACE to 6.4.4 d73030b is described below commit d73030bb8e1550505a078bd97a0c8976a046c33e Author: Mark Hanson AuthorDate: Thu Aug 31 13:01:26 2017 -0700 GEODE-3442: Upgrade ACE to 6.4.4 --- dependencies/ACE/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt index 58f22aa..2adf2f3 100644 --- a/dependencies/ACE/CMakeLists.txt +++ b/dependencies/ACE/CMakeLists.txt @@ -15,8 +15,8 @@ project( ACE ) -set( ${PROJECT_NAME}_VERSION 6.4.3 ) -set( ${PROJECT_NAME}_SHA265 164daf3e0cafa86a6a2b35a598eb42231bc6c71b55991fdaacbeade008ac5b8d ) +set( ${PROJECT_NAME}_VERSION 6.4.4 ) +set( ${PROJECT_NAME}_SHA265 95d6c36b7f5f410006e54fe47c8912cf88fe82738bf4baf4a370fac8c716213b ) string(REPLACE "." "_" _VERSION_UNDERSCORE ${${PROJECT_NAME}_VERSION}) set( ${PROJECT_NAME}_URL "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${_VERSION_UNDERSCORE}/ACE.tar.gz" ) set( ${PROJECT_NAME}_EXTERN ${PROJECT_NAME}-extern ) -- To stop receiving notification emails like this one, please contact ['"commits@geode.apache.org" '].