All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/boost: update upstream URL
@ 2021-05-03 13:30 Nicolas Cavallari
  2021-05-19 15:22 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Cavallari @ 2021-05-03 13:30 UTC (permalink / raw)
  To: buildroot

The old URL does not work anymore and the package relies on
sources.buildroot.net.  As indicated by boost's website:
https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html

"The service that Boost uses to serve up its releases, Bintray.com is
being retired by JFrog on the 1st of May. Fortunately for Boost, they
have a new service, called JFrog.Arifactory, which we have transitioned
to.

For the users of Boost, the only difference is that there is a new URL
to download releases and snapshots."

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
---
 package/boost/boost.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index b8f90bb836..8d745ecc72 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -6,7 +6,7 @@
 
 BOOST_VERSION = 1.75.0
 BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
-BOOST_SITE = https://dl.bintray.com/boostorg/release/$(BOOST_VERSION)/source
+BOOST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(BOOST_VERSION)/source
 BOOST_INSTALL_STAGING = YES
 BOOST_LICENSE = BSL-1.0
 BOOST_LICENSE_FILES = LICENSE_1_0.txt
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-19 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-03 13:30 [Buildroot] [PATCH 1/1] package/boost: update upstream URL Nicolas Cavallari
2021-05-19 15:22 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.