diff mbox series

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

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

Commit Message

Julien Olivain Nov. 17, 2024, 12:45 p.m. UTC
The freeipmi 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.

[1] https://www.gnu.org/software/freeipmi/download.html
[2] https://www.gnu.org/prep/ftp.html
[3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286

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

Comments

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

Le 17/11/2024 à 13:45, Julien Olivain a écrit :
> The freeipmi 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.
> 
> [1] https://www.gnu.org/software/freeipmi/download.html
> [2] https://www.gnu.org/prep/ftp.html
> [3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Applied to master, thanks.

Best regards,
Romain

> ---
>  package/freeipmi/freeipmi.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/freeipmi/freeipmi.mk b/package/freeipmi/freeipmi.mk
> index e28f63f715..fbbfd536e4 100644
> --- a/package/freeipmi/freeipmi.mk
> +++ b/package/freeipmi/freeipmi.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  FREEIPMI_VERSION = 1.6.14
> -FREEIPMI_SITE = https://ftp.gnu.org/gnu/freeipmi
> +FREEIPMI_SITE = $(BR2_GNU_MIRROR)/freeipmi
>  FREEIPMI_LICENSE = GPL-3.0+, BSD-like (sunbmc)
>  FREEIPMI_LICENSE_FILES = \
>  	COPYING COPYING.bmc-watchdog COPYING.ipmiconsole COPYING.ipmi-dcmi \
Peter Korsgaard Dec. 14, 2024, 8:58 a.m. UTC | #2
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > The freeipmi 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.

 > [1] https://www.gnu.org/software/freeipmi/download.html
 > [2] https://www.gnu.org/prep/ftp.html
 > [3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286

 > 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/freeipmi/freeipmi.mk b/package/freeipmi/freeipmi.mk
index e28f63f715..fbbfd536e4 100644
--- a/package/freeipmi/freeipmi.mk
+++ b/package/freeipmi/freeipmi.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 FREEIPMI_VERSION = 1.6.14
-FREEIPMI_SITE = https://ftp.gnu.org/gnu/freeipmi
+FREEIPMI_SITE = $(BR2_GNU_MIRROR)/freeipmi
 FREEIPMI_LICENSE = GPL-3.0+, BSD-like (sunbmc)
 FREEIPMI_LICENSE_FILES = \
 	COPYING COPYING.bmc-watchdog COPYING.ipmiconsole COPYING.ipmi-dcmi \