Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2016-06-29 15:04:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and      /work/SRC/openSUSE:Factory/.samba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "samba"

Changes:
--------
--- /work/SRC/openSUSE:Factory/samba/samba.changes      2016-06-13 
21:49:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2016-06-29 
15:04:20.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Jun 22 10:49:02 UTC 2016 - jmcdono...@suse.com
+
+- Remove obsolete syslog.target; (bsc#983938).
+
+-------------------------------------------------------------------
+Tue Jun 14 17:49:59 UTC 2016 - jmcdono...@suse.com
+
+- Honor smb.conf socket options in winbind; (bsc#975131).
+
+-------------------------------------------------------------------
+Thu Jun  9 17:12:14 UTC 2016 - jmcdono...@suse.com
+
+- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522). 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.wGYJmz/_old  2016-06-29 15:04:21.000000000 +0200
+++ /var/tmp/diff_new_pack.wGYJmz/_new  2016-06-29 15:04:21.000000000 +0200
@@ -142,7 +142,7 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3670
+%define SOURCE_TIMESTAMP 3676
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0

++++++ patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/9a274d9ae76ddad9a0b609bddfa007afee61c0ca 
new/patches/samba.org/9a274d9ae76ddad9a0b609bddfa007afee61c0ca
--- old/patches/samba.org/9a274d9ae76ddad9a0b609bddfa007afee61c0ca      
1970-01-01 01:00:00.000000000 +0100
+++ new/patches/samba.org/9a274d9ae76ddad9a0b609bddfa007afee61c0ca      
2016-06-20 16:44:30.000000000 +0200
@@ -0,0 +1,24 @@
+commit 9a274d9ae76ddad9a0b609bddfa007afee61c0ca
+Author: Jim McDonough <j...@samba.org>
+Date:   Wed Jun 15 15:57:01 2016 -0400
+
+    winbind: honor 'socket options' in winbind
+    
+    Set socket options from smb.conf before negprot, as done by libsmbclient
+    
+    Signed-off-by: Jim McDonough <j...@samba.org>
+    Reviewed-by: Jeremy Allison <j...@samba.org>
+
+Index: source3/winbindd/winbindd_cm.c
+===================================================================
+--- source3/winbindd/winbindd_cm.c.orig
++++ source3/winbindd/winbindd_cm.c
+@@ -1048,6 +1048,8 @@ static NTSTATUS cm_prepare_connection(st
+ 
+       cli_set_timeout(*cli, 10000); /* 10 seconds */
+ 
++      set_socket_options(sockfd, lp_socket_options());
++
+       result = smbXcli_negprot((*cli)->conn, (*cli)->timeout,
+                                lp_client_ipc_min_protocol(),
+                                lp_client_ipc_max_protocol());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/series new/patches/series
--- old/patches/series  2016-05-18 12:53:53.000000000 +0200
+++ new/patches/series  2016-06-20 16:45:51.000000000 +0200
@@ -5,6 +5,7 @@
 # allows quilt to work in the usual way (= outside of our RPM spec file).
 
 # Samba patches from upstream, git.samba.org
+samba.org/9a274d9ae76ddad9a0b609bddfa007afee61c0ca -p0 # bsc 975131
 samba.org/fix_pc_dependencies.diff -p0
 
 # SuSE specific changes


++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/systemd/nmb.service 
new/vendor-files/systemd/nmb.service
--- old/vendor-files/systemd/nmb.service        2014-08-14 15:36:26.000000000 
+0200
+++ new/vendor-files/systemd/nmb.service        2016-06-22 12:43:12.000000000 
+0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=Samba NMB Daemon
-After=syslog.target network.target
+After=network.target
 
 [Service]
 Type=notify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/systemd/smb.service 
new/vendor-files/systemd/smb.service
--- old/vendor-files/systemd/smb.service        2014-08-14 15:36:26.000000000 
+0200
+++ new/vendor-files/systemd/smb.service        2016-06-22 12:43:35.000000000 
+0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=Samba SMB Daemon
-After=syslog.target network.target nmb.service winbind.service
+After=network.target nmb.service winbind.service
 
 [Service]
 Type=notify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/systemd/winbind.service 
new/vendor-files/systemd/winbind.service
--- old/vendor-files/systemd/winbind.service    2015-06-24 12:54:42.000000000 
+0200
+++ new/vendor-files/systemd/winbind.service    2016-06-22 12:43:23.000000000 
+0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=Samba Winbind Daemon
-After=syslog.target network-online.target nmb.service
+After=network-online.target nmb.service
 Wants=network-online.target
 Before=nss-user-lookup.target
 Wants=nss-user-lookup.target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/tools/package-data 
new/vendor-files/tools/package-data
--- old/vendor-files/tools/package-data 2016-06-09 14:14:10.000000000 +0200
+++ new/vendor-files/tools/package-data 2016-06-22 12:54:25.000000000 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3670"
+SAMBA_PACKAGE_SVN_VERSION="3676"


Reply via email to