| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: openhpi-clients | Distribution: openSUSE 11.4 |
| Version: 2.14.1 | Vendor: openSUSE |
| Release: 5.1 | Build date: Sat Feb 19 07:23:35 2011 |
| Group: System/Monitoring | Build host: build23 |
| Size: 317576 | Source RPM: openhpi-2.14.1-5.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://sourceforge.net/projects/openhpi/ | |
| Summary: HPI Command-line Applications | |
This package contains HPI command-line utilities
Authors:
--------
Tariq Shureih (Intel) - OpenHPI Maintainer
David Ashley (IBM) - Developer
Chris Chia (IBM) - Developer
Sean Dague (IBM) - Developer, Webmaster
Julie Fleischer (Intel) - Developer
Kevin Gao (Intel) - Developer
David Judkovics (IBM) - Developer
Thomas Kanngieser (FCI) - Developer
Rusty Lynch (Intel) - Developer
Renier Morales (IBM) - Developer
Peter Phan (IBM) - Developer
Konrad Rzeszutek (IBM) - Developer
Steve Sherman (IBM) - Developer
Louis Zhuang (Intel) - Developer
BSD3c(or similar)
* Tue Sep 07 2010 aj@suse.de
- Configure uses --disable-sysfs, so remove dependency on sysfsutils.
* Wed May 19 2010 ro@suse.de
- update to 2.14.1
* Fixes to the OpenHPI Daemon and base library.
* Many bug fixes to the HPI Shell.
* Fixes for building on Solaris.
* Fixes to the HP c-Class, HP ProLiant, IPMI Direct,
and SNMP Client plug-ins.
* Numerous other bug fixes.
- fix build with c++ (openhpi-ipmi_mc_vendor_cpp.patch)
* Fri Sep 25 2009 mrueckert@suse.de
- update to version 2.14.0
+ Content from development releases 2.13.0 through 2.13.3
+ Many bug fixes to the HPI Shell.
+ Fixes for building on Mandrivia.
+ Numerous other bug fixes.
all details on:
http://www.openhpi.org/Changelogs/2.14.0
http://www.openhpi.org/Changelogs/2.13.3
http://www.openhpi.org/Changelogs/2.13.2
http://www.openhpi.org/Changelogs/2.13.1
http://www.openhpi.org/Changelogs/2.13.0
- disable Werror patch but keep it for now
- added openhpi-2.x_array_out_of_bounds.patch (bnc#516203)
* Tue Mar 10 2009 coolo@suse.de
- buildrequire ncurses-devel as it links against it
* Thu Sep 04 2008 mrueckert@suse.de
- update to version 2.12.0
+ Rollup development releases 2.11.0 through 2.11.3.
+ Add documentation for new ilo2_ribcl and oa_soap plugins HP ProLiant plugin
+ Make use of common SSL code HP c-Class Plugin.
+ Various bug fixes.
all details on:
http://www.openhpi.org/Changelogs/2.12.0
http://www.openhpi.org/Changelogs/2.11.3
http://www.openhpi.org/Changelogs/2.11.2
http://www.openhpi.org/Changelogs/2.11.1
http://www.openhpi.org/Changelogs/2.11.0
http://www.openhpi.org/Changelogs/2.10.2
- updated openhpi-2.10.x_no_Werror.patch
new name: openhpi-2.12.0_no_Werror.patch
- dropped patches which are included in the version update:
openhpi-2.10.x_wd.patch
openhpi-2.10.x_open_calls.patch
openhpi-2.10.x_array_bounds.patch
openhpi-2.10.x_parantheses.patch
openhpi-2.10.x_init_script_dependency.patch
* Wed May 07 2008 schwab@suse.de
- Run autoreconf.
* Mon Jan 28 2008 mrueckert@suse.de
- update to version 2.10.1
- saHpiGetIdByEntityPath() now returns the InstrumentId
- OpenIPMI plugin - storing the cause of a hotswap state change
in the proper event byte
- hpiel, and other clients, no longer abort (possibly with a core
dump) when the daemon is not present, but exit gracefully.
- The spec file no longer requires libsysfs < 2 as OpenHPI now
builds against libsysfs 2 fine.
- Fixed the gcc version check, which now works on gcc 4.2.
- additional changes from 2.10.0
2.10 contains implementation and entry points for all new APIs
added in the B.02.01 specification. Also, all APIs have been
revised and updated according to minor return code changes and
additions in B.02.01.
Other featured highlights incude:
Basic support for MicroTCA in IPMIDirect plugin (psangouard)
Compilation problems on Solaris were reported and fixed
(crinaldo).
Added recognition of a much larger set of manufacturer ids.
Eliminated the need for plugins to implement/export get_event.
Sysfs plugin now builds against libsysfs 1.x and 2.x.
FRU resource can now report resource type failed events in
addition to hotswap (psangouard).
- removed openhpi-2.8.1_gcc_detection.patch:
included in 2.10.1
- added openhpi-2.10.x_open_calls.patch:
fix one open call with O_CREAT without a mode,
make all other open calls with O_CREAT use S_* macros instead of
numbers
- added openhpi-2.10.x_array_bounds.patch:
fix array out of bounds warnings from gcc
- added openhpi-2.10.x_init_script_dependency.patch:
add lsb header to the init script
- added openhpi-2.10.x_no_Werror.patch:
remove Werror from the cflags as some IO calls dont use error
handling and upstream wants to keep that as is.
- added openhpi-2.10.x_parantheses.patch:
fix a few warnings about using parantheses inside a complex
boolean expression
- added openhpi-2.10.x_wd.patch:
fix warning about ignored type qualifiers
* Thu Jan 24 2008 coolo@suse.de
- fix open calls
* Fri Oct 19 2007 mrueckert@suse.de
- added openhpi-2.8.1_gcc_detection.patch:
fix detection of gcc version
- build with no-strict-aliasing
- remove unused libpcap from the buildrequires
* Tue Jul 17 2007 mrueckert@suse.de
- update to version 2.8.1
o New Features:
* Blade Center Plugin
- 1588365 - Enhance isolation from event string changes
- 1588020 - Add support for more BladeCenters
- 1587534 - Support HS21 blade threshold event format
* HPI Clients
- 1585818 - New clients showing multiple plugins to same target
* OpenHPI base library
- 1572962 - Unblock events on discovery
- 1532151 - Improve configuration by eliminating plugin lines
o Fixed Bugs
* Blade Center Plugin
- 1590030 - Need to also init 'oh_event struct - add resource' for RSA
- changes from 2.7.0
o New Features:
* Blade Center Plugin
- 1541402 - Re structure snmp_bc to use new oh_event
definition
* OpenHPI base library
- 1533344 - Event/Resource processing enhancements
* Simulator Plugin
- 1533338 - Injector API without using linux queues
- 1263998 - sim_sanityXXX uses the poison sprintf() util
o Fixed Bugs
* Build System
- 1571708 - rtas plugin may not build. name clash with
dependency
- 1538808 - hpi_shell and simulator build problems after
oh_event change
* OpenHPI base library
- 1570274 - saHpiResourceSeveritySet accepts ALL_SEVERITIES
value
- 1546787 - process_resource_event may run only once when
sessions = 0
* Test Suites
- 1572322 - simulator unit test 45 wrongly expecting events
in queue
- removed obsolete patches:
openhpi-2.4.1_no-Werror.patch
openhpi-2.4.1_sysfs2_buffer_overflow.patch
openhpi-2.6.3_array_bounds.patch
openhpi-2.6.3_doctype.patch
openhpi-2.6.3.tar.bz2
- fixed and ignored a few rpmlint warnings
/usr/bin/hpi_shell /usr/bin/hpialarms /usr/bin/hpiel /usr/bin/hpievents /usr/bin/hpifan /usr/bin/hpiinv /usr/bin/hpionIBMblade /usr/bin/hpipower /usr/bin/hpireset /usr/bin/hpisensor /usr/bin/hpisettime /usr/bin/hpithres /usr/bin/hpitop /usr/bin/hpitree /usr/bin/hpiwdt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 11:55:49 2013