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 2019/06/06 20:53:21 UTC

[geode-native] branch develop updated: GEODE-6840: Upgrade third party dependencies (#492)

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 87aadd0  GEODE-6840: Upgrade third party dependencies (#492)
87aadd0 is described below

commit 87aadd010af22b4e877f23df883116b8d3a5bfb6
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Thu Jun 6 13:53:16 2019 -0700

    GEODE-6840: Upgrade third party dependencies (#492)
    
    * ACE 6.5.5
    * google/benchmark 1.5.0
    * SQLite 3.28.0
---
 dependencies/ACE/CMakeLists.txt       | 4 ++--
 dependencies/benchmark/CMakeLists.txt | 4 ++--
 dependencies/sqlite/CMakeLists.txt    | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt
index 8d48b37..010eb7c 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.3 LANGUAGES NONE )
+project( ACE VERSION 6.5.5 LANGUAGES NONE )
 
-set( SHA256 de20bdbfcbcf7d67836e9a2c0875e4eb348a1153e19b83392608330fec3c056a )
+set( SHA256 dc70f1422e5d880b7d2cb59483873acfe6918bb1456c7e36e8b510d9e7769f3b )
 
 if ("SunOS" STREQUAL ${CMAKE_SYSTEM_NAME})
   set( ACE_PLATFORM sunos5_sunc++ )
diff --git a/dependencies/benchmark/CMakeLists.txt b/dependencies/benchmark/CMakeLists.txt
index 9372660..829becf 100644
--- a/dependencies/benchmark/CMakeLists.txt
+++ b/dependencies/benchmark/CMakeLists.txt
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-project( benchmark VERSION 1.4.1 LANGUAGES NONE )
+project( benchmark VERSION 1.5.0 LANGUAGES NONE )
 
-set( SHA256 61ae07eb5d4a0b02753419eb17a82b7d322786bb36ab62bd3df331a4d47c00a7 )
+set( SHA256 2d22dd3758afee43842bb504af1a8385cccb3ee1f164824e4837c1c1b04d92a0 )
 set( DEPENDS GTest::gtest )
 
 
diff --git a/dependencies/sqlite/CMakeLists.txt b/dependencies/sqlite/CMakeLists.txt
index b26d176..5f4442e 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 3260000 LANGUAGES NONE )
+project( sqlite VERSION 3280000 LANGUAGES NONE )
 
-set( SHA256 de5dcab133aa339a4cf9e97c40aa6062570086d6085d8f9ad7bc6ddf8a52096e )
+set( SHA256 d02fc4e95cfef672b45052e221617a050b7f2e20103661cda88387349a9b1327 )
 
 
 set( EXTERN ${PROJECT_NAME}-extern )
 include(ExternalProject)
 ExternalProject_Add( ${EXTERN}
-  URL "https://www.sqlite.org/2018/sqlite-amalgamation-${PROJECT_VERSION}.zip"
+  URL "https://www.sqlite.org/2019/sqlite-amalgamation-${PROJECT_VERSION}.zip"
   URL_HASH SHA256=${SHA256}
   UPDATE_COMMAND ""
   CMAKE_ARGS