From 1d2877e8724bfd9930365a7197bf63ec7bd515d5 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 27 Feb 2024 15:31:09 +0100 Subject: [PATCH] Update ipmitool version to 1.8.19 Change-Id: I75f6347a525bd30ad4d0cfe28c767620a9fb5aa5 --- tinyipa/build-tinyipa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyipa/build-tinyipa.sh b/tinyipa/build-tinyipa.sh index a6029fd..607ad38 100755 --- a/tinyipa/build-tinyipa.sh +++ b/tinyipa/build-tinyipa.sh @@ -10,7 +10,7 @@ TC_RELEASE="15.x" QEMU_RELEASE="v5.2.0" LSHW_RELEASE="B.02.18" BIOSDEVNAME_RELEASE="0.7.2" -IPMITOOL_GIT_HASH="710888479332a46bad78f3d736eff0cbdefd2d1b" +IPMITOOL_GIT_HASH="19d78782d795d0cf4ceefe655f616210c9143e62" CHROOT_CMD="sudo chroot $BUILDDIR /usr/bin/env -i PATH=$CHROOT_PATH http_proxy=$http_proxy https_proxy=$https_proxy no_proxy=$no_proxy"