[Buildroot] [git commit branch/2025.02.x] package/ipmitool: move to codeberg

Titouan Christophe titouan.christophe at mind.be
Thu Sep 4 11:57:24 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=9fe028b53dfba870306a449864c4d3f33b6cf812
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x

The github repo was deleted and moved to codeberg, so use that instead:

https://lwn.net/Articles/926101/

It is unclear if the auto generated tarballs from codeberg are reproducible,
so instead fetch through git.

[Peter: set _CPE_ID_VERSION to the correct value]
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit c7af01f47a8aea701d4c8a755d07fb97f1e793af)
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
---
 package/ipmitool/Config.in     | 2 +-
 package/ipmitool/ipmitool.hash | 2 +-
 package/ipmitool/ipmitool.mk   | 8 +++++---
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/ipmitool/Config.in b/package/ipmitool/Config.in
index dd2b0e6b6d..f759caa08f 100644
--- a/package/ipmitool/Config.in
+++ b/package/ipmitool/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_IPMITOOL
 	  it can be provided by the iana-assignment package or by a
 	  rootfs overlay.
 
-	  https://github.com/ipmitool/ipmitool/
+	  https://codeberg.org/IPMITool/ipmitool/
 
 if BR2_PACKAGE_IPMITOOL
 
diff --git a/package/ipmitool/ipmitool.hash b/package/ipmitool/ipmitool.hash
index c3b298e3ba..c65fdb0342 100644
--- a/package/ipmitool/ipmitool.hash
+++ b/package/ipmitool/ipmitool.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c  ipmitool-1_8_19.tar.gz
+sha256  78bc6fdbb0487652a3d0220072b9428d4ab6dfc198de2f28e8493932e6b893af  ipmitool-IPMITOOL_1_8_19-git4.tar.gz
 sha256  b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56  COPYING
diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index 159bb7c8b6..15765ed63f 100644
--- a/package/ipmitool/ipmitool.mk
+++ b/package/ipmitool/ipmitool.mk
@@ -4,11 +4,13 @@
 #
 ################################################################################
 
-IPMITOOL_VERSION = 1_8_19
-IPMITOOL_SITE = $(call github,ipmitool,ipmitool,IPMITOOL_$(IPMITOOL_VERSION))
+IPMITOOL_VERSION_UPSTREAM = 1.8.19
+IPMITOOL_VERSION = IPMITOOL_$(subst .,_,$(IPMITOOL_VERSION_UPSTREAM))
+IPMITOOL_SITE = https://codeberg.org/IPMITool/ipmitool.git
+IPMITOOL_SITE_METHOD = git
 IPMITOOL_LICENSE = BSD-3-Clause
 IPMITOOL_LICENSE_FILES = COPYING
-IPMITOOL_CPE_ID_VALID = YES
+IPMITOOL_CPE_ID_VERSION = $(IPMITOOL_VERSION_UPSTREAM)
 # From git
 IPMITOOL_AUTORECONF = YES
 IPMITOOL_DEPENDENCIES = host-pkgconf


More information about the buildroot mailing list