Changelog for
ipmiutil-devel-3.1.9-3.1.i586.rpm :
* Thu Feb 22 2024 Dominique Leuenberger
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
* Fri Nov 17 2023 Martin Schreiner - Migrate from cron to systemd timers.
* Tue Sep 12 2023 Andrea Manzini - update to 3.1.9: util/isensor.c - fix -i get_idx_range to show last idx in range util/igetevent.c - fix printf extra arg util/memif.c - SR56: try UEFI address 6d5a7000 if F0000 error lib/lanplus/lanplus.h - resolve implicit os_assert declaration (Sam James) util/ireset.c - SR58: remove is_romley case for ireset -D scripts/ipmiutil_wdt - SR43: changed $prog to $progn for Debian util/ipmidir.c - ipmi_open_direct(char) util/mem_if.c - UCHAR/int doc/ipmiutil.spec - enumerate ipmiutil.env, ipmiutil.env.template
* Wed Dec 07 2022 Dirk Müller - update to 3.1.8:
* util/oem_supermicro.c - disable DIMM decoding from SMBIOS for SuperMicro util/ilan.c - new -W option to limit lan settings util/ipmicmd.h - add VENDOR_MITAC util/subs.c - add VENDOR_MITAC util/ipmilanplus.c - print reason if no lan2 util/ipmilan2.c - print reason if no lan2 util/isensor.c - never skip free_sdr_cache() SR#45 configure.ac - fix --disable-lanplus option to avoid random disables,
* recognize openssl-3.0 for SSL flags
* Sun Oct 31 2021 Stefan Seyfried - try to fix postinstall scripts (they are totally broken and useless anyway, but at least fix obvious errors)
* Fri Oct 15 2021 Johannes Segitz - Drop ProtectClock hardening, can cause issues if other device acceess is needed
* Wed Sep 22 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_ipmi_port.service.patch
* harden_ipmiutil_asy.service.patch
* harden_ipmiutil_evt.service.patch
* harden_ipmiutil_wdt.service.patch
* Wed May 12 2021 Ferdinand Thiessen - Update to version 3.1.7
* Add SDR conflict 0xC5 handling retries with delay
* Minor bug fixes
* Sun Aug 16 2020 Dirk Mueller - update to 3.1.6: - add -fno-strict-aliasing flag - handle if dmidecode is missing - default to -V4 admin privilege for lan - show & clear GetSOL error if present - add decode_rv to ipmi_open errors - handle sensor type 0x17 (RSA II, Mem1) for SFBug#31 - fixed (data1 & 0x0f) for BIOS POST events - add decode_mem_default routine for AMI,HP mem events - add acpi_ipmi module handling - add invalid type/len check for mult-record area - handle analog readings in HP discrete Fan sensors - added more SuperMicro boot events - ipv6 handling - skip overflow message if len=0 - handle detecting NIC if default devnum is not 0 - workaround for Pigeon Point bad sa in SDR - aarch64 fixes - show version with usage (-?) if no subcommand- remove support for non-systemd distros, cleans up spec file- remove warnings.patch (upstream)
* Mon Feb 03 2020 Dominique Leuenberger - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut through the -mini flavors.