diff --git a/rules/ipmitool.mk b/rules/ipmitool.mk index a3d08452473..00c385b78a8 100644 --- a/rules/ipmitool.mk +++ b/rules/ipmitool.mk @@ -1,6 +1,6 @@ # ipmitool packages IPMITOOL_VERSION = 1.8.19 -IPMITOOL_VERSION_SUFFIX = 4+deb12u1 +IPMITOOL_VERSION_SUFFIX = 4+deb12u2 IPMITOOL_VERSION_FULL = $(IPMITOOL_VERSION)-$(IPMITOOL_VERSION_SUFFIX) IPMITOOL = ipmitool_$(IPMITOOL_VERSION_FULL)_$(CONFIGURED_ARCH).deb $(IPMITOOL)_SRC_PATH = $(SRC_PATH)/ipmitool diff --git a/src/ipmitool/Makefile b/src/ipmitool/Makefile index dc8b9c05ca5..12aaa93c2c8 100644 --- a/src/ipmitool/Makefile +++ b/src/ipmitool/Makefile @@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : # Remove any stale files rm -rf ./ipmitool-$(IPMITOOL_VERSION) ./ipmitool*.{deb,udeb,dsc,gz,xz} # Obtain ipmitool - dget https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc + dget -u https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc # Build source and Debian packages pushd ipmitool-$(IPMITOOL_VERSION)