Message ID | 20241029204526.904130-2-buildroot@heine.tech |
---|---|
State | New |
Headers | show |
Series | package/boost: update download url | expand |
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
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
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
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(-)