Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: OpenIPMI | Distribution: openSUSE Tumbleweed |
Version: 2.0.31 | Vendor: openSUSE |
Release: 3.2 | Build date: Wed Jan 5 16:35:19 2022 |
Group: System/Monitoring | Build host: obs-arm-10 |
Size: 1253531 | Source RPM: OpenIPMI-2.0.31-3.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://openipmi.sourceforge.net | |
Summary: Service processor access via IPMI |
OpenIPMI allows access to IPMI information on a server and to abstract it. The device driver is included in the Linux kernel, and there is a user-level library available for it as well. This OpenIPMI package also includes the ipmicmd program, a program that can inject and receive messages.
LGPL-2.1-or-later
* Tue Oct 12 2021 Thomas Renninger <trenn@suse.de> - Fix file conflict with old python2 version (bsc#1190999): found conflict of OpenIPMI-python-2.0.25-7.3.1.x86_64 with OpenIPMI-python3-2.0.31-1.1.x86_64 /usr/bin/openipmigui /usr/share/man/man1/openipmigui.1.gz * Wed Oct 06 2021 Thomas Renninger <trenn@suse.de> - Enhance changelog as demanded in an internal submitrequest * Tue Sep 28 2021 Thomas Renninger <trenn@suse.de> - Add latest mainline fixes: A lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch A unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch * Fri Jul 09 2021 Thomas Renninger <trenn@suse.de> - Update to version 2.0.31 Adopted patches to latest sources: M OpenIMPI-add-libncurses.patch M OpenIPMI-no-return-in-nonvoid-function.patch M OpenIPMI-prefer_perl_vendor.patch M fix_dia_version_detection.patch M openipmi-tinfo.patch * sample: Prefer glib for solterm instead of posix * sample: Remove -rdynamic from openipmicmd * smample: Compile ipmicmd with glib if it is available * glib: Allow NULL timeout to perform_one_op() * lanserv: Fix an issue with rmcp sending * Rework mcserv.h so that marvell-mod can get what it needs * lanserv: Move sol_init_mc() into sol code * lanserv: Remove all calls from the library to user code * Move ipmi_log() to ipmi_log.h * ui: export ipmi_ui_cb_handlers * ui: Add link libraries to UI library * Add -no-undefined to all shared library links * Rework ipmi_cmdlang_report_event() * Rework ipmi_cmdlang_global_err() * Get rid of posix_vlog() * lanserv: Use recv, not read, for a network socket * A lot windows (DLL, winsock, etc.) enhancements - Update to version 2.0.30: * Switch to python3 by default * lanserv: Fix some various bugs * sol: Fix some various bugs * sdrcomp: Fix some memory leaks * sol: Fix some packet handling errors * solterm: Clean things up at shutdown * Fix a leak in the selector code * sol: Rewrite the library code * sol: Return errors from close if the send fails * Reconfigure the transmitter on a reconnect * Refuse writes greater than 255 bytes * lan: Fix timer cleanup * Fix init/shutdown issues with mcs and domains * Fix shutdown on error issues * Fix a memory leak at initialization * selector: Make the timer stop with done work right when handler running * Add parameters to let the lan timeouts be specified * initscript: Don't delete ipmi devices if udev created them * selector: Rework to allow an arbitrary number of fds with epoll * Don't disable fd handlers before setting one up * Don't crash if passed in fd is >= FD_SETSIZE * Mon Jun 28 2021 Matej Cepl <mcepl@suse.com> - Use Python3 instead of Python2 (bsc#1190999). * Mon Mar 08 2021 Matthias Gerstner <matthias.gerstner@suse.com> - drop -fPIC from CFLAGS which breaks our gcc-PIE profile resulting in non-position independent binaries and thus weakened security (bsc#1183046). * Mon Aug 17 2020 Dirk Mueller <dmueller@suse.com> - update to 2.0.29: * Add an external definition for ipmi_malloc_shutdown() * Pass 0 to snprintf size when calculating real size * selector: Fix a signed/unsigned comparison * selector: Fix handling if pselect() returns 0 * selector: Return the right value for timer already in use * selector: Cause the read handler to be called on an exception * selector: Fix multi-threading issues * selector: Add an selector call to install a sigmask * For for brokenness with fork() and epoll() * Fix a deadlock when freeing a running timer * lanserv: Allow individual group extensions to be registered * Include readline history headers where needed * Mon Jan 20 2020 Josef Möllers <josef.moellers@suse.com> - Update to latest version 2.0.28 * Fixed a number of potential buffer overruns by appending a NUL character to strncpy'd strings. * switched from editline to readline * some variable and function renaming to avoid leading underscores * more changes, no documentation available (ChangeLog file is unchanged!) * Two patches now obsolete. [OpenIPMI-2.0.25..HEAD_git.diff, 0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch, OpenIPMI-2.0.28.tar.gz] * Sun Mar 17 2019 Jan Engelhardt <jengelh@inai.de> - Use noun phrase in summary. Remove em dashes from summaries. - Implement shared library packaging policy. * Tue Sep 11 2018 Jan Engelhardt <jengelh@inai.de> - Use noun phrase in summary. Ensure neutrality of description. - Update unspecific summaries of subpackages. - Drop --with-pic which is only relevant for static libs. - Speedier /usr/bin/find call. * Fri Sep 07 2018 trenn@suse.de - Update to latest version 2.0.25 plus latest fixes (fate#326195): - A OpenIPMI-2.0.25..HEAD_git.diff Patch to latest git commit: commit 4ac55d7dc7016c9e5f0c474f69f4e64e7aacac42 Date: Wed Jul 18 13:59:29 2018 -0500 unix: Add a way to clear fd handlers with no callbacks I had to manually edit git diff v2.0.25.. and remove .gitignore deletion to patch succesfully. Build service wants to have the original .tar.gz tarball from sourceforge. I also had to add the bootstrap file which seem to exist in git sources but not in the exported tarball, even it is not listed in .gitignore: A bootstrap OAD 0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch - Adjusted patches: M 0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch M fix-conversions.patch M OpenIPMI-prefer_perl_vendor.patch M openipmi-tinfo.patch - Fix build service error (use /usr/bin/python3 in shebang instead of env A use_python3_shebang - Build documentation (IPMI.pdf) ourselves as IPMI.pdf vanished from sources For this quite some build requires had to be added as well A fix_dia_version_detection.patch * Wed Jul 25 2018 dimstar@opensuse.org - Replace usage of deprecated py_sitedir macro with python_sitearch. * Fri Jan 19 2018 josef.moellers@suse.com - * added a section defining IPMI_SI_MODULE_NAME to sysconfig.ipmi * added code to OpenIPMI.spec/%install to modify sysconfig.ipmi according to architecture * modified openipmi-helper to load "sysconfig.ipmi" AFTER setting default IPMI_SI_MODULE_NAME=ipmi_si [bsc#1059820, OpenIPMI.spec, openipmi-helper, sysconfig.ipmi]
/etc/ipmi /etc/ipmi/ipmisim1.emu /etc/ipmi/lan.conf /usr/bin/ipmi_sim /usr/bin/ipmi_ui /usr/bin/ipmicmd /usr/bin/ipmilan /usr/bin/ipmish /usr/bin/openipmi_eventd /usr/bin/openipmicmd /usr/bin/openipmish /usr/bin/rmcp_ping /usr/bin/sdrcomp /usr/bin/solterm /usr/lib/perl5/vendor_perl/5.34.0/armv6l-linux-thread-multi/OpenIPMI.pm /usr/lib/perl5/vendor_perl/5.34.0/armv6l-linux-thread-multi/auto/OpenIPMI /usr/lib/perl5/vendor_perl/5.34.0/armv6l-linux-thread-multi/auto/OpenIPMI/OpenIPMI.so /usr/lib/systemd/system/ipmi.service /usr/libexec/openipmi-helper /usr/sbin/rcipmi /usr/share/doc/packages/OpenIPMI /usr/share/doc/packages/OpenIPMI/CONFIGURING_FOR_LAN /usr/share/doc/packages/OpenIPMI/FAQ /usr/share/doc/packages/OpenIPMI/README /usr/share/doc/packages/OpenIPMI/README.Force /usr/share/doc/packages/OpenIPMI/README.MotorolaMXP /usr/share/doc/packages/OpenIPMI/ipmi_powerctl /usr/share/doc/packages/OpenIPMI/sample /usr/share/fillup-templates/sysconfig.ipmi /usr/share/licenses/OpenIPMI /usr/share/licenses/OpenIPMI/COPYING /usr/share/licenses/OpenIPMI/COPYING.BSD /usr/share/licenses/OpenIPMI/COPYING.LIB /usr/share/man/man1/ipmi_sim.1.gz /usr/share/man/man1/ipmi_ui.1.gz /usr/share/man/man1/openipmi_eventd.1.gz /usr/share/man/man1/openipmicmd.1.gz /usr/share/man/man1/openipmish.1.gz /usr/share/man/man1/rmcp_ping.1.gz /usr/share/man/man1/solterm.1.gz /usr/share/man/man5/ipmi_lan.5.gz /usr/share/man/man5/ipmi_sim_cmd.5.gz /usr/share/man/man7/ipmi_cmdlang.7.gz /usr/share/man/man7/openipmi_conparms.7.gz /usr/share/man/man8/ipmilan.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue May 3 23:32:34 2022