From 0e654b91c3e2d2190aa2c059486f21c2a5aafb42 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Wed, 6 Nov 2024 07:57:33 -0600 Subject: [PATCH] ipmitool: srcrev bump ab5ce5baff..bf774149ae MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added version bump to fix the ipmitool build issue. Build failure details available as part of this commit. https://codeberg.org/IPMITool/ipmitool/commit/bf774149ae7f74c12164a5b021b23520c5ca4016 Additional commit included in this version bump are below. Alexander Amelkin (1): man: Remove duplicate description for -b and -B Alexander Filippov (3): Remove trailing spaces replace HAS_PRAGMA_PACK macros imb: refix structure packing Howitzer105mm (4): Establish a uniform structure packing syntax ipmievd: Eliminate a possible command line overrun (#27) open: Eliminate buffer overrun (#24) lan: Clean compile time warning from LAN authentication (#22) István Donkó (1): doc: fix a small typo in `print_user_usage` Johnathan Mantey (1): fru: Fix a typo causing compilation to fail (#37) Miao Wang (1): lan: fix lan print fails on unsupported parameters bbradley (1): chassis: Partial revert of 6e037d6bfbb (#19) Signed-off-by: Jayanth Othayoth --- meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb index f53150cfa40..ad9a4792bd9 100644 --- a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb +++ b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb @@ -21,7 +21,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=9aa91e13d644326bf281924212862184" DEPENDS = "openssl readline ncurses" -SRCREV = "ab5ce5baff097ebb6e2a17a171858be213ee68d3" +SRCREV = "bf774149ae7f74c12164a5b021b23520c5ca4016" SRC_URI = "git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \ ${IANA_ENTERPRISE_NUMBERS} \ file://0001-csv-revision-Drop-the-git-revision-info.patch \