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

* Re: [Buildroot] [PATCH] package/nettle: switch _SITE to ftp.gnu.org
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-07-23 12:36 UTC (permalink / raw)
  To: Heiko Thiery, buildroot; +Cc: Yann E . MORIN



On 23/07/2022 14:15, Heiko Thiery wrote:
> The former _SITE is not longer accessible with authentication.

  I suppose the URL in Config.in should change as well then?

  Regards,
  Arnout

> 
> 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+
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/nettle: switch _SITE to ftp.gnu.org
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-07-23 16:19 UTC (permalink / raw)
  To: Heiko Thiery; +Cc: buildroot

Heiko, All,

On 2022-07-23 14:15 +0200, Heiko Thiery spake thusly:
> The former _SITE is not longer accessible with authentication.

As suggested by Arnout, I also changes the homepage, to point to the FSF
directory:
    https://directory.fsf.org/wiki/Nettle

> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[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.