You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2022/02/07 15:49:45 UTC

[geode-native] branch develop updated: GEODE-9896: Bump ace to 7.0.6 (#913)

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

bbender 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 49301fb  GEODE-9896: Bump ace to 7.0.6 (#913)
49301fb is described below

commit 49301fbd6c657f2e12c8756dbc22ef6cf238776d
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Mon Feb 7 07:49:35 2022 -0800

    GEODE-9896: Bump ace to 7.0.6 (#913)
    
    - fix building on macos monterry
    
    Authored-by: M. Oleske <mi...@oleske.engineer>
---
 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 f48274c..6f8975a 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 7.0.3 LANGUAGES NONE )
+project( ACE VERSION 7.0.6 LANGUAGES NONE )
 
-set( SHA256 96998d1e710b6d88416640caeb76915518c8d85d3f10c02079bf0dd4e57cf60a )
+set( SHA256 a1da2213312399c36b0d8a9f54e608eb65357e131e6873d5edba771323179a45 )
 
 if ("SunOS" STREQUAL ${CMAKE_SYSTEM_NAME})
   set( ACE_PLATFORM sunos5_sunc++ )