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 2020/04/27 15:25:00 UTC

[geode-native] branch develop updated: GEODE-7990: Updates dependencies (#590)

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 8be5d40  GEODE-7990: Updates dependencies (#590)
8be5d40 is described below

commit 8be5d4076188b44fdbb788b830d1af77da9fac29
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Mon Apr 27 08:24:54 2020 -0700

    GEODE-7990: Updates dependencies (#590)
    
    * ACE 6.5.8
     * SQLite 3.31.1
     * Xerces-C 3.2.3
---
 dependencies/ACE/CMakeLists.txt      | 4 ++--
 dependencies/sqlite/CMakeLists.txt   | 6 +++---
 dependencies/xerces-c/CMakeLists.txt | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt
index 217f20c..3b8a718 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.7 LANGUAGES NONE )
+project( ACE VERSION 6.5.8 LANGUAGES NONE )
 
-set( SHA256 b966eaa82281c17a9c869609e6a1cdc617aa13e1123a8fce5bde93cb266d1fea )
+set( SHA256 7c77034deee027ebc91041fae3711fe141c034d768bfb13259c40441cc0b5197 )
 
 if ("SunOS" STREQUAL ${CMAKE_SYSTEM_NAME})
   set( ACE_PLATFORM sunos5_sunc++ )
diff --git a/dependencies/sqlite/CMakeLists.txt b/dependencies/sqlite/CMakeLists.txt
index 8f23c71..add55e8 100644
--- a/dependencies/sqlite/CMakeLists.txt
+++ b/dependencies/sqlite/CMakeLists.txt
@@ -13,15 +13,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-project( sqlite VERSION 3300100 LANGUAGES NONE )
+project( sqlite VERSION 3310100 LANGUAGES NONE )
 
-set( SHA256 adf051d4c10781ea5cfabbbc4a2577b6ceca68590d23b58b8260a8e24cc5f081 )
+set( SHA256 f3c79bc9f4162d0b06fa9fe09ee6ccd23bb99ce310b792c5145f87fbcc30efca )
 
 
 set( EXTERN ${PROJECT_NAME}-extern )
 include(ExternalProject)
 ExternalProject_Add( ${EXTERN}
-  URL "https://www.sqlite.org/2019/sqlite-amalgamation-${PROJECT_VERSION}.zip"
+  URL "https://www.sqlite.org/2020/sqlite-amalgamation-${PROJECT_VERSION}.zip"
   URL_HASH SHA256=${SHA256}
   UPDATE_COMMAND ""
   CMAKE_ARGS
diff --git a/dependencies/xerces-c/CMakeLists.txt b/dependencies/xerces-c/CMakeLists.txt
index b32832b..68eebfa 100644
--- a/dependencies/xerces-c/CMakeLists.txt
+++ b/dependencies/xerces-c/CMakeLists.txt
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-project( xerces-c VERSION 3.2.2 LANGUAGES NONE )
+project( xerces-c VERSION 3.2.3 LANGUAGES NONE )
 
-set( SHA256 dd6191f8aa256d3b4686b64b0544eea2b450d98b4254996ffdfe630e0c610413)
+set( SHA256 fb96fc49b1fb892d1e64e53a6ada8accf6f0e6d30ce0937956ec68d39bd72c7e)
 set( ${PROJECT_NAME}_EXTERN ${PROJECT_NAME}-extern )
 
 include(GNUInstallDirs)
@@ -46,7 +46,7 @@ ExternalProject_Get_Property( ${PROJECT_NAME}-extern INSTALL_DIR )
 if (${WIN32})
   set(LIBRARY_NAME xerces-c_3$<$<CONFIG:Debug>:D>)
 else()
-  set(LIBRARY_NAME xerces-c-3.2)
+  set(LIBRARY_NAME xerces-c)
 endif()
 
 add_library(${PROJECT_NAME} INTERFACE)