Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2017-03-13 15:30:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and      /work/SRC/openSUSE:Factory/.samba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "samba"

Mon Mar 13 15:30:18 2017 rev:209 rq:478020 version:4.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/samba/samba.changes      2017-03-01 
23:39:45.646075803 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2017-03-13 
15:30:25.936149714 +0100
@@ -8,0 +9,5 @@
+Thu Jan 26 21:23:06 UTC 2017 - dmul...@suse.com
+
+- add missing patch for libnss_wins segfault; (bsc#995730).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c 
new/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c
--- old/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c      
1970-01-01 01:00:00.000000000 +0100
+++ new/patches/samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c      
2017-03-08 20:29:46.000000000 +0100
@@ -0,0 +1,33 @@
+From d8a5565ae647352d11d622bd4e73ff4568678a7c Mon Sep 17 00:00:00 2001
+From: Andreas Schneider <a...@samba.org>
+Date: Mon, 19 Sep 2016 16:21:31 +0200
+Subject: [PATCH] waf: Explicitly link against libnss_wins.so
+
+If we do not specify replace as a depencency here, it will not link to
+libreplace using an rpath.
+
+BUG: https://bugzilla.samba.org/show_bug.cgi?id=12277
+
+Signed-off-by: Andreas Schneider <a...@samba.org>
+Reviewed-by: Jeremy Allison <j...@samba.org>
+Reviewed-by: Jim McDonough <j...@samba.org>
+
+Autobuild-User(master): Jim McDonough <j...@samba.org>
+Autobuild-Date(master): Tue Sep 20 08:00:08 CEST 2016 on sn-devel-144
+---
+ nsswitch/wscript_build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: nsswitch/wscript_build
+===================================================================
+--- nsswitch/wscript_build.orig
++++ nsswitch/wscript_build
+@@ -42,7 +42,7 @@ if (Utils.unversioned_sys_platform() ==
+     bld.SAMBA3_LIBRARY('nss_wins',
+                        keep_underscore=True,
+                        source='wins.c',
+-                       deps='''wbclient''',
++                       deps='wbclient replace',
+                        public_headers=[],
+                        public_headers_install=False,
+                        pc_files=[],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/series new/patches/series
--- old/patches/series  2017-01-25 18:22:25.586373356 +0100
+++ new/patches/series  2017-03-08 20:29:22.000000000 +0100
@@ -8,6 +8,7 @@
 samba.org/fix_pc_dependencies.diff -p0
 samba.org/0001-VFS-convert-to-using-ceph_statx-structures-and-funct.patch -p0 
# bsc 1021933
 samba.org/0002-vfs-ceph-convert-to-new-DBG_-macros.patch -p0 # bsc 1021933
+samba.org/d8a5565ae647352d11d622bd4e73ff4568678a7c -p0 # bnc 995730
 
 # SuSE specific changes
 suse/net-kdc-lookup.diff -p0 # perform dns-only lookup for kdcs, bnc 295284



Reply via email to