From: Rafał Wądołowski Date: Fri, 7 May 2021 08:12:43 +0000 (+0200) Subject: cmake: Replace boost download url X-Git-Tag: v15.2.15~32^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42694%2Fhead;p=ceph.git cmake: Replace boost download url 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 --- diff --git a/cmake/modules/BuildBoost.cmake b/cmake/modules/BuildBoost.cmake index 2e92132366c..17b560c5652 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 c24de14ab6f..355a024e7fc 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