From 077d59d3d7a2c7b585da0e3c1ce80777588e11a659f3b6d322739b87b98268c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Sat, 3 Feb 2018 10:31:14 +0000 Subject: [PATCH 1/3] - Update to 1.6.1 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 --- freeipmi-1.5.7.tar.gz | 3 --- freeipmi-1.5.7.tar.gz.sig | Bin 72 -> 0 bytes freeipmi-1.6.1.tar.gz | 3 +++ freeipmi-1.6.1.tar.gz.sig | Bin 0 -> 72 bytes freeipmi.changes | 33 +++++++++++++++++++++++++++++++++ freeipmi.spec | 4 ++-- 6 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 freeipmi-1.5.7.tar.gz delete mode 100644 freeipmi-1.5.7.tar.gz.sig create mode 100644 freeipmi-1.6.1.tar.gz create mode 100644 freeipmi-1.6.1.tar.gz.sig diff --git a/freeipmi-1.5.7.tar.gz b/freeipmi-1.5.7.tar.gz deleted file mode 100644 index d83d742..0000000 --- a/freeipmi-1.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b46c9432e8649b87d4646bbf4da32f7e9039796fc256f4b229c94c3ac7d0bde5 -size 3321187 diff --git a/freeipmi-1.5.7.tar.gz.sig b/freeipmi-1.5.7.tar.gz.sig deleted file mode 100644 index a6040012e783f68d4bb80557a0575260232331a6caf6e842cc1c644bb892fc1e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$G%h)&L3#5I*~SOXx5;C-Dpbof(xRp|}ZaJs1SXY~IDz e7=3QCs{o!Q3ukF$2Hq7$pd4L4jI}}*%Tu&Eei?%R diff --git a/freeipmi-1.6.1.tar.gz b/freeipmi-1.6.1.tar.gz new file mode 100644 index 0000000..7ff0612 --- /dev/null +++ b/freeipmi-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2550e08e1f2d681efe770162125ac899022a6acf96256e5b7404eabb90db549 +size 3398508 diff --git a/freeipmi-1.6.1.tar.gz.sig b/freeipmi-1.6.1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..7ef5545263cdee595e532af8fae9439287a68268cc51c38615fdc37c0d3a920e GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$OzCy8sFa5I*~SOXx5;Cz_oAn*|8%P`Q;17mfATkms7 Date: Mon, 5 Feb 2018 07:56:27 +0000 Subject: [PATCH 2/3] fix SLE10, SLE11 builds OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=94 --- freeipmi.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/freeipmi.spec b/freeipmi.spec index 58495f0..adab998 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -403,8 +403,6 @@ fi %doc doc/freeipmi-hostrange.txt %doc doc/freeipmi-libraries.txt %doc doc/freeipmi-bugs-issues-and-workarounds.txt -#%dir %{_docdir} -%{_docdir}/%{name} %if 0%{?fedora_version} == 20 %{docpath} %endif From 843378b73f8f72476f047668a5682290b8af355d550f2d85770a0b1952cf28b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Fri, 4 May 2018 07:36:47 +0000 Subject: [PATCH 3/3] - Update to 1.6.2 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 --- freeipmi-1.6.1.tar.gz | 3 --- freeipmi-1.6.1.tar.gz.sig | Bin 72 -> 0 bytes freeipmi-1.6.2.tar.gz | 3 +++ freeipmi-1.6.2.tar.gz.sig | Bin 0 -> 72 bytes freeipmi.changes | 13 +++++++++++++ freeipmi.spec | 20 ++++++++++++++++++-- 6 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 freeipmi-1.6.1.tar.gz delete mode 100644 freeipmi-1.6.1.tar.gz.sig create mode 100644 freeipmi-1.6.2.tar.gz create mode 100644 freeipmi-1.6.2.tar.gz.sig diff --git a/freeipmi-1.6.1.tar.gz b/freeipmi-1.6.1.tar.gz deleted file mode 100644 index 7ff0612..0000000 --- a/freeipmi-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2550e08e1f2d681efe770162125ac899022a6acf96256e5b7404eabb90db549 -size 3398508 diff --git a/freeipmi-1.6.1.tar.gz.sig b/freeipmi-1.6.1.tar.gz.sig deleted file mode 100644 index 7ef5545263cdee595e532af8fae9439287a68268cc51c38615fdc37c0d3a920e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$OzCy8sFa5I*~SOXx5;Cz_oAn*|8%P`Q;17mfATkms7 /etc/rc.d/init.d @@ -375,6 +381,9 @@ fi # doc INSTALL %doc NEWS %doc README +%doc README.argp +%doc README.build +%doc README.openipmi %doc TODO %doc %{_infodir}/* %doc COPYING.ipmiping @@ -385,6 +394,9 @@ fi %doc COPYING.ipmidetect %doc COPYING.ipmi-fru %doc COPYING.ZRESEARCH +%doc COPYING.ipmi-dcmi +%doc COPYING.ipmiseld +%doc COPYING.sunbmc %doc DISCLAIMER.ipmiping %doc DISCLAIMER.ipmipower %doc DISCLAIMER.ipmiconsole @@ -399,10 +411,14 @@ fi %doc DISCLAIMER.pstdout.UC %doc DISCLAIMER.ipmidetect.UC %doc DISCLAIMER.ipmi-fru.UC +%doc DISCLAIMER.ipmi-dcmi +%doc DISCLAIMER.ipmiseld %doc doc/freeipmi-coding.txt %doc doc/freeipmi-hostrange.txt %doc doc/freeipmi-libraries.txt %doc doc/freeipmi-bugs-issues-and-workarounds.txt +%doc freeipmi-oem-documentation-requirements.txt + %if 0%{?fedora_version} == 20 %{docpath} %endif