OBS User unknown 2007-03-08 18:49:14 +00:00 committed by Git OBS Bridge
parent 9a1ebfb880
commit aa706c4f3f
3 changed files with 23 additions and 7 deletions

11
compile-fixes Normal file
View File

@ -0,0 +1,11 @@
--- ipmitool-1.8.9/lib/ipmi_fru.c.orig 2007-03-06 23:15:36.000000000 +0100
+++ ipmitool-1.8.9/lib/ipmi_fru.c 2007-03-08 13:02:42.000000000 +0100
@@ -1671,7 +1671,7 @@ ipmi_fru_edit_multirec(struct ipmi_intf
fru_data = malloc(fru.size + 1);
if (fru_data == NULL) {
lprintf(LOG_ERR, " Out of memory!");
- return;
+ return -1;
}
memset(fru_data, 0, fru.size + 1);

View File

@ -1,8 +1,13 @@
-------------------------------------------------------------------
Thu Mar 8 12:58:37 CET 2007 - duwe@suse.de
- add new compile fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 7 14:02:54 CET 2007 - duwe@suse.de Wed Mar 7 14:02:54 CET 2007 - duwe@suse.de
- update to 1.8.9, fixing ipmievd crashing. - update to 1.8.9, fixing ipmievd crashing.
This was requested in Bug#246456 This was requesten in Bug#246456
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 13 15:07:13 CEST 2006 - duwe@suse.de Fri Oct 13 15:07:13 CEST 2006 - duwe@suse.de

View File

@ -15,12 +15,11 @@ BuildRequires: openssl-devel readline-devel
URL: http://ipmitool.sourceforge.net/ URL: http://ipmitool.sourceforge.net/
Summary: Utility for IPMI Control Summary: Utility for IPMI Control
Version: 1.8.9 Version: 1.8.9
Release: 1 Release: 2
License: BSD License and BSD-like License: BSD License and BSD-like
Group: System/Management Group: System/Management
Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
# Patch: ipmitool-CVS-2006-10-13.patch Patch: compile-fixes
# Patch2: ipmitool-cvs-compile-fixes
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -43,8 +42,7 @@ and setting LAN configuration, and chassis power control.
%prep %prep
%setup %setup
# %patch -p1 %patch -p1
# %patch2 -p1
%build %build
CFLAGS="$RPM_OPT_FLAGS" ./configure \ CFLAGS="$RPM_OPT_FLAGS" ./configure \
@ -76,9 +74,11 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man8/* %doc %{_mandir}/man8/*
%changelog %changelog
* Thu Mar 08 2007 - duwe@suse.de
- add new compile fixes
* Wed Mar 07 2007 - duwe@suse.de * Wed Mar 07 2007 - duwe@suse.de
- update to 1.8.9, fixing ipmievd crashing. - update to 1.8.9, fixing ipmievd crashing.
This was requested in Bug#246456 This was requesten in Bug#246456
* Fri Oct 13 2006 - duwe@suse.de * Fri Oct 13 2006 - duwe@suse.de
- update to today's CVS state - update to today's CVS state
* might fix SoL issues (Fate #30911) * might fix SoL issues (Fate #30911)