Hello community, here is the log from the commit of package ipmitool checked in at Thu Dec 7 20:27:16 CET 2006. -------- --- ipmitool/ipmitool.changes 2006-10-10 15:53:36.000000000 +0200 +++ /mounts/work_src_done/STABLE/ipmitool/ipmitool.changes 2006-10-13 15:08:15.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 13 15:07:13 CEST 2006 - duwe@suse.de + +- update to today's CVS state + * might fix SoL issues (Fate #30911) + +------------------------------------------------------------------- Old: ---- ipmitool-1.8.8-compile-fixes New: ---- ipmitool-CVS-2006-10-13.patch ipmitool-cvs-compile-fixes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipmitool.spec ++++++ --- /var/tmp/diff_new_pack.Q1wk8g/_old 2006-12-07 20:26:23.000000000 +0100 +++ /var/tmp/diff_new_pack.Q1wk8g/_new 2006-12-07 20:26:23.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package ipmitool (Version 1.8.8) +# 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 @@ -14,12 +14,13 @@ BuildRequires: openssl-devel readline-devel URL: http://ipmitool.sourceforge.net/ Summary: Utility for IPMI Control -Version: 1.8.8 -Release: 1 -License: BSD +Version: 1.8.8cvs20061013 +Release: 2 +License: BSD License and BSD-like Group: System/Management -Source: ipmitool-%{version}.tar.gz -Patch: ipmitool-%{version}-compile-fixes +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 @@ -41,8 +42,9 @@ %prep -%setup +%setup -n %{name}-1.8.8 %patch -p1 +%patch2 -p1 %build CFLAGS="$RPM_OPT_FLAGS" ./configure \ @@ -74,6 +76,9 @@ %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 @@ -110,17 +115,17 @@ - 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 + - 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 ++++++ ipmitool-CVS-2006-10-13.patch ++++++ ++++ 7201 lines (skipped) ++++++ ipmitool-cvs-compile-fixes ++++++ 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; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de