- freeipmi 1.6.14
* Fix build issue common to non-x86 systems.
- freeipmi 1.6.13
* Fix build issues on systems where inb/outb are declared with inline
assembly.
* Add additional sensor/event interpretations.
- freeipmi 1.6.12
* Use poll() over select() to avoid fd limit in openipmi driver.
* Fix potential portability problems on systems without cbrt().
* Minor documentation updates.
OBS-URL: https://build.opensuse.org/request/show/1142204
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=127
* Fix double free corner case in ipmiseld.
* Support ISO 8601 date inputs to date range options in ipmi-sel.
* Support Xilinx OEM FRU records.
* Fix corner case in libipmimonitoring, support sensor if units
is "RPM per minute", but just return "RPM" as the units.
* Fix portability compilation on cygwin.
* Fix typo in fiid template field that could lead to packet
interpretation errors.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=125
* Support --with-systemconfigdir build option.
* Fix build issue on musl where putmsg/getmsg are not available.
* Fix build issue when inb/outb are not available on some systems.
* Fix static build issues with gcrypt.
* Add conserver documentation in faq.
* Minor documentation updates.
* Fix incorrect sensor read corner case on BMCs that use non-default LUNs (LP#1926299).
* Remove hard coded paths from system config files (i.e. mostly files
in /etc). Have paths updated based on options to configure.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=119
o In libfreeipmi, add additional workarounds for packets that are
re-ordered during sensor bridging.
o In libfreeipmi, add additional sensor / event interpretations.
o In libfreeipmi, fix error return value on bridging requests.
o Add workaround in ipmi-sel for QuantaPlex T42D-2U motherboard,
whichlists a SDR record that makes no sense.
o Add workaround for Dell Poweredge FC830, which have an error
when reading the last SDR record on a motherboard.
o Support Supermicro X10 OEM dimm events.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=110
o In ipmi-locate, support parsing SPMI tables exported via sysfs.
o Support Intel S2600GZ OEM sensor and SEL events.
o Support Intel S2600WP OEM sensor and SEL events.
o Support Gigabyte MG20-OP0-ZB OEM SEL events.
o Fix DISCRETE_READING workaround in libipmimonitoring.
o In libfreeipmi, add workaround for packets that are re-ordered
during sensor bridging.
o Minor bug fixes.
o Various documentation updates/fixes.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=108
o Fix error in bridging where bridged requests were sent to the
wrong LUN.
o Fix command parsing bugs in legacy ipmi-config scripts
(i.e. bmc-config, ipmi-pef-config, etc.)
o Do not output full path of daemons in syslog, output only the
daemon name (i.e. output "ipmidetected" instead of
"/usr/sbin/ipmidetectd").
o Update channel range from 0-7 to 0-11, per errata IPMI update.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=95
o Add IPv6 hostname support to FreeIPMI, all of FreeIPMI can now take
IPv6 addresses as inputs to "host" parameters, options, or inputs.
o Support significant portions of IPMI IPv6 configuration in
libfreeipmi.
o Add --no-session option in ipmi-raw.
o Add SDR cache options to ipmi-config.
o Legacy -f short option for --flush-cache and -Q short option for
quiet-cache. Backwards compatible for tools that supported it
before.
o In ipmi-oem, support Gigabyte get-bmc-services and
set-bmc-services.
o Various performance improvements:
- Remove excessive calls to secure_memset to clear memory.
- Remove excessive memsets and clears of data.
- Remove unnecessary "double input checks".
- Remove expensive input checks in libfreeipmi fiid library.
Fallout from this may include FIID_ERR_FIELD_NOT_FOUND
errors in different fiid functions.
- Remove unnecessary input checks in libfreeipmi fiid library.
- Add recent 'lookups' of fields in fiid library to internal
cache.
o Various minor fixes/improvements
- Update libfreeipmi core API to use poll() instead of select(), to
avoid issues with applications with a high number of threads.
- As a side point, while IPv6 networking support has been added, IPv6
configuration in ipmi-config & bmc-config is not supported in this
release.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=93