All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/boost: fix broken BOOST_SITE URL
@ 2021-05-10  8:18 Sébastien Szymanski
  2021-05-10 20:21 ` Peter Korsgaard
  2021-05-11 20:14 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Sébastien Szymanski @ 2021-05-10  8:18 UTC (permalink / raw)
  To: buildroot

Current URL returns 403 error:

--2021-05-10 10:04:12--  https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2
Resolving dl.bintray.com... 18.193.131.58, 3.66.199.110
Connecting to dl.bintray.com|18.193.131.58|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-05-10 10:04:12 ERROR 403: Forbidden.

Update the URL to fix this issue.

Signed-off-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>
---
 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.26.3

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

* [Buildroot] [PATCH 1/1] package/boost: fix broken BOOST_SITE URL
  2021-05-10  8:18 [Buildroot] [PATCH 1/1] package/boost: fix broken BOOST_SITE URL Sébastien Szymanski
@ 2021-05-10 20:21 ` Peter Korsgaard
  2021-05-11 20:14 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-05-10 20:21 UTC (permalink / raw)
  To: buildroot

>>>>> "S?bastien" == S?bastien Szymanski <sebastien.szymanski@armadeus.com> writes:

 > Current URL returns 403 error:
 > --2021-05-10 10:04:12--  https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2
 > Resolving dl.bintray.com... 18.193.131.58, 3.66.199.110
 > Connecting to dl.bintray.com|18.193.131.58|:443... connected.
 > HTTP request sent, awaiting response... 403 Forbidden
 > 2021-05-10 10:04:12 ERROR 403: Forbidden.

 > Update the URL to fix this issue.

 > Signed-off-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>

Committed after extending the commit message with a description of what
has gone wrong (E.G. bintray has been sunset on May 1st):

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/boost: fix broken BOOST_SITE URL
  2021-05-10  8:18 [Buildroot] [PATCH 1/1] package/boost: fix broken BOOST_SITE URL Sébastien Szymanski
  2021-05-10 20:21 ` Peter Korsgaard
@ 2021-05-11 20:14 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-05-11 20:14 UTC (permalink / raw)
  To: buildroot

>>>>> "S?bastien" == S?bastien Szymanski <sebastien.szymanski@armadeus.com> writes:

 > Current URL returns 403 error:
 > --2021-05-10 10:04:12--  https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2
 > Resolving dl.bintray.com... 18.193.131.58, 3.66.199.110
 > Connecting to dl.bintray.com|18.193.131.58|:443... connected.
 > HTTP request sent, awaiting response... 403 Forbidden
 > 2021-05-10 10:04:12 ERROR 403: Forbidden.

 > Update the URL to fix this issue.

 > Signed-off-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-05-11 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10  8:18 [Buildroot] [PATCH 1/1] package/boost: fix broken BOOST_SITE URL Sébastien Szymanski
2021-05-10 20:21 ` Peter Korsgaard
2021-05-11 20:14 ` Peter Korsgaard

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.