Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: OpenIPMI-devel | Distribution: openSUSE Step 15 |
Version: 2.0.31 | Vendor: openSUSE |
Release: 3.3.1 | Build date: Mon Dec 19 14:32:48 2022 |
Group: Development/Libraries/C and C++ | Build host: obs-arm-6 |
Size: 723678 | Source RPM: OpenIPMI-2.0.31-3.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://openipmi.sourceforge.net | |
Summary: Development files for OpenIPMI |
These libraries are needed to get full access to the OpenIPMI functions.
LGPL-2.1-or-later
* Wed Oct 06 2021 trenn@suse.de - Enhance changelog as demanded in an internal submitrequest * Tue Sep 28 2021 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 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 mcepl@suse.com - Use Python3 instead of Python2 (bsc#1190999). * Mon Mar 08 2021 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 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.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 jengelh@inai.de - Use noun phrase in summary. Remove em dashes from summaries. - Implement shared library packaging policy. * Tue Sep 11 2018 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] * Thu Nov 23 2017 rbrown@suse.com - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) * Mon Sep 25 2017 josef.moellers@suse.com - Upgrade to 2.0.24 * Mainly code cleanup and small rewrites. * Variable renaming IPMI_... to OPENIPMI_... * Improved internal error handling * IPv6 support added/completed. [fate#322830, OpenIMPI-add-libncurses.patch, OpenIPMI-no-return-in-nonvoid-function.patch] * Tue Jun 27 2017 tchvatal@suse.com - Version update to lates trelease 2.0.23: * There is no longer actively updated changelog * Various bugfixes since last git pull from 2016-02-26 - Drop OpenIPMI-libtool.patch which was merged upstream - Drop OpenIPMI_2.0.21_to_HEAD.patch patch as it is no longer needed - Add patch openipmi-tinfo.patch to detect tinfo properly - Add patch to fix OpenIPMIpthread pc file (from Fedora) 0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch - Add patch to not bundle libedit (from Fedora) 0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch * Wed Sep 14 2016 fgerling@suse.com - Update spec file to properly install sysconfig.ipmi (bsc#989985, bsc#988443) * Tue Mar 08 2016 dimstar@opensuse.org - Remove one occurence of perl_requires: once is sufficient. * Mon Mar 07 2016 trenn@suse.de - Fix perl requires by using the pre-defined macro (bsc#969576) * Fri Feb 26 2016 trenn@suse.de - Update to latest git commit: a01bbe94efff3a5f239b3b5440c8..052d36ec88515c1b1177faa442833e3 Add: OpenIPMI_2.0.21_to_HEAD.patch Removed modifications for: - lanserv/ipmi_sim_chassiscontrol - lanserv/marvell-bmc/TODO due to git repo inconsistencies - Some spec file cleanups obs complained about - > also spec-cleaner run through * Sat Feb 07 2015 dimstar@opensuse.org - Do not try to register/deregister OpenIPMI.info.gz in post/postun of the devel package: we do not install such a file. * Sat Dec 27 2014 ledest@gmail.com - fix bashisms in openipmi-helper script * Wed Nov 19 2014 dimstar@opensuse.org - Replace systemd BuildRequires with pkgconfig(systemd): we do not require the full installation / dep chain of systemd. * Sat Oct 25 2014 p.drouand@gmail.com - Use systemd instead of sysvinit + Add ipmi.service + Add openipmi-helper to keep capabilities of sysvinit script + Add systemd related macros - Remove obsolete/depreciated macros
/usr/include/OpenIPMI /usr/include/OpenIPMI/deprecator.h /usr/include/OpenIPMI/dllvisibility.h /usr/include/OpenIPMI/extcmd.h /usr/include/OpenIPMI/internal /usr/include/OpenIPMI/internal/ilist.h /usr/include/OpenIPMI/internal/ipmi_control.h /usr/include/OpenIPMI/internal/ipmi_domain.h /usr/include/OpenIPMI/internal/ipmi_entity.h /usr/include/OpenIPMI/internal/ipmi_event.h /usr/include/OpenIPMI/internal/ipmi_fru.h /usr/include/OpenIPMI/internal/ipmi_int.h /usr/include/OpenIPMI/internal/ipmi_locks.h /usr/include/OpenIPMI/internal/ipmi_malloc.h /usr/include/OpenIPMI/internal/ipmi_mc.h /usr/include/OpenIPMI/internal/ipmi_oem.h /usr/include/OpenIPMI/internal/ipmi_sel.h /usr/include/OpenIPMI/internal/ipmi_sensor.h /usr/include/OpenIPMI/internal/ipmi_utils.h /usr/include/OpenIPMI/internal/locked_list.h /usr/include/OpenIPMI/internal/md2.h /usr/include/OpenIPMI/internal/md5.h /usr/include/OpenIPMI/internal/opq.h /usr/include/OpenIPMI/internal/winsock_compat.h /usr/include/OpenIPMI/ipmbserv.h /usr/include/OpenIPMI/ipmi_addr.h /usr/include/OpenIPMI/ipmi_auth.h /usr/include/OpenIPMI/ipmi_bits.h /usr/include/OpenIPMI/ipmi_cmdlang.h /usr/include/OpenIPMI/ipmi_conn.h /usr/include/OpenIPMI/ipmi_debug.h /usr/include/OpenIPMI/ipmi_err.h /usr/include/OpenIPMI/ipmi_fru.h /usr/include/OpenIPMI/ipmi_glib.h /usr/include/OpenIPMI/ipmi_lan.h /usr/include/OpenIPMI/ipmi_lanparm.h /usr/include/OpenIPMI/ipmi_log.h /usr/include/OpenIPMI/ipmi_mc.h /usr/include/OpenIPMI/ipmi_msgbits.h /usr/include/OpenIPMI/ipmi_pef.h /usr/include/OpenIPMI/ipmi_pet.h /usr/include/OpenIPMI/ipmi_picmg.h /usr/include/OpenIPMI/ipmi_posix.h /usr/include/OpenIPMI/ipmi_sdr.h /usr/include/OpenIPMI/ipmi_smi.h /usr/include/OpenIPMI/ipmi_sol.h /usr/include/OpenIPMI/ipmi_solparm.h /usr/include/OpenIPMI/ipmi_string.h /usr/include/OpenIPMI/ipmi_tcl.h /usr/include/OpenIPMI/ipmi_types.h /usr/include/OpenIPMI/ipmi_ui.h /usr/include/OpenIPMI/ipmi_user.h /usr/include/OpenIPMI/ipmiif.h /usr/include/OpenIPMI/lanserv.h /usr/include/OpenIPMI/lanserv_dllvisibility.h /usr/include/OpenIPMI/mcserv.h /usr/include/OpenIPMI/msg.h /usr/include/OpenIPMI/mxp.h /usr/include/OpenIPMI/os_handler.h /usr/include/OpenIPMI/persist.h /usr/include/OpenIPMI/selector.h /usr/include/OpenIPMI/serserv.h /usr/include/OpenIPMI/serv.h /usr/lib/libIPMIlanserv.so /usr/lib/libOpenIPMI.so /usr/lib/libOpenIPMIcmdlang.so /usr/lib/libOpenIPMIglib.so /usr/lib/libOpenIPMIposix.so /usr/lib/libOpenIPMIpthread.so /usr/lib/libOpenIPMIui.so /usr/lib/libOpenIPMIutils.so /usr/lib/pkgconfig/OpenIPMI.pc /usr/lib/pkgconfig/OpenIPMIcmdlang.pc /usr/lib/pkgconfig/OpenIPMIglib.pc /usr/lib/pkgconfig/OpenIPMIposix.pc /usr/lib/pkgconfig/OpenIPMIpthread.pc /usr/lib/pkgconfig/OpenIPMIui.pc /usr/lib/pkgconfig/OpenIPMIutils.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:42:22 2024