Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/quagga: fetch from sources.buildroot.net
@ 2024-11-23 22:51 Peter Korsgaard
  2024-11-24  0:41 ` Julien Olivain
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2024-11-23 22:51 UTC (permalink / raw)
  To: buildroot

Fixes https://autobuild.buildroot.org/results/54a/54a165827f536be47cd45c98da3937a1e94a7c65/

Upstream is no longer accessible, so use s.b.n instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/quagga/quagga.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/quagga/quagga.mk b/package/quagga/quagga.mk
index 5d8d52263a..dd921552f1 100644
--- a/package/quagga/quagga.mk
+++ b/package/quagga/quagga.mk
@@ -5,7 +5,8 @@
 ################################################################################
 
 QUAGGA_VERSION = 1.2.4
-QUAGGA_SITE = http://download.savannah.gnu.org/releases/quagga
+# upstream (http://download.savannah.gnu.org/releases/quagga) dead
+QUAGGA_SITE = http://sources.buildroot.net/quagga
 QUAGGA_INSTALL_STAGING = YES
 QUAGGA_DEPENDENCIES = host-gawk host-pkgconf
 QUAGGA_LICENSE = GPL-2.0+
-- 
2.39.5

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

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

end of thread, other threads:[~2024-12-06  9:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 22:51 [Buildroot] [PATCH] package/quagga: fetch from sources.buildroot.net Peter Korsgaard
2024-11-24  0:41 ` Julien Olivain
2024-11-24  9:01   ` Vincent Jardin
2024-11-24 11:12     ` Julien Olivain
2024-11-24 13:44     ` Peter Korsgaard
2024-11-24 13:38   ` Peter Korsgaard
2024-11-24 14:53     ` Julien Olivain
2024-12-06  9:21     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox