diff mbox series

[next,1/1] package/nettle: update _SITE to use BR2_GNU_MIRROR

Message ID 20241117125450.543605-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/1] package/nettle: update _SITE to use BR2_GNU_MIRROR | expand

Commit Message

Julien Olivain Nov. 17, 2024, 12:54 p.m. UTC
The nettle package is distributed on the GNU project servers. See [1]
and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
be used for that purpose. See [3].

For consistency with all other GNU packages, this commit updates
the _SITE to use BR2_GNU_MIRROR.

Note: the nettle _SITE was updated to ftp.gnu.org in commit [4].

[1] https://www.lysator.liu.se/~nisse/nettle/
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
[4] https://gitlab.com/buildroot.org/buildroot/-/commit/92f0ef5eaa74af28b2b7b7abbe021bce2aba4875

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/nettle/nettle.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Romain Naour Dec. 11, 2024, 4:17 p.m. UTC | #1
Hello Julien, All,

Le 17/11/2024 à 13:54, Julien Olivain a écrit :
> The nettle package is distributed on the GNU project servers. See [1]
> and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
> be used for that purpose. See [3].
> 
> For consistency with all other GNU packages, this commit updates
> the _SITE to use BR2_GNU_MIRROR.
> 
> Note: the nettle _SITE was updated to ftp.gnu.org in commit [4].
> 
> [1] https://www.lysator.liu.se/~nisse/nettle/
> [2] https://www.gnu.org/prep/ftp.html
> [3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
> [4] https://gitlab.com/buildroot.org/buildroot/-/commit/92f0ef5eaa74af28b2b7b7abbe021bce2aba4875
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Applied to master, thanks.

Best regards,
Romain


> ---
>  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 22a41ba55b..3f30fd761d 100644
> --- a/package/nettle/nettle.mk
> +++ b/package/nettle/nettle.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  NETTLE_VERSION = 3.10
> -NETTLE_SITE = https://ftp.gnu.org/gnu/nettle
> +NETTLE_SITE = $(BR2_GNU_MIRROR)/nettle
>  NETTLE_DEPENDENCIES = host-m4 gmp
>  NETTLE_INSTALL_STAGING = YES
>  NETTLE_LICENSE = Dual GPL-2.0+/LGPL-3.0+
Peter Korsgaard Dec. 14, 2024, 8:58 a.m. UTC | #2
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > The nettle package is distributed on the GNU project servers. See [1]
 > and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can
 > be used for that purpose. See [3].

 > For consistency with all other GNU packages, this commit updates
 > the _SITE to use BR2_GNU_MIRROR.

 > Note: the nettle _SITE was updated to ftp.gnu.org in commit [4].

 > [1] https://www.lysator.liu.se/~nisse/nettle/
 > [2] https://www.gnu.org/prep/ftp.html
 > [3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
 > [4] https://gitlab.com/buildroot.org/buildroot/-/commit/92f0ef5eaa74af28b2b7b7abbe021bce2aba4875

 > Signed-off-by: Julien Olivain <ju.o@free.fr>

Committed to 2024.02.x and 2024.11.x, thanks.
diff mbox series

Patch

diff --git a/package/nettle/nettle.mk b/package/nettle/nettle.mk
index 22a41ba55b..3f30fd761d 100644
--- a/package/nettle/nettle.mk
+++ b/package/nettle/nettle.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 NETTLE_VERSION = 3.10
-NETTLE_SITE = https://ftp.gnu.org/gnu/nettle
+NETTLE_SITE = $(BR2_GNU_MIRROR)/nettle
 NETTLE_DEPENDENCIES = host-m4 gmp
 NETTLE_INSTALL_STAGING = YES
 NETTLE_LICENSE = Dual GPL-2.0+/LGPL-3.0+