From c60b21eb46b990289f7a9b928c03dbc4aa9b18f68801559150e0469fc81ef85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 12 Jun 2023 09:41:01 +0000 Subject: [PATCH] - freeipmi 1.6.11 * 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 --- freeipmi-1.6.10.tar.gz | 3 --- freeipmi-1.6.10.tar.gz.sig | Bin 72 -> 0 bytes freeipmi-1.6.11.tar.gz | 3 +++ freeipmi-1.6.11.tar.gz.sig | Bin 0 -> 72 bytes freeipmi.changes | 13 +++++++++++++ freeipmi.spec | 2 +- 6 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 freeipmi-1.6.10.tar.gz delete mode 100644 freeipmi-1.6.10.tar.gz.sig create mode 100644 freeipmi-1.6.11.tar.gz create mode 100644 freeipmi-1.6.11.tar.gz.sig diff --git a/freeipmi-1.6.10.tar.gz b/freeipmi-1.6.10.tar.gz deleted file mode 100644 index 905f175..0000000 --- a/freeipmi-1.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fce4a1e401b6189c103d2b1203261d0bfbf45985c6f3fa44c51b186b13fe7a7d -size 3431062 diff --git a/freeipmi-1.6.10.tar.gz.sig b/freeipmi-1.6.10.tar.gz.sig deleted file mode 100644 index 2752b1cac354bfc300b20fc51bf6846f95d745533323c22fc23b51c6cafb5dcf..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0%H$wK>!K~5I*~SOXx5;Cn+}on+C8B;_%2z;uvB%SxLHd eqw-W@q@cjR2lG7-|=h|2Wuovxv$%I{Ck{Thz5?FdcXR literal 0 HcmV?d00001 diff --git a/freeipmi.changes b/freeipmi.changes index 9755a83..363a8ed 100644 --- a/freeipmi.changes +++ b/freeipmi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jun 12 09:29:06 UTC 2023 - Klaus Kämpf + +- freeipmi 1.6.11 + * 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. + ------------------------------------------------------------------- Fri Feb 17 09:26:15 UTC 2023 - Andreas Stieger diff --git a/freeipmi.spec b/freeipmi.spec index e69f601..76a0333 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -37,7 +37,7 @@ %{!?_initddir: %global _initddir %{_sysconfdir}/init.d} Name: freeipmi -Version: 1.6.10 +Version: 1.6.11 Release: %{release} URL: http://www.gnu.org/software/freeipmi/ Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz