Skip to content

Commit

Permalink
Updates to the versions of dependencies.
Browse files Browse the repository at this point in the history
Mostly just bringing up to speed, although a few are still a bit vaguely
defined.

Signed-off-by: Patrick Vacek <[email protected]>
  • Loading branch information
pattivacek committed Apr 17, 2020
1 parent a4d411d commit 5babd22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if(EXISTS /usr/local/opt/libarchive)
list(APPEND CMAKE_PREFIX_PATH /usr/local/opt/libarchive)
endif()

find_package(Boost 1.57.0 COMPONENTS ${BOOST_COMPONENTS} REQUIRED)
find_package(Boost 1.58.0 COMPONENTS ${BOOST_COMPONENTS} REQUIRED)
find_package(CURL REQUIRED)
find_package(OpenSSL 1.0.2 REQUIRED)
find_package(Threads REQUIRED)
Expand Down
18 changes: 11 additions & 7 deletions thirdparty.spdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Relationship: SPDXRef-DOCUMENT DESCRIBES SPDXRef-ctest2junit.xsl

PackageName: googletest
SPDXID: SPDXRef-googletest
PackageVersion: 1.8.0
PackageDownloadLocation: https://github.com/google/googletest/archive/release-1.8.0.zip
PackageVersion: 1.8.1
PackageDownloadLocation: https://github.com/google/googletest/archive/release-1.8.1.zip
PackageHomePage: https://github.com/google/googletest
PackageLicenseConcluded: BSD-3-Clause
PackageLicenseDeclared: BSD-3-Clause
Expand All @@ -36,8 +36,8 @@ PackageComment: <text>Testing only.</text>

PackageName: jsoncpp
SPDXID: SPDXRef-jsoncpp
PackageVersion: 1.6.0
PackageDownloadLocation: https://github.com/open-source-parsers/jsoncpp/archive/1.6.0.zip
PackageVersion: 1.8.4
PackageDownloadLocation: https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.zip
PackageHomePage: https://github.com/open-source-parsers/jsoncpp
PackageLicenseConcluded: (MIT OR LicenseRef-jsoncpp-public-domain)
PackageLicenseDeclared: (MIT OR LicenseRef-jsoncpp-public-domain)
Expand All @@ -49,6 +49,7 @@ FilesAnalyzed: false

PackageName: HdrHistogram_c
SPDXID: SPDXRef-HdrHistogram_c
PackageVersion: 0.9.7
PackageDownloadLocation: https://github.com/HdrHistogram/HdrHistogram_c/archive/0.9.7.tar.gz
PackageHomePage: https://github.com/HdrHistogram/HdrHistogram_c
PackageLicenseConcluded: BSD-2-Clause
Expand All @@ -75,7 +76,8 @@ FilesAnalyzed: false

PackageName: boost-filesystem
SPDXID: SPDXRef-boost-filesystem
PackageDownloadLocation: https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2
PackageVersion: 1.58.0
PackageDownloadLocation: https://dl.bintray.com/boostorg/release/1.58.0/source/boost_1_58_0.tar.bz2
PackageHomePage: http://www.boost.org/
PackageLicenseConcluded: BSL-1.0
PackageLicenseDeclared: BSL-1.0
Expand All @@ -86,7 +88,8 @@ FilesAnalyzed: false

PackageName: boost-program-options
SPDXID: SPDXRef-boost-program-options
PackageDownloadLocation: https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2
PackageVersion: 1.58.0
PackageDownloadLocation: https://dl.bintray.com/boostorg/release/1.58.0/source/boost_1_58_0.tar.bz2
PackageHomePage: http://www.boost.org/
PackageLicenseConcluded: BSL-1.0
PackageLicenseDeclared: BSL-1.0
Expand All @@ -97,7 +100,8 @@ FilesAnalyzed: false

PackageName: boost-log
SPDXID: SPDXRef-boost-log
PackageDownloadLocation: https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2
PackageVersion: 1.58.0
PackageDownloadLocation: https://dl.bintray.com/boostorg/release/1.58.0/source/boost_1_58_0.tar.bz2
PackageHomePage: http://www.boost.org/
PackageLicenseConcluded: BSL-1.0
PackageLicenseDeclared: BSL-1.0
Expand Down

0 comments on commit 5babd22

Please sign in to comment.