All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qpid-proton: update mirror url
@ 2025-07-27  8:22 Thomas Perale via buildroot
  2025-07-28  7:13 ` Luca Ceresoli via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Perale via buildroot @ 2025-07-27  8:22 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli

The current mirror now only has the version 0.40.0 available.

Older version of apache packages moved to the "archive.apache.org"
location.

Fixes: https://autobuild.buildroot.org/results/853/853c354b9bde4408e122046496fd3f0e7ffb0b55
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
---
 package/qpid-proton/qpid-proton.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qpid-proton/qpid-proton.mk b/package/qpid-proton/qpid-proton.mk
index fae6ecc413..1f92068f18 100644
--- a/package/qpid-proton/qpid-proton.mk
+++ b/package/qpid-proton/qpid-proton.mk
@@ -6,7 +6,7 @@
 
 QPID_PROTON_VERSION = 0.35.0
 QPID_PROTON_SITE = \
-	https://downloads.apache.org/qpid/proton/$(QPID_PROTON_VERSION)
+	https://archive.apache.org/dist/qpid/proton/$(QPID_PROTON_VERSION)
 QPID_PROTON_LICENSE = Apache-2.0
 QPID_PROTON_LICENSE_FILES = LICENSE.txt
 QPID_PROTON_CPE_ID_VENDOR = apache
-- 
2.50.1

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

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

* Re: [Buildroot] [PATCH] package/qpid-proton: update mirror url
  2025-07-27  8:22 [Buildroot] [PATCH] package/qpid-proton: update mirror url Thomas Perale via buildroot
@ 2025-07-28  7:13 ` Luca Ceresoli via buildroot
  2025-07-28 22:53 ` Julien Olivain via buildroot
  2025-08-07 18:24 ` Thomas Perale via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli via buildroot @ 2025-07-28  7:13 UTC (permalink / raw)
  To: Thomas Perale; +Cc: buildroot

Hello Thomas,

On Sun, 27 Jul 2025 10:22:53 +0200
Thomas Perale <thomas.perale@mind.be> wrote:

> The current mirror now only has the version 0.40.0 available.
> 
> Older version of apache packages moved to the "archive.apache.org"
> location.
> 
> Fixes: https://autobuild.buildroot.org/results/853/853c354b9bde4408e122046496fd3f0e7ffb0b55
> Signed-off-by: Thomas Perale <thomas.perale@mind.be>

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

-- 
Luca Ceresoli, 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] 4+ messages in thread

* Re: [Buildroot] [PATCH] package/qpid-proton: update mirror url
  2025-07-27  8:22 [Buildroot] [PATCH] package/qpid-proton: update mirror url Thomas Perale via buildroot
  2025-07-28  7:13 ` Luca Ceresoli via buildroot
@ 2025-07-28 22:53 ` Julien Olivain via buildroot
  2025-08-07 18:24 ` Thomas Perale via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-28 22:53 UTC (permalink / raw)
  To: Thomas Perale; +Cc: buildroot, Luca Ceresoli

On 27/07/2025 10:22, Thomas Perale via buildroot wrote:
> The current mirror now only has the version 0.40.0 available.
> 
> Older version of apache packages moved to the "archive.apache.org"
> location.
> 
> Fixes: 
> https://autobuild.buildroot.org/results/853/853c354b9bde4408e122046496fd3f0e7ffb0b55
> Signed-off-by: Thomas Perale <thomas.perale@mind.be>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/qpid-proton: update mirror url
  2025-07-27  8:22 [Buildroot] [PATCH] package/qpid-proton: update mirror url Thomas Perale via buildroot
  2025-07-28  7:13 ` Luca Ceresoli via buildroot
  2025-07-28 22:53 ` Julien Olivain via buildroot
@ 2025-08-07 18:24 ` Thomas Perale via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Perale via buildroot @ 2025-08-07 18:24 UTC (permalink / raw)
  To: Thomas Perale; +Cc: buildroot

In reply of:
> The current mirror now only has the version 0.40.0 available.
> 
> Older version of apache packages moved to the "archive.apache.org"
> location.
> 
> Fixes: https://autobuild.buildroot.org/results/853/853c354b9bde4408e122046496fd3f0e7ffb0b55
> Signed-off-by: Thomas Perale <thomas.perale@mind.be>

Applied to 2025.02.x & 2025.05.x. Thanks

> ---
>  package/qpid-proton/qpid-proton.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/qpid-proton/qpid-proton.mk b/package/qpid-proton/qpid-proton.mk
> index fae6ecc413..1f92068f18 100644
> --- a/package/qpid-proton/qpid-proton.mk
> +++ b/package/qpid-proton/qpid-proton.mk
> @@ -6,7 +6,7 @@
>  
>  QPID_PROTON_VERSION = 0.35.0
>  QPID_PROTON_SITE = \
> -	https://downloads.apache.org/qpid/proton/$(QPID_PROTON_VERSION)
> +	https://archive.apache.org/dist/qpid/proton/$(QPID_PROTON_VERSION)
>  QPID_PROTON_LICENSE = Apache-2.0
>  QPID_PROTON_LICENSE_FILES = LICENSE.txt
>  QPID_PROTON_CPE_ID_VENDOR = apache
> -- 
> 2.50.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-08-07 18:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-27  8:22 [Buildroot] [PATCH] package/qpid-proton: update mirror url Thomas Perale via buildroot
2025-07-28  7:13 ` Luca Ceresoli via buildroot
2025-07-28 22:53 ` Julien Olivain via buildroot
2025-08-07 18:24 ` Thomas Perale 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.