You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/08/23 21:51:46 UTC

[mesos] 02/04: Updated the boost library.

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

mzhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 25070f232a9bb97d1b78f8a7e5b774bbd50654f9
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Thu Aug 22 16:54:42 2019 -0700

    Updated the boost library.
    
    This update includes adding `container/small_vector.hpp`.
    
    Review: https://reviews.apache.org/r/71356
---
 3rdparty/boost-1.65.0.tar.gz  | Bin 1814636 -> 1202770 bytes
 3rdparty/boost.md             |   2 +-
 3rdparty/cmake/Versions.cmake |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3rdparty/boost-1.65.0.tar.gz b/3rdparty/boost-1.65.0.tar.gz
index e9f02d7..b09d185 100644
Binary files a/3rdparty/boost-1.65.0.tar.gz and b/3rdparty/boost-1.65.0.tar.gz differ
diff --git a/3rdparty/boost.md b/3rdparty/boost.md
index e6373f2..d6e482f 100644
--- a/3rdparty/boost.md
+++ b/3rdparty/boost.md
@@ -34,7 +34,7 @@ See: http://www.boost.org/doc/libs/1_65_0/tools/bcp/doc/html/index.html
 # Update 3rdparty/cmake/Versions.cmake with the new version and
 #  its SHA-256 hash. You can obtain the hash as follows, make sure
 #  to do this on the stripped release:
-  $ openssl sha -sha256 3rdparty/boost-1.65.0.tar.gz
+  $ openssl sha256 3rdparty/boost-1.65.0.tar.gz
 
 
 # Update this README if needed.
diff --git a/3rdparty/cmake/Versions.cmake b/3rdparty/cmake/Versions.cmake
index 0788e61..9376616 100644
--- a/3rdparty/cmake/Versions.cmake
+++ b/3rdparty/cmake/Versions.cmake
@@ -1,5 +1,5 @@
 set(BOOST_VERSION           "1.65.0")
-set(BOOST_HASH              "SHA256=0442df595dc56e7da11665120ce9d92ec40c192eb060488131b346bac0938ba3")
+set(BOOST_HASH              "SHA256=607a5ce234ba8bdf30764eec233fd91211c0228e4cb6bd3f389e6f269bd9aea2")
 set(CONCURRENTQUEUE_VERSION "7b69a8f")
 set(CONCURRENTQUEUE_HASH    "SHA256=B2741A1FB2172C2A829503A85D5EE7548BE7ED04236A3FD1EFD2B6088E065CB7")
 set(CSI_V0_VERSION          "0.2.0")