From 0a163c83b88865f4cd2a6fbdbd134171bf8a55ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Wa=CC=A8do=C5=82owski?= Date: Fri, 7 May 2021 10:12:43 +0200 Subject: [PATCH] cmake: Replace boost download url MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Boost has moved downloads to JFrog Artifactory https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html Signed-off-by: Rafał Wądołowski (cherry picked from commit c2c6678e488f41277022eaf7a929f7ef845abd5f) Conflicts: make-dist: trivial resolution --- cmake/modules/BuildBoost.cmake | 2 +- make-dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/BuildBoost.cmake b/cmake/modules/BuildBoost.cmake index 2e92132366c6c..17b560c5652ad 100644 --- a/cmake/modules/BuildBoost.cmake +++ b/cmake/modules/BuildBoost.cmake @@ -152,7 +152,7 @@ function(do_build_boost version) set(boost_sha256 59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722) string(REPLACE "." "_" boost_version_underscore ${boost_version} ) set(boost_url - https://dl.bintray.com/boostorg/release/${boost_version}/source/boost_${boost_version_underscore}.tar.bz2) + https://boostorg.jfrog.io/artifactory/main/release/${boost_version}/source/boost_${boost_version_underscore}.tar.bz2) if(CMAKE_VERSION VERSION_GREATER 3.7) set(boost_url "${boost_url} http://downloads.sourceforge.net/project/boost/boost/${boost_version}/boost_${boost_version_underscore}.tar.bz2") diff --git a/make-dist b/make-dist index c24de14ab6ff7..355a024e7fc12 100755 --- a/make-dist +++ b/make-dist @@ -155,7 +155,7 @@ tar cvf $outfile.version.tar $outfile/src/.git_version $outfile/ceph.spec $outfi # at the three URLs referenced below (may involve uploading to download.ceph.com) boost_version=1.72.0 download_boost $boost_version 59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722 \ - https://dl.bintray.com/boostorg/release/$boost_version/source \ + https://boostorg.jfrog.io/artifactory/main/release/$boost_version/source \ https://downloads.sourceforge.net/project/boost/boost/$boost_version \ https://download.ceph.com/qa -- 2.39.5