diff --git a/ipmitool.spec b/ipmitool.spec index faa3fad..c208902 100644 --- a/ipmitool.spec +++ b/ipmitool.spec @@ -1,7 +1,7 @@ Name: ipmitool Summary: Utility for IPMI control Version: 1.8.18 -Release: 18%{?dist} +Release: 19%{?dist} License: BSD URL: http://ipmitool.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2 @@ -190,6 +190,16 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn %{_libexecdir}/bmc-snmp-proxy %changelog +* Mon Jul 31 2023 Pavel Cahyna - 1.8.18-19 +- Backport upstream PR 120 to fix segfault on invalid unit types + Resolves: rhbz#2224578 +- Add vendor ID for NVIDIA BMCs + Resolves: rhbz#2218358 +- Add upstream ipmievd patch to check received msg id against expectation + Fixes problem where SEL response is not recognized correctly + when SEL request times out + Resolves: rhbz#2224569 + * Mon Jul 19 2021 Pavel Cahyna - 1.8.18-18 - Protect against negative values to memmove that caused "ipmitool sol activate" to crash against an IBM DataPower appliance