forked from pool/ipmitool
This commit is contained in:
commit
e3799b2bbd
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
3
ipmitool-1.8.8.tar.gz
Normal file
3
ipmitool-1.8.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d0abd9131d066faf0119722159dc8e768ff373fa30cb1a49dc5c376c9e36909
|
||||||
|
size 634899
|
7201
ipmitool-CVS-2006-10-13.patch
Normal file
7201
ipmitool-CVS-2006-10-13.patch
Normal file
File diff suppressed because it is too large
Load Diff
20
ipmitool-cvs-compile-fixes
Normal file
20
ipmitool-cvs-compile-fixes
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
diff -Burbp ipmitool-1.8.8.orig/lib/ipmi_fwum.c ipmitool-1.8.8/lib/ipmi_fwum.c
|
||||||
|
--- ipmitool-1.8.8.orig/lib/ipmi_fwum.c 2006-05-03 15:34:59.000000000 +0200
|
||||||
|
+++ ipmitool-1.8.8/lib/ipmi_fwum.c 2006-10-10 14:07:24.000000000 +0200
|
||||||
|
@@ -1488,5 +1488,5 @@ tKFWUM_Status KfwumOutputInfo(tKFWUM_Boa
|
||||||
|
printf("File Size : %u bytes\n",firmInfo.fileSize);
|
||||||
|
printf("Firmware Version : %d.%d%d SDR %d\n",firmInfo.versMajor,
|
||||||
|
firmInfo.versMinor, firmInfo.versSubMinor, firmInfo.sdrRev);
|
||||||
|
-
|
||||||
|
+ return KFWUM_STATUS_OK;
|
||||||
|
}
|
||||||
|
--- ipmitool-1.8.8.orig/lib/ipmi_sdr.c 2006-05-12 16:07:31.000000000 +0200
|
||||||
|
+++ ipmitool-1.8.8/lib/ipmi_sdr.c 2006-10-10 16:02:35.000000000 +0200
|
||||||
|
@@ -3843,7 +3843,6 @@ ipmi_sdr_dump_bin(struct ipmi_intf *intf
|
||||||
|
itr = ipmi_sdr_start(intf);
|
||||||
|
if (itr == NULL) {
|
||||||
|
lprintf(LOG_ERR, "Unable to open SDR for reading");
|
||||||
|
- fclose(fp);
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
85
ipmitool.changes
Normal file
85
ipmitool.changes
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 13 15:07:13 CEST 2006 - duwe@suse.de
|
||||||
|
|
||||||
|
- update to today's CVS state
|
||||||
|
* might fix SoL issues (Fate #30911)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 10 15:51:47 CEST 2006 - duwe@suse.de
|
||||||
|
|
||||||
|
- update to 1.8.8 mainly various fixes:
|
||||||
|
version 1.8.8
|
||||||
|
* Fix segfaults in sensor data repository list
|
||||||
|
* Fix ipmievd to open interface before daemonizing
|
||||||
|
* Fix IPMIv1.5 authtype NONE to ignore supplied password
|
||||||
|
* Fix cipher suite display bug in lan print
|
||||||
|
* Fix typo in IPMIv2 SOL output when sending break
|
||||||
|
* Fix improper LUN handling with Tyan SOL
|
||||||
|
* Add LUN support to OpenIPMI interface
|
||||||
|
* Add support for Kontron OEM commands
|
||||||
|
* Update to Kontron Firmware Update command
|
||||||
|
version 1.8.7
|
||||||
|
* Remove nuclear clause from license
|
||||||
|
* Add Sun OEM command for blades
|
||||||
|
* Increase argument size for raw commands in shell/exec
|
||||||
|
* Fix handling of LUNs for LAN interfaces
|
||||||
|
* Add IPMIv2 SOL loopback test
|
||||||
|
* Add support for IBM OEM SEL messages
|
||||||
|
* Disable file paranoia checks on read files by default
|
||||||
|
* Support IPMIv2 SOL on older Intel boxes
|
||||||
|
* Display message and exit if keepalive fails during SOL
|
||||||
|
* Add support for setting VLAN id and priority
|
||||||
|
* Add support for FreeBSD OpenIPMI-compatible driver
|
||||||
|
* Add support for IPMIv2 Firmware Firewall
|
||||||
|
* Fix gcc4 compile warnings
|
||||||
|
* Make ipmievd generate pidfile
|
||||||
|
* Add initscripts for ipmievd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 29 13:14:22 CEST 2006 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Fix type conversion bug in ipmi_pef.c [#173658]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 26 16:40:00 CEST 2006 - schwab@suse.de
|
||||||
|
|
||||||
|
- Add readline-devel to BuildRequires to enable shell command.
|
||||||
|
- Fix use of channel_info bitfield.
|
||||||
|
- Fix byte swapping.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 15:17:19 CET 2006 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Update to ipmitool 1.8.6 [#134708,#131823]
|
||||||
|
- Fix memory corruption when sending encrypted SOL traffic
|
||||||
|
- Add keepalive timer to IPMIv2 SOL sessions
|
||||||
|
- Raise privilege level after creating IPMIv2 session
|
||||||
|
- Add support for settable SOL escape character with -e option
|
||||||
|
- Add support for Kg BMC key for IPMIv2 authentication with -k option
|
||||||
|
- Add support for Tyan IPMIv1.5 SOL with tsol command
|
||||||
|
- Add support for PICMG devices
|
||||||
|
- Add support for OEM SEL event parsing
|
||||||
|
- Add support for command bridging over lan and lanplus interfaces
|
||||||
|
- New 'chassis selftest' command
|
||||||
|
- Many bufxies and patches from contributors
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:36:39 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 20 23:06:33 CET 2006 - schwab@suse.de
|
||||||
|
|
||||||
|
- Don't strip binaries.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 19 09:07:21 CEST 2005 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Fix missing return value
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 4 11:54:33 CEST 2005 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Initial release (FeatureID #165)
|
||||||
|
|
136
ipmitool.spec
Normal file
136
ipmitool.spec
Normal file
@ -0,0 +1,136 @@
|
|||||||
|
#
|
||||||
|
# spec file for package ipmitool (Version 1.8.8cvs20061013)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: ipmitool
|
||||||
|
BuildRequires: openssl-devel readline-devel
|
||||||
|
URL: http://ipmitool.sourceforge.net/
|
||||||
|
Summary: Utility for IPMI Control
|
||||||
|
Version: 1.8.8cvs20061013
|
||||||
|
Release: 2
|
||||||
|
License: BSD License and BSD-like
|
||||||
|
Group: System/Management
|
||||||
|
Source: ipmitool-1.8.8.tar.gz
|
||||||
|
Patch: ipmitool-CVS-2006-10-13.patch
|
||||||
|
Patch2: ipmitool-cvs-compile-fixes
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains a utility for interfacing with devices that
|
||||||
|
support the Intelligent Platform Management Interface specification.
|
||||||
|
IPMI is an open standard for machine health, inventory, and remote
|
||||||
|
power control.
|
||||||
|
|
||||||
|
This utility can communicate with IPMI-enabled devices through either a
|
||||||
|
kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in
|
||||||
|
the IPMI specification. IPMIv2 adds support for encrypted LAN
|
||||||
|
communications and remote Serial-over-LAN functionality.
|
||||||
|
|
||||||
|
It provides commands for reading the Sensor Data Repository (SDR) and
|
||||||
|
displaying sensor values, displaying the contents of the System Event
|
||||||
|
Log (SEL), printing Field Replaceable Unit (FRU) information, reading
|
||||||
|
and setting LAN configuration, and chassis power control.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n %{name}-1.8.8
|
||||||
|
%patch -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS" ./configure \
|
||||||
|
--prefix=%{_prefix} \
|
||||||
|
--bindir=%{_bindir} \
|
||||||
|
--sbindir=%{_sbindir} \
|
||||||
|
--datadir=%{_datadir} \
|
||||||
|
--includedir=%{_includedir} \
|
||||||
|
--libdir=%{_libdir} \
|
||||||
|
--mandir=%{_mandir} \
|
||||||
|
--sysconfdir=%{_sysconfdir}
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/ipmitool
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS COPYING README
|
||||||
|
%{_bindir}/*
|
||||||
|
%{_sbindir}/*
|
||||||
|
%dir %{_datadir}/ipmitool
|
||||||
|
%{_datadir}/ipmitool/*
|
||||||
|
%doc %{_mandir}/man1/*
|
||||||
|
%doc %{_mandir}/man8/*
|
||||||
|
|
||||||
|
%changelog -n ipmitool
|
||||||
|
* Fri Oct 13 2006 - duwe@suse.de
|
||||||
|
- update to today's CVS state
|
||||||
|
* might fix SoL issues (Fate #30911)
|
||||||
|
* Tue Oct 10 2006 - duwe@suse.de
|
||||||
|
- update to 1.8.8 mainly various fixes:
|
||||||
|
version 1.8.8
|
||||||
|
* Fix segfaults in sensor data repository list
|
||||||
|
* Fix ipmievd to open interface before daemonizing
|
||||||
|
* Fix IPMIv1.5 authtype NONE to ignore supplied password
|
||||||
|
* Fix cipher suite display bug in lan print
|
||||||
|
* Fix typo in IPMIv2 SOL output when sending break
|
||||||
|
* Fix improper LUN handling with Tyan SOL
|
||||||
|
* Add LUN support to OpenIPMI interface
|
||||||
|
* Add support for Kontron OEM commands
|
||||||
|
* Update to Kontron Firmware Update command
|
||||||
|
version 1.8.7
|
||||||
|
* Remove nuclear clause from license
|
||||||
|
* Add Sun OEM command for blades
|
||||||
|
* Increase argument size for raw commands in shell/exec
|
||||||
|
* Fix handling of LUNs for LAN interfaces
|
||||||
|
* Add IPMIv2 SOL loopback test
|
||||||
|
* Add support for IBM OEM SEL messages
|
||||||
|
* Disable file paranoia checks on read files by default
|
||||||
|
* Support IPMIv2 SOL on older Intel boxes
|
||||||
|
* Display message and exit if keepalive fails during SOL
|
||||||
|
* Add support for setting VLAN id and priority
|
||||||
|
* Add support for FreeBSD OpenIPMI-compatible driver
|
||||||
|
* Add support for IPMIv2 Firmware Firewall
|
||||||
|
* Fix gcc4 compile warnings
|
||||||
|
* Make ipmievd generate pidfile
|
||||||
|
* Add initscripts for ipmievd
|
||||||
|
* Mon May 29 2006 - kukuk@suse.de
|
||||||
|
- Fix type conversion bug in ipmi_pef.c [#173658]
|
||||||
|
* Fri May 26 2006 - schwab@suse.de
|
||||||
|
- Add readline-devel to BuildRequires to enable shell command.
|
||||||
|
- Fix use of channel_info bitfield.
|
||||||
|
- Fix byte swapping.
|
||||||
|
* Mon Feb 13 2006 - kukuk@suse.de
|
||||||
|
- Update to ipmitool 1.8.6 [#134708,#131823]
|
||||||
|
- Fix memory corruption when sending encrypted SOL traffic
|
||||||
|
- Add keepalive timer to IPMIv2 SOL sessions
|
||||||
|
- Raise privilege level after creating IPMIv2 session
|
||||||
|
- Add support for settable SOL escape character with -e option
|
||||||
|
- Add support for Kg BMC key for IPMIv2 authentication with -k option
|
||||||
|
- Add support for Tyan IPMIv1.5 SOL with tsol command
|
||||||
|
- Add support for PICMG devices
|
||||||
|
- Add support for OEM SEL event parsing
|
||||||
|
- Add support for command bridging over lan and lanplus interfaces
|
||||||
|
- New 'chassis selftest' command
|
||||||
|
- Many bufxies and patches from contributors
|
||||||
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Fri Jan 20 2006 - schwab@suse.de
|
||||||
|
- Don't strip binaries.
|
||||||
|
* Mon Sep 19 2005 - kukuk@suse.de
|
||||||
|
- Fix missing return value
|
||||||
|
* Thu Aug 04 2005 - kukuk@suse.de
|
||||||
|
- Initial release (FeatureID #165)
|
Loading…
Reference in New Issue
Block a user