All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Julien Olivain <ju.o@free.fr>
Cc: buildroot@buildroot.org, Romain Naour <romain.naour@gmail.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/liblinear: fix _SITE url
Date: Sat, 26 Oct 2024 15:24:11 +0200	[thread overview]
Message-ID: <20241026152411.7417073a@windsurf> (raw)
In-Reply-To: <20240930193627.50229-1-ju.o@free.fr>

On Mon, 30 Sep 2024 21:36:27 +0200
Julien Olivain <ju.o@free.fr> wrote:

> The package _SITE url only contains the latest version at a given point
> in time. When a new version is published, it is replacing the old one.
> 
> This issue was not detected because the archive was downloaded from the
> sources.buildroot.org backup mirror, when the primary source became
> unavailable.
> 
> Since commit 559bb33ae "support/testing: do not use s.b.o" [1], the
> runtime test infrastructure is disabling this backup mirror. This
> makes the nmap runtime test failing [2], which is using liblinear as
> a dependency.
> 
> The liblinear package author confirmed in a private email that all the
> releases, including the latest version, are all kept in the "oldfiles"
> directory.
> 
> This commit fixes this download issue by updating the _SITE url to that
> location. While at it, this commit also change the url to use https
> (since the http equivalent redirects to https).
> 
> Fixes:
> - [2]
> 
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/559bb33ae71dd2358ca2314ccb24b56cc3809fc1
> [2] https://gitlab.com/buildroot.org/buildroot/-/jobs/7948008007
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> Patch tested in:
> https://gitlab.com/jolivain/buildroot/-/jobs/7957597476
> ---
>  package/liblinear/liblinear.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, 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

  reply	other threads:[~2024-10-26 13:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30 19:36 [Buildroot] [PATCH 1/1] package/liblinear: fix _SITE url Julien Olivain
2024-10-26 13:24 ` Thomas Petazzoni via buildroot [this message]
2024-11-11 14:21 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241026152411.7417073a@windsurf \
    --to=buildroot@buildroot.org \
    --cc=ju.o@free.fr \
    --cc=romain.naour@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.