[0.21] Backport update to Boost download URL #21860 pull fanquake wants to merge 1 commits into bitcoin:0.21 from fanquake:backport_boost_download changing 1 files +1 −1 Conversation Commits1 Files1 Check fanquake commented at 1:53 AM on May 5, 2021: member Backports #21662 to the 0.21 branch. Boost has migrated it's download URLs due to bintrays imminent closure. The Boost site has also been updated to point to the new URLs. i.e: https://www.boost.org/users/history/version_1_70_0.html. Github-Pull: #21662 Rebased-From: 36c10b9f4b181db6afa2f8cb7d4872b158768c16 build,boost: update download url. - bintray is closing. - updated to jfrog.io. Github-Pull: #21662 Rebased-From: 36c10b9f4b181db6afa2f8cb7d4872b158768c16 856de5bd5e fanquake added the label Build system on May 5, 2021 fanquake added the label Backport on May 5, 2021 fanquake cross-referenced this on May 5, 2021 from issue build: update Boost download URL by fdoving jarolrod commented at 5:22 AM on May 5, 2021: member ACK 856de5bd5e4594d12c1d35704c49d0d086fc3d84 0.21 Branch On the current 0.21 branch, while running a depends build, it will attempt to download boost from bintray: Fetching boost_1_70_0.tar.bz2 from https://dl.bintray.com/boostorg/release/1.70.0/source/ This will fail, and it will then get boost from the bitcoincore.org fallback: Fetching boost_1_70_0.tar.bz2 from https://bitcoincore.org/depends-sources This PR With this PR cherry-picked on top of the 0.21 branch, it will successfully download from boostorg.jfrog and not have to rely on the fallback. Fetching boost_1_70_0.tar.bz2 from https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/ MarcoFalke merged this on May 5, 2021 MarcoFalke closed this on May 5, 2021 fanquake deleted the branch on May 5, 2021 ComputerCraftr referenced this in commit fe4762b437 on Jun 9, 2021 DeckerSU referenced this in commit 04799443ef on Jun 11, 2021 Ufakeimdope cross-referenced this on Sep 3, 2021 from issue Merge Bitcoin Core 0.21.2-rc2 by rnicoll tcharding referenced this in commit 433ac6fcef on Jul 22, 2022 tcharding referenced this in commit 60a2417a8f on Aug 3, 2022 bitcoin locked this on Aug 18, 2022 Contributorsfanquakejarolrod LabelsBuild systemBackport Linked (view graph)#21662 build: update Boost download URL