You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/10/19 16:04:32 UTC

[geode-native] branch support/1.14 updated: GEODE-9189: Upgrade ACE dependency.

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

onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 6a5dc25  GEODE-9189: Upgrade ACE dependency.
6a5dc25 is described below

commit 6a5dc252733393cdb285ddbaf1601023961c4510
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Wed Aug 18 14:34:44 2021 -0700

    GEODE-9189: Upgrade ACE dependency.
    
    ACE to 7.0.3.
    
    (cherry picked from commit c5ecba0c1ab57f272d15ea9d2204b42d62ed2df0)
---
 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 096471d..e87dc57 100644
--- a/dependencies/ACE/CMakeLists.txt
+++ b/dependencies/ACE/CMakeLists.txt
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-project( ACE VERSION 6.5.9 LANGUAGES NONE )
+project( ACE VERSION 7.0.3 LANGUAGES NONE )
 
-set( SHA256 85382427bf2c87eca215a6d963ad6b427a8d5b696ac96367e67bb952b3d2885c )
+set( SHA256 96998d1e710b6d88416640caeb76915518c8d85d3f10c02079bf0dd4e57cf60a )
 
 if ("SunOS" STREQUAL ${CMAKE_SYSTEM_NAME})
   set( ACE_PLATFORM sunos5_sunc++ )