All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/boost: update download url
@ 2024-10-29 20:45 Michael Nosthoff via buildroot
  2024-10-29 21:31 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Nosthoff via buildroot @ 2024-10-29 20:45 UTC (permalink / raw)
  To: buildroot

boost moved it's package hosting from jfrog to their own url
sponsored by the C+++Alliance.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 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 61284b967a..c0d17f7670 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -6,7 +6,7 @@
 
 BOOST_VERSION = 1.83.0
 BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
-BOOST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(BOOST_VERSION)/source
+BOOST_SITE = https://archives.boost.io/release/$(BOOST_VERSION)/source
 BOOST_INSTALL_STAGING = YES
 BOOST_LICENSE = BSL-1.0
 BOOST_LICENSE_FILES = LICENSE_1_0.txt
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/boost: update download url
  2024-10-29 20:45 [Buildroot] [PATCH] package/boost: update download url Michael Nosthoff via buildroot
@ 2024-10-29 21:31 ` Thomas Petazzoni via buildroot
  2024-10-29 22:14   ` Michael Nosthoff via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-29 21:31 UTC (permalink / raw)
  To: Michael Nosthoff via buildroot

Hello Michael,

On Tue, 29 Oct 2024 21:45:25 +0100
Michael Nosthoff via buildroot <buildroot@buildroot.org> wrote:

> boost moved it's package hosting from jfrog to their own url
> sponsored by the C+++Alliance.
> 
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
> ---
>  package/boost/boost.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for the patch. Is this fixing a build issue (apparently not)? If
not, do you have a link/reference about this change of official
location?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot]  [PATCH] package/boost: update download url
  2024-10-29 21:31 ` Thomas Petazzoni via buildroot
@ 2024-10-29 22:14   ` Michael Nosthoff via buildroot
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Nosthoff via buildroot @ 2024-10-29 22:14 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Michael Nosthoff via buildroot

Hi Thomas,

On Tuesday, October 29, 2024 22:31 CET, Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> Hello Michael,
> 
> On Tue, 29 Oct 2024 21:45:25 +0100
> Michael Nosthoff via buildroot <buildroot@buildroot.org> wrote:
> 
> > boost moved it's package hosting from jfrog to their own url
> > sponsored by the C+++Alliance.
> > 
> > Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
> > ---
> >  package/boost/boost.mk | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Thanks for the patch. Is this fixing a build issue (apparently not)? If
> not, do you have a link/reference about this change of official
> location?

Besides changing all download links there isn't any information about this change on boost.org or boost.io
What I found was this announcement on the Mailinglist: https://lists.boost.org/Archives/boost/2024/05/256914.php

So the important information there is: "JFrog links will continue to function until December 2024."

Maybe I should've included this in the commit message...

Regards,
Michael

> 
> Thanks!
> 
> Thomas
> -- 
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-10-29 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 20:45 [Buildroot] [PATCH] package/boost: update download url Michael Nosthoff via buildroot
2024-10-29 21:31 ` Thomas Petazzoni via buildroot
2024-10-29 22:14   ` Michael Nosthoff via buildroot

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.