Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2014-07-29 16:48:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeipmi (Old)
 and      /work/SRC/openSUSE:Factory/.freeipmi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freeipmi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes        2014-07-02 
15:04:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2014-07-29 
16:48:58.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul 29 06:12:44 UTC 2014 - [email protected]
+
+- Update to 1.4.5
+  o Fix libipmiconsole calculation bug w/ SOL character send size.
+  o Support Supermicro H8DGU and H8DG6 OEM sensors and events.
+  o Minor documentation updates.
+
+-------------------------------------------------------------------

Old:
----
  freeipmi-1.4.4.tar.gz

New:
----
  freeipmi-1.4.5.tar.gz

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

Other differences:
------------------
++++++ freeipmi.spec ++++++
--- /var/tmp/diff_new_pack.GfYMvJ/_old  2014-07-29 16:48:59.000000000 +0200
+++ /var/tmp/diff_new_pack.GfYMvJ/_new  2014-07-29 16:48:59.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 %define name freeipmi
-%define version 1.4.4
+%define version 1.4.5
 %define srcversion %{version}
 %if %{?_with_debug:1}%{!?_with_debug:0}
 %define release 1.debug%{?dist}

++++++ freeipmi-1.4.4.tar.gz -> freeipmi-1.4.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/AUTHORS new/freeipmi-1.4.5/AUTHORS
--- old/freeipmi-1.4.4/AUTHORS  2012-03-06 19:42:26.000000000 +0100
+++ new/freeipmi-1.4.5/AUTHORS  2014-07-15 19:13:00.000000000 +0200
@@ -26,7 +26,16 @@
 Thomas Renninger <[email protected]>
 Dave Love <[email protected]>
 Dan Lukes <[email protected]>
-And others ...
+Shashi Dande <[email protected]>
+Markus Blank-Burian <[email protected]>
+David Binderman <[email protected]>
+Denys Vlasenko <[email protected]>
+Ales Ledvinka <[email protected]>
+Klaus Kaempf <[email protected]>
+Dick Detweiler <[email protected]>
+Dave Walker <[email protected]>,
+Claudio Cesar Sanchez Tejeda <[email protected]>
+And probably others ...
 
 Package Maintainers:
 Dmitry Frolov <[email protected]> - FreeBSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/ChangeLog new/freeipmi-1.4.5/ChangeLog
--- old/freeipmi-1.4.4/ChangeLog        2014-06-27 20:20:50.000000000 +0200
+++ new/freeipmi-1.4.5/ChangeLog        2014-07-28 19:47:40.000000000 +0200
@@ -1,3 +1,35 @@
+2014-07-28  Albert Chu <[email protected]>
+
+       * NEWS, configure.ac: Update for release.
+
+       * Tagged Release-1_4_5
+       
+2014-07-15  Albert Chu <[email protected]>
+
+       * configure.ac: Increment libfreeipmi version appropriately.
+
+2014-07-15  Markus Blank-Burian <[email protected]>
+
+       * Support Supermicro H8DGU and H8DG6 systems.
+       
+2014-07-14  Yaroslav Halchenko <[email protected]>
+
+       * Fix various typos in code and documentation.
+
+2014-07-10  Albert Chu <[email protected]>
+
+       * man/libipmiconsole.3.pre.in: Document libipmiconsole.conf manpage.
+       
+2014-07-01  Albert Chu <[email protected]>
+
+       * configure.ac: Increment libipmiconsole version appropriately.
+
+2014-07-01  Albert Chu <[email protected]>
+
+       * libipmiconsole/ipmiconsole_processing.c 
(_check_payload_sizes_legitimate):
+       Fix max_sol_character_send_size corner case calculation.  Should
+       be based on "inbound" size not "outbound" size.
+       
 2014-06-27  Albert Chu <[email protected]>
 
        * NEWS, configure.ac: Update for release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/NEWS new/freeipmi-1.4.5/NEWS
--- old/freeipmi-1.4.4/NEWS     2014-06-27 20:20:50.000000000 +0200
+++ new/freeipmi-1.4.5/NEWS     2014-07-28 19:47:40.000000000 +0200
@@ -1,3 +1,9 @@
+FreeIPMI 1.4.5 - 07/28/14
+-------------------------
+o Fix libipmiconsole calculation bug w/ SOL character send size.
+o Support Supermicro H8DGU and H8DG6 OEM sensors and events.
+o Minor documentation updates.
+
 FreeIPMI 1.4.4 - 06/27/14
 -------------------------
 o Support retrys of SSIF reads to handle SSIF NACKs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/configure new/freeipmi-1.4.5/configure
--- old/freeipmi-1.4.4/configure        2014-06-27 20:22:01.000000000 +0200
+++ new/freeipmi-1.4.5/configure        2014-07-28 19:52:12.000000000 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Id: configure.ac,v 1.208 2010-08-06 21:02:29 chu11 Exp .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for freeipmi 1.4.4.
+# Generated by GNU Autoconf 2.63 for freeipmi 1.4.5.
 #
 # Report bugs to <[email protected]>.
 #
@@ -746,8 +746,8 @@
 # Identity of this package.
 PACKAGE_NAME='freeipmi'
 PACKAGE_TARNAME='freeipmi'
-PACKAGE_VERSION='1.4.4'
-PACKAGE_STRING='freeipmi 1.4.4'
+PACKAGE_VERSION='1.4.5'
+PACKAGE_STRING='freeipmi 1.4.5'
 PACKAGE_BUGREPORT='[email protected]'
 
 ac_unique_file="ChangeLog.0"
@@ -1528,7 +1528,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures freeipmi 1.4.4 to adapt to many kinds of systems.
+\`configure' configures freeipmi 1.4.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1598,7 +1598,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of freeipmi 1.4.4:";;
+     short | recursive ) echo "Configuration of freeipmi 1.4.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1716,7 +1716,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-freeipmi configure 1.4.4
+freeipmi configure 1.4.5
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1730,7 +1730,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by freeipmi $as_me 1.4.4, which was
+It was created by freeipmi $as_me 1.4.5, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2103,7 +2103,7 @@
 
 FREEIPMI_PACKAGE_VERSION_MAJOR=1
 FREEIPMI_PACKAGE_VERSION_MINOR=4
-FREEIPMI_PACKAGE_VERSION_PATCH=4
+FREEIPMI_PACKAGE_VERSION_PATCH=5
 
 
 
@@ -2595,7 +2595,7 @@
 
 # Define the identity of the package.
  PACKAGE='freeipmi'
- VERSION='1.4.4'
+ VERSION='1.4.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2741,7 +2741,7 @@
 # release, then set age to 0.
 #
 LIBFREEIPMI_CURRENT=16
-LIBFREEIPMI_REVISION=1
+LIBFREEIPMI_REVISION=2
 LIBFREEIPMI_AGE=0
 
 LIBFREEIPMI_VERSION=$LIBFREEIPMI_CURRENT.$LIBFREEIPMI_REVISION.$LIBFREEIPMI_AGE
@@ -2763,7 +2763,7 @@
 
 LIBFREEIPMI_VERSION_MAJOR=5
 LIBFREEIPMI_VERSION_MINOR=0
-LIBFREEIPMI_VERSION_PATCH=1
+LIBFREEIPMI_VERSION_PATCH=2
 
 
 
@@ -2784,7 +2784,7 @@
 # release, then set age to 0.
 #
 LIBIPMICONSOLE_CURRENT=5
-LIBIPMICONSOLE_REVISION=2
+LIBIPMICONSOLE_REVISION=3
 LIBIPMICONSOLE_AGE=3
 
LIBIPMICONSOLE_VERSION_INFO=$LIBIPMICONSOLE_CURRENT:$LIBIPMICONSOLE_REVISION:$LIBIPMICONSOLE_AGE
 
@@ -2804,7 +2804,7 @@
 
 LIBIPMICONSOLE_VERSION_MAJOR=1
 LIBIPMICONSOLE_VERSION_MINOR=2
-LIBIPMICONSOLE_VERSION_PATCH=2
+LIBIPMICONSOLE_VERSION_PATCH=3
 
 
 
@@ -19861,7 +19861,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by freeipmi $as_me 1.4.4, which was
+This file was extended by freeipmi $as_me 1.4.5, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19924,7 +19924,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-freeipmi config.status 1.4.4
+freeipmi config.status 1.4.5
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/configure.ac 
new/freeipmi-1.4.5/configure.ac
--- old/freeipmi-1.4.4/configure.ac     2014-06-27 20:20:50.000000000 +0200
+++ new/freeipmi-1.4.5/configure.ac     2014-07-28 19:47:40.000000000 +0200
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([freeipmi],[1.4.4],[[email protected]])
+AC_INIT([freeipmi],[1.4.5],[[email protected]])
 AC_REVISION([$Id: configure.ac,v 1.208 2010-08-06 21:02:29 chu11 Exp $])
 AC_CONFIG_MACRO_DIR([config])
 
 FREEIPMI_PACKAGE_VERSION_MAJOR=1
 FREEIPMI_PACKAGE_VERSION_MINOR=4
-FREEIPMI_PACKAGE_VERSION_PATCH=4
+FREEIPMI_PACKAGE_VERSION_PATCH=5
 
 AC_SUBST(FREEIPMI_PACKAGE_VERSION_MAJOR)
 AC_SUBST(FREEIPMI_PACKAGE_VERSION_MINOR)
@@ -124,7 +124,7 @@
 # release, then set age to 0.
 #
 LIBFREEIPMI_CURRENT=16
-LIBFREEIPMI_REVISION=1
+LIBFREEIPMI_REVISION=2
 LIBFREEIPMI_AGE=0
 
 LIBFREEIPMI_VERSION=$LIBFREEIPMI_CURRENT.$LIBFREEIPMI_REVISION.$LIBFREEIPMI_AGE
@@ -146,7 +146,7 @@
 
 LIBFREEIPMI_VERSION_MAJOR=5
 LIBFREEIPMI_VERSION_MINOR=0
-LIBFREEIPMI_VERSION_PATCH=1
+LIBFREEIPMI_VERSION_PATCH=2
 
 AC_SUBST(LIBFREEIPMI_VERSION_MAJOR)
 AC_SUBST(LIBFREEIPMI_VERSION_MINOR)
@@ -167,7 +167,7 @@
 # release, then set age to 0.
 #
 LIBIPMICONSOLE_CURRENT=5
-LIBIPMICONSOLE_REVISION=2
+LIBIPMICONSOLE_REVISION=3
 LIBIPMICONSOLE_AGE=3
 
LIBIPMICONSOLE_VERSION_INFO=$LIBIPMICONSOLE_CURRENT:$LIBIPMICONSOLE_REVISION:$LIBIPMICONSOLE_AGE
 AC_SUBST([LIBIPMICONSOLE_VERSION_INFO])
@@ -187,7 +187,7 @@
 
 LIBIPMICONSOLE_VERSION_MAJOR=1
 LIBIPMICONSOLE_VERSION_MINOR=2
-LIBIPMICONSOLE_VERSION_PATCH=2
+LIBIPMICONSOLE_VERSION_PATCH=3
 
 AC_SUBST(LIBIPMICONSOLE_VERSION_MAJOR)
 AC_SUBST(LIBIPMICONSOLE_VERSION_MINOR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/doc/freeipmi-faq.info 
new/freeipmi-1.4.5/doc/freeipmi-faq.info
--- old/freeipmi-1.4.4/doc/freeipmi-faq.info    2014-06-27 20:22:17.000000000 
+0200
+++ new/freeipmi-1.4.5/doc/freeipmi-faq.info    2014-07-28 19:52:28.000000000 
+0200
@@ -1,7 +1,7 @@
 This is freeipmi-faq.info, produced by makeinfo version 4.13 from
 freeipmi-faq.texi.
 
-This manual is for FreeIPMI (version 1.4.4, 12 March 2014).  Copyright
+This manual is for FreeIPMI (version 1.4.5, 12 March 2014).  Copyright
 (C) 2006-2012 FreeIPMI Core Team
 
      Permission is granted to copy, distribute and/or modify this
@@ -22,8 +22,8 @@
 
    Frequently Asked Questions on *FreeIPMI*
 
-   This edition of the documentation was last updated on 27 June 2014
-for release 1.4.4 of the FreeIPMI.
+   This edition of the documentation was last updated on 28 July 2014
+for release 1.4.5 of the FreeIPMI.
 
 * Menu:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/doc/stamp-vti 
new/freeipmi-1.4.5/doc/stamp-vti
--- old/freeipmi-1.4.4/doc/stamp-vti    2014-06-27 20:22:17.000000000 +0200
+++ new/freeipmi-1.4.5/doc/stamp-vti    2014-07-28 19:52:28.000000000 +0200
@@ -1,4 +1,4 @@
 @set UPDATED 12 March 2014
 @set UPDATED-MONTH March 2014
-@set EDITION 1.4.4
-@set VERSION 1.4.4
+@set EDITION 1.4.5
+@set VERSION 1.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/doc/version-faq.texi 
new/freeipmi-1.4.5/doc/version-faq.texi
--- old/freeipmi-1.4.4/doc/version-faq.texi     2014-06-27 20:22:17.000000000 
+0200
+++ new/freeipmi-1.4.5/doc/version-faq.texi     2014-07-28 19:52:28.000000000 
+0200
@@ -1,4 +1,4 @@
 @set UPDATED 12 March 2014
 @set UPDATED-MONTH March 2014
-@set EDITION 1.4.4
-@set VERSION 1.4.4
+@set EDITION 1.4.5
+@set VERSION 1.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/etc/freeipmi_interpret_sel.conf 
new/freeipmi-1.4.5/etc/freeipmi_interpret_sel.conf
--- old/freeipmi-1.4.4/etc/freeipmi_interpret_sel.conf  2013-11-13 
22:56:50.000000000 +0100
+++ new/freeipmi-1.4.5/etc/freeipmi_interpret_sel.conf  2014-07-15 
19:13:00.000000000 +0200
@@ -983,7 +983,7 @@
 ##                   5593 (Magnum Technologies, rebranded Supermicro board)
 ## Product ID = 4 (X7DBR-3, X7DB8, X8DTN, X7SBI-LN4), 43707 (X8DTH, X8DTG, 
X8DTU, X8DT3-LN4F), 1549 (X8DTU-6+),
 ##              6 (X8DTL, X8DTL-3F), 1541 (X8SIL-F), 1572 (X9SCL, X9SCM), 1551 
(X8DTN+-F), 1037 (X8SIE)
-##              1585 (X9SCA-F-O), 43025 (H8DGU-F), 1576 (X9DRi-F), 1574 
(X9DRI-LN4F+), 1603 (X9SPU-F-O)
+##              1585 (X9SCA-F-O), 43025 (H8DGU-F), 4520 (H8DGU), 48145 
(H8DG6), 1576 (X9DRi-F), 1574 (X9DRI-LN4F+), 1603 (X9SPU-F-O)
 ##              1600 (X9SCM-iiF)
 ## Event/Reading Type Code = 70h (OEM)
 ## Sensor Type = C0h (OEM)
@@ -991,5 +991,5 @@
 ##
 ## Note: Early Supermicro motherboards used the "Peppercon" Manufacturer ID
 #
-# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6
 0x70 0xC0 0x02 ANY ANY Critical
+# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6
 0x70 0xC0 0x02 ANY ANY Critical
 
##########################################################################################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/etc/freeipmi_interpret_sensor.conf 
new/freeipmi-1.4.5/etc/freeipmi_interpret_sensor.conf
--- old/freeipmi-1.4.4/etc/freeipmi_interpret_sensor.conf       2013-11-13 
22:56:50.000000000 +0100
+++ new/freeipmi-1.4.5/etc/freeipmi_interpret_sensor.conf       2014-07-15 
19:13:00.000000000 +0200
@@ -932,7 +932,7 @@
 ##                   5593 (Magnum Technologies, rebranded Supermicro board)
 ## Product ID = 4 (X7DBR-3, X7DB8, X8DTN, X7SBI-LN4), 43707 (X8DTH, X8DTG, 
X8DTU, X8DT3-LN4F), 1549 (X8DTU-6+),
 ##              6 (X8DTL, X8DTL-3F), 1541 (X8SIL-F), 1572 (X9SCL, X9SCM), 1551 
(X8DTN+-F), 1037 (X8SIE)
-##              1585 (X9SCA-F-O), 43025 (H8DGU-F), 1576 (X9DRi-F), 1574 
(X9DRI-LN4F+), 1603 (X9SPU-F-O)
+##              1585 (X9SCA-F-O), 43025 (H8DGU-F), 4520 (H8DGU), 48145 
(H8DG6), 1576 (X9DRi-F), 1574 (X9DRI-LN4F+), 1603 (X9SPU-F-O)
 ##              1600 (X9SCM-iiF)
 ## Event/Reading Type Code = 70h (OEM)
 ## Sensor Type = C0h (OEM)
@@ -944,11 +944,11 @@
 ##
 ## Note: Early Supermicro motherboards used the "Peppercon" Manufacturer ID
 #
-# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6
 0x70 0xC0 0x0000 Nominal
-# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6
 0x70 0xC0 0x0001 Warning
-# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6
 0x70 0xC0 0x0002 Warning
-# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6
 0x70 0xC0 0x0004 Critical
-# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6
 0x70 0xC0 0x0007 Warning
+# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6
 0x70 0xC0 0x0000 Nominal
+# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6
 0x70 0xC0 0x0001 Warning
+# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6
 0x70 0xC0 0x0002 Warning
+# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6
 0x70 0xC0 0x0004 Critical
+# IPMI_OEM_Value 
10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6
 0x70 0xC0 0x0007 Warning
 #
 
##########################################################################################################
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/freeipmi.spec 
new/freeipmi-1.4.5/freeipmi.spec
--- old/freeipmi-1.4.4/freeipmi.spec    2014-06-27 20:22:13.000000000 +0200
+++ new/freeipmi-1.4.5/freeipmi.spec    2014-07-28 19:52:25.000000000 +0200
@@ -3,7 +3,7 @@
 #
 
 %define name freeipmi
-%define version 1.4.4
+%define version 1.4.5
 %if %{?_with_debug:1}%{!?_with_debug:0}
 %define release 1.debug%{?dist}
 %else
@@ -491,7 +491,7 @@
 - Obsolete old subpackage freeipmi-ipmimonitoring.
 
 * Tue Dec 18 2007 Albert Chu <[email protected]> 0.6.0
-- Use %{version} instead of 1.4.4 for substitution in paths.
+- Use %{version} instead of 1.4.5 for substitution in paths.
 
 * Fri Dec 14 2007 Albert Chu <[email protected]> 0.6.0
 - Update packaging for libfreeipmi reorganization
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/ipmi-config/ipmi-config-category-chassis-boot-flags.c 
new/freeipmi-1.4.5/ipmi-config/ipmi-config-category-chassis-boot-flags.c
--- old/freeipmi-1.4.4/ipmi-config/ipmi-config-category-chassis-boot-flags.c    
2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/ipmi-config/ipmi-config-category-chassis-boot-flags.c    
2014-07-14 20:10:28.000000000 +0200
@@ -1133,7 +1133,7 @@
     "boot off of.  Most users may wish to select NO-OVERRIDE to select the "
     "configuration currently determined by the BIOS.  Note that the 
configuration "
     "value BIOS-SETUP refers to booting *into* the BIOS Setup, not from it.  
FLOPPY "
-    "may refer to any type of removeable media.  \"Device_Instance_Selector\" 
may "
+    "may refer to any type of removable media.  \"Device_Instance_Selector\" 
may "
     "be be used to select a specific device instance for booting.";
 
   assert (state_data);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h 
new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h
--- old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h  
2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h  
2014-07-14 20:10:28.000000000 +0200
@@ -204,7 +204,7 @@
 #define IPMI_COMP_CODE_SEND_MESSAGE_INVALID_SESSION_HANDLE                     
                                       0x80
 #define IPMI_COMP_CODE_SEND_MESSAGE_INVALID_SESSION_HANDLE_STR \
   "Invalid Session Handle.  The session handle does not match up with any " \
-  "curently active sessions for this channel."
+  "currently active sessions for this channel."
 
 #define IPMI_COMP_CODE_SEND_MESSAGE_LOST_ARBITRATION                           
                                       0x81
 #define IPMI_COMP_CODE_SEND_MESSAGE_LOST_ARBITRATION_STR \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h 
new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h
--- old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h 
2014-01-16 00:59:37.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h 
2014-07-15 19:13:00.000000000 +0200
@@ -233,6 +233,8 @@
 #define IPMI_SUPERMICRO_PRODUCT_ID_X8SIE           1037
 #define IPMI_SUPERMICRO_PRODUCT_ID_X9SCA_F_O       1585
 #define IPMI_SUPERMICRO_PRODUCT_ID_H8DGU_F         43025
+#define IPMI_SUPERMICRO_PRODUCT_ID_H8DG6           48145
+#define IPMI_SUPERMICRO_PRODUCT_ID_H8DGU           4520
 #define IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_LN4F_PLUS 1574
 
 /* Seen in the wild w/ proper IANA number 10876 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sel.c 
new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sel.c
--- old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sel.c        
2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sel.c        
2014-07-15 19:13:00.000000000 +0200
@@ -1565,6 +1565,16 @@
     return (-1);
 
   if (_interpret_sel_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+                                                              
IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+                                                              
IPMI_SUPERMICRO_PRODUCT_ID_H8DGU) < 0)
+    return (-1);
+
+  if (_interpret_sel_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+                                                              
IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+                                                              
IPMI_SUPERMICRO_PRODUCT_ID_H8DG6) < 0)
+    return (-1);
+
+  if (_interpret_sel_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
                                                               
IPMI_IANA_ENTERPRISE_ID_MAGNUM_TECHNOLOGIES,
                                                               
IPMI_SUPERMICRO_PRODUCT_ID_X8DTL_BASE) < 0)
     return (-1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sensor.c 
new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sensor.c
--- old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sensor.c     
2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sensor.c     
2014-07-15 19:13:00.000000000 +0200
@@ -1308,6 +1308,16 @@
     return (-1);
 
   if (_interpret_sensor_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+                                                                 
IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+                                                                 
IPMI_SUPERMICRO_PRODUCT_ID_H8DGU) < 0)
+    return (-1);
+
+  if (_interpret_sensor_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+                                                                 
IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+                                                                 
IPMI_SUPERMICRO_PRODUCT_ID_H8DG6) < 0)
+    return (-1);
+
+  if (_interpret_sensor_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
                                                                  
IPMI_IANA_ENTERPRISE_ID_MAGNUM_TECHNOLOGIES,
                                                                  
IPMI_SUPERMICRO_PRODUCT_ID_X8DTL_BASE) < 0)
     return (-1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-intel.c 
new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-intel.c
--- old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-intel.c  2014-01-16 
00:59:37.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-intel.c  2014-07-14 
20:10:28.000000000 +0200
@@ -948,7 +948,7 @@
              event_special_code_str = "Memory Hot-plug Timeout";
              break;
            case 
IPMI_SENSOR_TYPE_MEMORY_EVENT_DATA2_OEM_INTEL_QUANTA_QSSC_S4R_EVENT_SPECIAL_CODE_USER_INITIATED_CANCELATION:
-             event_special_code_str = "User-initiated cancelation";
+             event_special_code_str = "User-initiated cancellation";
              break;
            default:
              event_special_code_str = "Unknown";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-supermicro.c 
new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-supermicro.c
--- old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-supermicro.c     
2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-supermicro.c     
2014-07-15 19:13:00.000000000 +0200
@@ -153,6 +153,8 @@
               || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X8SIE
               || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SCA_F_O
               || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU_F
+              || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU
+              || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DG6
               || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_F
               || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_LN4F_PLUS
               || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SPU_F_O
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c 
new/freeipmi-1.4.5/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c
--- 
old/freeipmi-1.4.4/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c    
    2014-01-16 00:59:37.000000000 +0100
+++ 
new/freeipmi-1.4.5/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c    
    2014-07-15 19:13:00.000000000 +0200
@@ -2311,6 +2311,8 @@
              || product_id == IPMI_SUPERMICRO_PRODUCT_ID_X8SIE
              || product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SCA_F_O
              || product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU_F
+             || product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU
+             || product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DG6
              || product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_F
              || product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_LN4F_PLUS
              || product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SPU_F_O
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/freeipmi-1.4.4/libipmiconsole/ipmiconsole_processing.c 
new/freeipmi-1.4.5/libipmiconsole/ipmiconsole_processing.c
--- old/freeipmi-1.4.4/libipmiconsole/ipmiconsole_processing.c  2014-02-21 
15:43:25.000000000 +0100
+++ new/freeipmi-1.4.5/libipmiconsole/ipmiconsole_processing.c  2014-07-01 
19:13:21.000000000 +0200
@@ -2439,7 +2439,7 @@
           && max_outbound_payload_size >= IPMICONSOLE_MIN_CHARACTER_DATA + 
sol_hdr_len
           && max_outbound_payload_size <= IPMICONSOLE_MAX_CHARACTER_DATA + 
sol_hdr_len)
         {
-          c->session.max_sol_character_send_size = max_outbound_payload_size - 
sol_hdr_len;
+          c->session.max_sol_character_send_size = max_inbound_payload_size - 
sol_hdr_len;
           return (1);
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/man/ipmi-oem.8.pre.in 
new/freeipmi-1.4.5/man/ipmi-oem.8.pre.in
--- old/freeipmi-1.4.4/man/ipmi-oem.8.pre.in    2014-03-13 16:12:58.000000000 
+0100
+++ new/freeipmi-1.4.5/man/ipmi-oem.8.pre.in    2014-07-14 20:10:28.000000000 
+0200
@@ -138,7 +138,7 @@
 This OEM command will set the current SSH configuration on the IPMI
 card.  The possible keys and values are \fIssh=enable|disable\fR,
 \fIidletimeout=seconds\fR, and \fIportnumber=num\fR.  Multiple
-key=value pairs may be specified.  If no key=value pairs are specifed,
+key=value pairs may be specified.  If no key=value pairs are specified,
 available pairs are output.  Some fields may be read-only on specific
 Poweredge systems.  Command confirmed to work on Dell Poweredge R610
 and R710 (Dell 11G Poweredge systems).
@@ -153,7 +153,7 @@
 card.  The possible keys and values are \fItelnet=enable|disable\fR,
 \fIsessiontimeout=seconds\fR, \fIportnumber=num\fR, and
 \fI7fls=enable|disable\fR.  Multiple key=value pairs may be specified.
-If no key=value pairs are specifed, available pairs are output.  Some
+If no key=value pairs are specified, available pairs are output.  Some
 fields may be read-only on specific Poweredge systems.  Command
 confirmed to work on Dell Poweredge R610 and R710 (Dell 11G Poweredge
 systems).
@@ -168,7 +168,7 @@
 IPMI card.  The possible keys and values are
 \fIwebserver=enable|disable\fR, \fIsessiontimeout=seconds\fR,
 \fIhttpportnumber=num\fR, and \fIhttpsportnumber=num\fR.  Multiple
-key=value pairs may be specified.  If no key=value pairs are specifed,
+key=value pairs may be specified.  If no key=value pairs are specified,
 available pairs are output.  Some fields may be read-only on specific
 Poweredge systems.  Command confirmed to work on Dell Poweredge R610
 and R710 (Dell 11G Poweredge systems).
@@ -202,7 +202,7 @@
 \fIgcfilter3=string\fR,
 \}
 and \fIcertificatevalidation=enable|disable\fR.  If no key=value pairs
-are specifed, available pairs are output.  Some fields may be
+are specified, available pairs are output.  Some fields may be
 read-only on specific Poweredge systems.  Command confirmed to work on
 Dell Poweredge R610 and R710 (Dell 11G Poweredge systems).
 .TP
@@ -417,7 +417,7 @@
 \fIsubject=string\fR, \fImessagecontent=string\fR,
 \fIsenderemailaddress=string\fR, and \fIsmtphostname=string\fR.
 Multiple key=value pairs may be specified.  If no key=value pairs are
-specifed, available pairs are output.  Command confirmed to work on
+specified, available pairs are output.  Command confirmed to work on
 Intel S5500WB (Penguin Computing Relion 700) and Intel S2600JF (Appro 512X).
 .TP
 .B get-power-restore-delay 
@@ -727,7 +727,7 @@
 any of the settings will disable the lockout feature.  Each time any
 of these settings is modified, the authentication failure count of
 each enabled user is reset to 0.  Multiple key=value pairs may be
-specified.  If no key=value pairs are specifed, available pairs are
+specified.  If no key=value pairs are specified, available pairs are
 output.  Command confirmed to work on Inventec 5441/5442 (Dell Xanadu
 II/III).
 .TP
@@ -761,7 +761,7 @@
 should be assigned from the DHCP server.  \fIdnsdomainname\fR
 specifies the DNS domain name string.  This field is read only if
 \fIdnsdomainnamedhcp\fR is enabled.  Multiple key=value pairs may be
-specified.  If no key=value pairs are specifed, available pairs are
+specified.  If no key=value pairs are specified, available pairs are
 output.  Command confirmed to work on Inventec 5441/5442 (Dell Xanadu
 II/III).
 .TP
@@ -775,7 +775,7 @@
 IPMI card.  The possible keys and values are
 \fIwebserver=enable|disable\fR, \fIwebservertimeout=seconds\fR,
 \fIhttpportnumber=num\fR, and \fIhttpsportnumber=num\fR.  Multiple
-key=value pairs may be specified.  If no key=value pairs are specifed,
+key=value pairs may be specified.  If no key=value pairs are specified,
 available pairs are output.  Command confirmed to work on Inventec
 5441/5442 (Dell Xanadu II/III).
 .TP
@@ -796,7 +796,7 @@
 minimum and maximum configured, and \fIuser\fR uses the user defined
 time defined by \fIpowerondelay\fR.  \fIpowerondelay\fR must be within
 the minimum and maximum power on delay times.  Multiple key=value
-pairs may be specified.  If no key=value pairs are specifed, available
+pairs may be specified.  If no key=value pairs are specified, available
 pairs are output.  Command confirmed to work on Inventec 5441/5442
 (Dell Xanadu II/III).
 .TP
@@ -996,7 +996,7 @@
 should be assigned from the DHCP server.  \fIdnsdomainname\fR
 specifies the DNS domain name string.  This field is read only if
 \fIdnsdomainnamedhcp\fR is enabled.  Multiple key=value pairs may be
-specified.  If no key=value pairs are specifed, available pairs are
+specified.  If no key=value pairs are specified, available pairs are
 output.  Command confirmed to work on Quanta S99Q (Dell FS12-TY).
 .TP
 .B get-web-server-config
@@ -1008,7 +1008,7 @@
 IPMI card.  The possible keys and values are
 \fIwebserver=enable|disable\fR, \fIwebservertimeout=seconds\fR,
 \fIhttpportnumber=num\fR, and \fIhttpsportnumber=num\fR.  Multiple
-key=value pairs may be specified.  If no key=value pairs are specifed,
+key=value pairs may be specified.  If no key=value pairs are specified,
 available pairs are output.  Command confirmed to work on Quanta S99Q
 (Dell FS12-TY).
 .TP
@@ -1029,7 +1029,7 @@
 minimum and maximum configured, and \fIuser\fR uses the user defined
 time defined by \fIpowerondelay\fR.  \fIpowerondelay\fR must be within
 the minimum and maximum power on delay times.  Multiple key=value
-pairs may be specified.  If no key=value pairs are specifed, available
+pairs may be specified.  If no key=value pairs are specified, available
 pairs are output.  Command confirmed to work on Quanta S99Q (Dell
 FS12-TY).
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/man/ipmi-sensors.8.pre.in 
new/freeipmi-1.4.5/man/ipmi-sensors.8.pre.in
--- old/freeipmi-1.4.4/man/ipmi-sensors.8.pre.in        2014-01-16 
00:59:37.000000000 +0100
+++ new/freeipmi-1.4.5/man/ipmi-sensors.8.pre.in        2014-07-14 
20:10:28.000000000 +0200
@@ -25,7 +25,7 @@
 by a BMC.  Sensors may output a sensor event of "Unknown" if the
 sensor reading cannot be read.  This is typical of a sensor that is
 busy or a reading that cannot be calculated.  If sensors report
-"Unrecognized State", it is indicative of an unkown sensor type,
+"Unrecognized State", it is indicative of an unknown sensor type,
 typically an OEM sensor.  If the sensor OEM interpretation is
 available, the \fB\-\-interpret\-oem\-data\fR may be able to report
 the appropriate sensor state.  Sensors need not always report a sensor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freeipmi-1.4.4/man/libipmiconsole.3.pre.in 
new/freeipmi-1.4.5/man/libipmiconsole.3.pre.in
--- old/freeipmi-1.4.4/man/libipmiconsole.3.pre.in      2014-01-04 
00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/man/libipmiconsole.3.pre.in      2014-07-12 
00:04:41.000000000 +0200
@@ -60,9 +60,15 @@
 underlying IPMI/SOL details away from the user into a relatively
 simple file descriptor interface.
 
+Alternate default configuration value can be set for
+.B Libipmiconsole
+via the libipmiconsole.conf file.  See
+. B libipmiconsole.conf(5)
+for more information.
 
 .SH "FILES"
 /usr/include/ipmiconsole.h
+@LIBIPMICONSOLE_CONFIG_FILE_DEFAULT@
 
 #include <@top_srcdir@/man/manpage-common-reporting-bugs.man>
 .SH COPYRIGHT
@@ -71,5 +77,5 @@
 Copyright (C) 2006-2007 The Regents of the University of California.
 #include <@top_srcdir@/man/manpage-common-gpl-library-text.man>
 .SH "SEE ALSO"
-ipmiconsole(8)
+libipmiconsole.conf(5), ipmiconsole(8)
 #include <@top_srcdir@/man/manpage-common-homepage.man>

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

Reply via email to