Package: freeipmi / 1.6.6-4+deb11u1

Metadata

Package Version Patches format
freeipmi 1.6.6-4+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sysconfig to default in service.patch | (download)

etc/bmc-watchdog.service | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 /etc/sysconfig to /etc/default in service
 Replace /etc/sysconfig to /etc/default in bmc-watchdog.service,
 done with this patch as it is hardcoded upstream.
Honour SOURCE_DATE_EPOCH.patch | (download)

configure.ac | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 honour source_date_epoch in manpages
 Replace man pages dates with the timestamp from the latest
 debian/changelog entry using the variable SOURCE_DATE_EPOCH to make the
 package build reproducibly.
fix systemd service files permission.patch | (download)

etc/Makefile.am | 6 3 + 3 - 0 !
etc/Makefile.in | 6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 fix systemd service files permission
 Spotted by lintian in debian, service files should not be executable
libfreeipmi ipmi sensor read.c Incorrect sensor read.patch | (download)

ChangeLog | 8 8 + 0 - 0 !
libfreeipmi/sensor-read/ipmi-sensor-read.c | 3 2 + 1 - 0 !
2 files changed, 10 insertions(+), 1 deletion(-)

 [patch] libfreeipmi/ipmi-sensor-read.c: incorrect sensor
reading reported. The ipmi-sensors command
reads the wrong temperature sensor on a Lenovo BMC.
When the LUN number is not the default (00b) the sensor is reporting
back an incorrect temperature reading.
You are allowed to change the default, but unless otherwise specified,
commands listed as mandatory must be accessed with LUN 00b.
Note ipmi-tools correctly reports the sensor temperature
because it knows how to use the alternative LUN number correctly.