Hello community,

here is the log from the commit of package ipmitool for openSUSE:Factory
checked in at Wed Sep 14 14:03:20 CEST 2011.



--------
--- ipmitool/ipmitool.changes   2010-03-04 02:00:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/ipmitool/ipmitool.changes      2010-05-04 
15:58:43.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May  4 15:58:27 CEST 2010 - [email protected]
+
+- add a missing return value in one error branch.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ipmitool.spec ++++++
--- /var/tmp/diff_new_pack.r4hR95/_old  2011-09-14 14:03:10.000000000 +0200
+++ /var/tmp/diff_new_pack.r4hR95/_new  2011-09-14 14:03:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ipmitool (Version 1.8.11)
+# spec file for package ipmitool
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Url:            http://ipmitool.sourceforge.net/
 Summary:        Utility for IPMI Control
 Version:        1.8.11
-Release:        1
+Release:        9
 License:        BSD3c
 Group:          System/Management
 Source:         
http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2

++++++ lan_fix_return_value.patch ++++++
--- /var/tmp/diff_new_pack.r4hR95/_old  2011-09-14 14:03:10.000000000 +0200
+++ /var/tmp/diff_new_pack.r4hR95/_new  2011-09-14 14:03:10.000000000 +0200
@@ -1,6 +1,8 @@
---- ipmitool-1.8.11/src/plugins/lan/lan.c      2010/03/04 00:55:42     1.1
-+++ ipmitool-1.8.11/src/plugins/lan/lan.c      2010/03/04 00:56:39
-@@ -1071,7 +1071,7 @@
+Index: ipmitool-1.8.11/src/plugins/lan/lan.c
+===================================================================
+--- ipmitool-1.8.11.orig/src/plugins/lan/lan.c
++++ ipmitool-1.8.11/src/plugins/lan/lan.c
+@@ -1071,7 +1071,7 @@ uint8_t * ipmi_lan_build_sol_msg(struct
        msg = malloc(len);
        if (msg == NULL) {
                lprintf(LOG_ERR, "ipmitool: malloc failure");
@@ -9,3 +11,16 @@
        }
        memset(msg, 0, len);
  
+Index: ipmitool-1.8.11/src/plugins/lanplus/lanplus.c
+===================================================================
+--- ipmitool-1.8.11.orig/src/plugins/lanplus/lanplus.c
++++ ipmitool-1.8.11/src/plugins/lanplus/lanplus.c
+@@ -734,7 +734,7 @@ ipmi_lan_poll_recv(struct ipmi_intf * in
+                                       
ipmi_req_remove_entry(rsp->payload.ipmi_response.rq_seq,
+                                                               
rsp->payload.ipmi_response.cmd);
+                   ipmi_lan_poll_recv(intf);
+-                  return;
++                  return NULL;
+                                       }
+                                       else
+                                       {               


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to