Hello community,

here is the log from the commit of package openhpi for openSUSE:Factory checked 
in at 2015-09-24 06:13:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openhpi (Old)
 and      /work/SRC/openSUSE:Factory/.openhpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openhpi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openhpi/openhpi.changes  2015-02-13 
08:34:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openhpi.new/openhpi.changes     2015-09-24 
06:13:43.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Sep 17 14:24:54 UTC 2015 - abergm...@suse.com
+
+- added openhpi-3.6.0_fix_net-snmp_disable_MD5.patch:
+  If MD5 is disabled in net-snmp we have to disable the used MD5
+  function in plugins/snmp_bc/snmp_bc_session.c as well. (bsc#944302)
+
+-------------------------------------------------------------------
+Mon Sep  7 11:12:23 UTC 2015 - kkae...@suse.com
+
+- Update to version 3.6.0
+  * Stable release
+  * /var/log/openhpi security fix
+  * Fixes for new OS Releases, new GLIB, ssl etc
+  * Many bugfixes
+
+- drop openhpi-3.5.0_sort_hash_output.patch, is upstream
+
+-------------------------------------------------------------------

Old:
----
  openhpi-3.5.0.tar.gz
  openhpi-3.5.0_sort_hash_output.patch

New:
----
  openhpi-3.6.0.tar.gz
  openhpi-3.6.0_fix_net-snmp_disable_MD5.patch

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

Other differences:
------------------
++++++ openhpi.spec ++++++
--- /var/tmp/diff_new_pack.PMEuYy/_old  2015-09-24 06:13:44.000000000 +0200
+++ /var/tmp/diff_new_pack.PMEuYy/_new  2015-09-24 06:13:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openhpi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %endif
 
 Name:           openhpi
-Version:        3.5.0
+Version:        3.6.0
 Release:        0
 #
 #
@@ -45,14 +45,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #
 Url:            http://sourceforge.net/projects/openhpi/
-# 
http://sourceforge.net/projects/openhpi/files/openhpi-stable/3.5.0/openhpi-3.5.0.tar.gz/download
+# 
http://sourceforge.net/projects/openhpi/files/openhpi-stable/3.6.0/openhpi-3.6.0.tar.gz/download
 Source:         openhpi-%{version}.tar.gz
 Source1:        openhpi-rpmlintrc
 Source2:        AUTHORS
 Patch:          unlink-pidfile-on-error.patch
-Patch3:         openhpi-3.4.0-systemd.patch
-# PATCH-UPSTREAM taken from http://sourceforge.net/p/openhpi/bugs/1866/ 
boo#915949
-Patch4:         openhpi-3.5.0_sort_hash_output.patch
+Patch2:         openhpi-3.4.0-systemd.patch
+Patch3:         openhpi-3.6.0_fix_net-snmp_disable_MD5.patch
 #
 Summary:        Implementation of SA Forum's Hardware Platform Interface (HPI)
 License:        BSD-3-Clause
@@ -145,9 +144,9 @@
 %setup -q
 %patch -p1
 %if 0%{?has_systemd}
-%patch3 -p1
+%patch2 -p1
 %endif
-%patch4
+%patch3 -p1
 
 %build
 cp %{S:2} .
@@ -180,7 +179,7 @@
     %{buildroot}/var/lib/openhpi
 %{__install} -m 0644 openhpi.conf.example 
%{buildroot}%{_sysconfdir}/openhpi/openhpi.conf
 #%{__cp} -a README COPYING docs/hld/openhpi-manual 
%{buildroot}%{_docdir}/%{name}/
-%{__rm} -rv %{buildroot}%{_datadir}/doc/%{name}-%{version}
+%{__rm} -rv %{buildroot}%{_datadir}/doc/%{name}
 %{__rm} -v %{buildroot}%{_libdir}/{,openhpi/}*.la
 
 %post -p /sbin/ldconfig
@@ -221,7 +220,7 @@
 %defattr(-,root,root,0755)
 %dir %attr(0750,root,root) %{_sysconfdir}/openhpi
 %config(noreplace) %attr(0640,root,root) %{_sysconfdir}/openhpi/*
-%doc AUTHORS README *.example
+%doc ChangeLog COPYING AUTHORS README README.daemon *.example
 #%doc %{_docdir}/%{name}/
 %dir /var/lib/openhpi
 %dir %{_libdir}/openhpi

++++++ openhpi-3.4.0-systemd.patch ++++++
--- /var/tmp/diff_new_pack.PMEuYy/_old  2015-09-24 06:13:44.000000000 +0200
+++ /var/tmp/diff_new_pack.PMEuYy/_new  2015-09-24 06:13:44.000000000 +0200
@@ -12,11 +12,10 @@
  3 files changed, 30 insertions(+)
  create mode 100644 openhpid/openhpid.service.in
 
-diff --git a/configure.ac b/configure.ac
-index e538fb4..80157af 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -709,6 +709,17 @@ AC_ARG_ENABLE([man],
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-openhpi-3.6.0/configure.ac 
./configure.ac
+--- ../orig-openhpi-3.6.0/configure.ac 2015-08-27 02:34:49.000000000 +0200
++++ ./configure.ac     2015-09-07 13:51:26.152236573 +0200
+@@ -715,6 +715,17 @@
          AC_SUBST(MAN,"")
      fi])
  
@@ -34,7 +33,7 @@
  AC_CONFIG_FILES([openhpi.spec
          openhpi.pc
          rt-env.sh
-@@ -751,6 +762,7 @@ AC_CONFIG_FILES([openhpi.spec
+@@ -757,6 +768,7 @@
          docs/man/Makefile
          openhpid/Makefile
          openhpid/openhpid.sh
@@ -42,11 +41,10 @@
          openhpid/t/Makefile
          openhpid/t/ohpi/Makefile
          hpi_shell/Makefile
-diff --git a/openhpid/Makefile.am b/openhpid/Makefile.am
-index bccbce5..bfc6e73 100644
---- a/openhpid/Makefile.am
-+++ b/openhpid/Makefile.am
-@@ -28,6 +28,7 @@ DIST_SUBDIRS = t
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-openhpi-3.6.0/openhpid/Makefile.am 
./openhpid/Makefile.am
+--- ../orig-openhpi-3.6.0/openhpid/Makefile.am 2015-08-27 02:34:59.000000000 
+0200
++++ ./openhpid/Makefile.am     2015-09-07 13:51:26.152236573 +0200
+@@ -28,6 +28,7 @@
  
  EXTRA_DIST            = \
      openhpid.sh.in \
@@ -54,7 +52,7 @@
      Makefile.mingw32 \
      openhpid-win32.cpp \
      version.rc
-@@ -83,11 +84,17 @@ endif
+@@ -83,11 +84,17 @@
  
  
  install-data-local:
@@ -72,11 +70,9 @@
        
  clean-local:
        rm -f *~ core core.* 
-diff --git a/openhpid/openhpid.service.in b/openhpid/openhpid.service.in
-new file mode 100644
-index 0000000..69b1348
---- /dev/null
-+++ b/openhpid/openhpid.service.in
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openhpi-3.6.0/openhpid/openhpid.service.in 
./openhpid/openhpid.service.in
+--- ../orig-openhpi-3.6.0/openhpid/openhpid.service.in 1970-01-01 
01:00:00.000000000 +0100
++++ ./openhpid/openhpid.service.in     2015-09-07 13:51:26.152236573 +0200
 @@ -0,0 +1,11 @@
 +[Unit]
 +Description=Daemon providing access to the SAF Hardware Platform Interface

++++++ openhpi-3.5.0.tar.gz -> openhpi-3.6.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/openhpi/openhpi-3.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.openhpi.new/openhpi-3.6.0.tar.gz differ: char 5, 
line 1

++++++ openhpi-3.6.0_fix_net-snmp_disable_MD5.patch ++++++
diff -Nurp openhpi-3.6.0-orig/plugins/snmp_bc/snmp_bc_session.c 
openhpi-3.6.0/plugins/snmp_bc/snmp_bc_session.c
--- openhpi-3.6.0-orig/plugins/snmp_bc/snmp_bc_session.c        2015-09-17 
12:40:43.357513842 +0200
+++ openhpi-3.6.0/plugins/snmp_bc/snmp_bc_session.c     2015-09-17 
13:54:53.386358885 +0200
@@ -201,14 +201,17 @@ void *snmp_bc_open(GHashTable *handler_c
                                }
                                
                                custom_handle->session.securityLevel = 
SNMP_SEC_LEVEL_AUTHNOPRIV;
+#ifndef DISABLE_MD5
                                if (!authtype || !g_ascii_strncasecmp(authtype, 
"MD5", sizeof("MD5"))) {
                                        
custom_handle->session.securityAuthProto = usmHMACMD5AuthProtocol;
                                        
custom_handle->session.securityAuthProtoLen = USM_AUTH_PROTO_MD5_LEN;
-                               } else if (!g_ascii_strncasecmp(authtype, 
"SHA", sizeof("SHA"))) {
+                               } else 
+#endif
+                               if (!g_ascii_strncasecmp(authtype, "SHA", 
sizeof("SHA"))) {
                                        
custom_handle->session.securityAuthProto = usmHMACSHA1AuthProtocol;
                                        
custom_handle->session.securityAuthProtoLen = USM_AUTH_PROTO_SHA_LEN;
                                } else {
-                                       err("Unrecognized authenication 
type=%s.", authtype); 
+                                       err("Unrecognized or unsupported 
authenication type=%s.", authtype); 
                                        return NULL;
                                }
                                
++++++ unlink-pidfile-on-error.patch ++++++
--- /var/tmp/diff_new_pack.PMEuYy/_old  2015-09-24 06:13:44.000000000 +0200
+++ /var/tmp/diff_new_pack.PMEuYy/_new  2015-09-24 06:13:44.000000000 +0200
@@ -1,6 +1,7 @@
---- orig-openhpi-3.0.0/openhpid/openhpid-posix.cpp     2011-10-17 
17:57:33.000000000 +0200
-+++ openhpi-3.0.0/openhpid/openhpid-posix.cpp  2011-10-19 13:01:46.000000000 
+0200
-@@ -420,6 +420,7 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openhpi-3.6.0/openhpid/openhpid-posix.cpp ./openhpid/openhpid-posix.cpp
+--- ../orig-openhpi-3.6.0/openhpid/openhpid-posix.cpp  2015-08-27 
02:34:59.000000000 +0200
++++ ./openhpid/openhpid-posix.cpp      2015-09-07 13:50:10.880957904 +0200
+@@ -432,6 +432,7 @@
      INFO("Socket timeout(sec): %d.", sock_timeout);
  
      if (oh_init()) { // Initialize OpenHPI


Reply via email to