All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/nettle: switch _SITE to ftp.gnu.org
@ 2022-07-23 12:15 Heiko Thiery
  2022-07-23 12:36 ` Arnout Vandecappelle
  2022-07-23 16:19 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Thiery @ 2022-07-23 12:15 UTC (permalink / raw)
  To: buildroot; +Cc: Heiko Thiery, Yann E . MORIN

The former _SITE is not longer accessible with authentication.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/nettle/nettle.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/nettle/nettle.mk b/package/nettle/nettle.mk
index c3d5fcec64..05b8b0bea5 100644
--- a/package/nettle/nettle.mk
+++ b/package/nettle/nettle.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 NETTLE_VERSION = 3.8
-NETTLE_SITE = http://www.lysator.liu.se/~nisse/archive
+NETTLE_SITE = https://ftp.gnu.org/gnu/nettle
 NETTLE_DEPENDENCIES = gmp
 NETTLE_INSTALL_STAGING = YES
 NETTLE_LICENSE = Dual GPL-2.0+/LGPL-3.0+
-- 
2.20.1

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

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

end of thread, other threads:[~2022-07-23 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-23 12:15 [Buildroot] [PATCH] package/nettle: switch _SITE to ftp.gnu.org Heiko Thiery
2022-07-23 12:36 ` Arnout Vandecappelle
2022-07-23 16:19 ` Yann E. MORIN

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.