Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-09-26 10:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-09-05 
13:00:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-09-26 
10:51:46.000000000 +0200
@@ -1,0 +2,66 @@
+Thu Sep 25 12:44:48 UTC 2014 - lmue...@suse.com
+
+- Exclude unwanted libdnsserver_common and libdfs_server_ad shared libs and
+  the man page of the unused findsmb script.
+
+-------------------------------------------------------------------
+Tue Sep 23 16:55:55 UTC 2014 - dd...@suse.com
+
+- Skip groups that aren't mapped by idmap_ad; (bso#10824); (bnc#897969).
+
+-------------------------------------------------------------------
+Tue Sep 23 12:02:16 UTC 2014 - lmue...@suse.com
+
+- Update to 4.1.12.
+  + s3: winbindd: On new client connect, prune idle or hung connections older
+    than "winbind request timeout". Add new parameter "winbind request
+    timeout". Please see smb.conf man page for details; (bso#3204).
+  + Fix smbd crashes when filename contains non-ascii character; (bso#10716).
+  + s4-rpc: dnsserver: Handle updates of tombstoned dnsNode objects;
+    (bso#10749).
+
+  + passdb: Fix NT_STATUS_NO_SUCH_GROUP; (bso#9570).
+  + s4:setup/dns_update_list: make use of the new substitution variables;
+    (bso#9831).
+  + build: Fix configure to honour '--without-dmapi'; (bso#10369).
+  + provision: Correctly provision the SOA record minimum TTL; (bso#10466).
+  + s3: Enforce a positive allocation_file_size for non-empty files;
+    (bso#10543).
+  + lib: tevent: make TEVENT_SIG_INCREMENT atomic; (bso#10640).
+  + Make "case sensitive = True" option working with "max protocol = SMB2" or
+    higher in large directories; (bso#10650).
+  + Samba 4 consuming a lot of CPU when re-reading printcap info; (bso#10652).
+  + lib: strings: Simplify strcasecmp; (bso#10716).
+  + Allow netr_ServerReqChallenge() and netr_ServerAuthenticate3() on different
+    connections; (bso#10723).
+  + 'net time': Fix usage and core dump; (bso#10728).
+  + sys_poll_intr: Fix timeout arithmetic; (bso#10731).
+  + s3:idmap: Don't log missing range config if range checking not requested;
+    (bso#10737).
+  + Fix flapping VFS gpfs offline bit; (bso#10741).
+  + s4-rpc: dnsserver: Allow . to be specified for @ record; (bso#10742).
+  + s4-rpc: dnsserver: return DNS_RANK_NS_GLUE recors when explicitly asked
+    for; (bso#10751).
+  + samba: Retain case sensitivity of cifs client; (bso#10755).
+  + lib: Remove unused nstrcpy; (bso#10758).
+  + Fix a memory leak in cli_set_mntpoint(); (bso#10759).
+  + docs: Fix typos in smb.conf (inherit acls); (bso#10761).
+  + libcli/security: Add better detection of SECINFO_[UN]PROTECTED_[D|S]ACL in
+    get_sec_info(); (bso#10773).
+  + s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in
+    incoming security_information flags in posix_get_nt_acl_common();
+    (bso#10773).
+  + Don't discard result of checking grouptype; (bso#10777).
+  + s3:libsmb: Set a max charge for SMB2 connections; (bso#10778).
+  + smbd: Properly initialize mangle_hash; (bso#10782).
+  + dosmode: Fix FSCTL_SET_SPARSE request validation; (bso#10787).
+  + vfs_dirsort: Fix an off-by-one error that can cause uninitialized memory
+    read; (bso#10794).
+
+-------------------------------------------------------------------
+Thu Sep 18 16:59:49 UDT 2014 - jmcdono...@suse.com
+
+- Wait for network-online.target to prevent caching of
+  pre-network failures; (bnc#889175).
+
+-------------------------------------------------------------------

Old:
----
  samba-4.1.11.tar.asc
  samba-4.1.11.tar.gz

New:
----
  samba-4.1.12.tar.asc
  samba-4.1.12.tar.gz

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.8qYKXW/_old  2014-09-26 10:51:47.000000000 +0200
+++ /var/tmp/diff_new_pack.8qYKXW/_new  2014-09-26 10:51:47.000000000 +0200
@@ -121,7 +121,7 @@
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
 %endif
-%define        samba_ver 4.1.11
+%define        samba_ver 4.1.12
 %define        samba_ver_suffix %nil
 %if "%{samba_ver_suffix}" == ""
 %define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@@ -145,11 +145,11 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3283
+%define SOURCE_TIMESTAMP 3289
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
-Version:        4.1.11
+Version:        4.1.12
 Release:        0
 Url:            http://www.samba.org/
 Provides:       samba-gplv3 = %{version}
@@ -1269,9 +1269,12 @@
        DESTDIR=%{buildroot} \
        CONFIGDIR=%{CONFIGDIR}
 
-# remove ildap.so and ldbsamba_extensions.so from %{_libdir}/samba/ldb
+# debug symbols are created and installed if the files are excluded only
 %if ! %with_dc
-rm -r %{buildroot}/%{_libdir}/samba/ldb
+rm %{buildroot}/%{_libdir}/samba/ldb/ildap.so \
+       %{buildroot}/%{_libdir}/samba/ldb/ldbsamba_extensions.so \
+       %{buildroot}/%{_libdir}/samba/libdnsserver_common.so \
+       %{buildroot}/%{_libdir}/samba/libdfs_server_ad.so
 %endif
 
 # Clean out files left behind by the PIDL install.
@@ -1855,7 +1858,7 @@
 %dir %{_libdir}/samba
 %{_libdir}/samba/charset
 %doc %{_mandir}/man1/dbwrap_tool.1.*
-%doc %{_mandir}/man1/findsmb.1.*
+%exclude %doc %{_mandir}/man1/findsmb.1.*
 %doc %{_mandir}/man1/log2pcap.1.*
 %doc %{_mandir}/man1/nmblookup.1.*
 %doc %{_mandir}/man1/nmblookup4.1.*
@@ -1997,7 +2000,6 @@
 %{_libdir}/samba/libdbwrap.so
 %{_libdir}/samba/libdcerpc-samba.so
 %{_libdir}/samba/libdcerpc-samba4.so
-%{_libdir}/samba/libdfs_server_ad.so
 %{_libdir}/samba/libdsdb-module.so
 %{_libdir}/samba/liberrors.so
 %{_libdir}/samba/libevents.so

++++++ patches.tar.bz2 ++++++
++++ 1877 lines of diff (skipped)

++++++ samba-4.1.11.tar.gz -> samba-4.1.12.tar.gz ++++++
/work/SRC/openSUSE:Factory/samba/samba-4.1.11.tar.gz 
/work/SRC/openSUSE:Factory/.samba.new/samba-4.1.12.tar.gz differ: char 5, line 1

++++++ vendor-files.tar.bz2 ++++++
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    2014-07-23 12:50:30.000000000 
+0200
+++ new/vendor-files/systemd/winbind.service    2014-09-23 13:11:08.000000000 
+0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=Samba Winbind Daemon
-After=syslog.target network.target nmb.service
+After=syslog.target network-online.target nmb.service
 
 [Service]
 Type=notify
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 2014-08-28 12:07:53.000000000 +0200
+++ new/vendor-files/tools/package-data 2014-09-25 16:53:25.000000000 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3283"
+SAMBA_PACKAGE_SVN_VERSION="3289"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to