Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2015-09-09 20:20:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-08-19 
13:40:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2015-09-09 
20:20:43.000000000 +0200
@@ -1,0 +2,49 @@
+Tue Sep  8 16:40:50 UTC 2015 - lmue...@suse.com
+
+- Update to 4.3.0.
+  + Samba "map to guest = Bad uid" doesn't work; (bso#9862).
+  + revert LDAP extended rule 1.2.840.113556.1.4.1941
+    LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493).
+  + No objectClass found in replPropertyMetaData on ordinary objects
+    (non-deleted); (bso#10973).
+  + Stream names with colon don't work with fruit:encoding = native;
+    (bso#11278).
+  + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291).
+  + tevent_fd needs to be destroyed before closing the fd; (bso#11316).
+  + "force group" with local group not working; (bso#11320).
+  + strsep is not available on Solaris; (bso#11359).
+  + smbtorture does not build when configured --with-system-mitkrb5;
+    (bso#11411).
+  + Build with GPFS support is broken; (bso#11421).
+  + Build broken with --disable-python; (bso#11424).
+  + net share allowedusers crashes; (bso#11426).
+  + nmbd incorrectly matches netbios names as own name; (bso#11427).
+  + Python bindings don't check integer types; (bso#11429).
+  + Python bindings don't check array sizes; (bso#11430).
+  + CTDB's eventscript error handling is broken; (bso#11431).
+  + Fix crash in nested ctdb banning; (bso#11432).
+  + Cannot build ctdbpmda; (bso#11434).
+  + samba-tool uncaught exception error; (bso#11436).
+  + Crash in notify_remove caused by change notify = no; (bso#11444).
+  + Poor SMB3 encryption performance with AES-GCM; (bso#11451).
+  + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451).
+  + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455).
+  + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and
+    install; (bso#11458).
+  + xid2sid gives inconsistent results; (bso#11464).
+  + ctdb: Fix the build on FreeBSD 10.1; (bso#11465).
+  + Handling of 0 byte resource fork stream; (bso#11467).
+  + AD samr GetGroupsForUser fails for users with "()" in their name;
+    (bso#11488).
+
+-------------------------------------------------------------------
+Tue Sep  8 10:59:47 UTC 2015 - lmue...@suse.com
+
+- Do not provide and obsolete libpdb0 from libsamba-passdb0; (bnc#942716).
+
+-------------------------------------------------------------------
+Mon Aug 31 22:34:57 UTC 2015 - lmue...@suse.com
+
+- Configure with --bundled-libraries=NONE; (bso#11458).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.fOzqJb/_old  2015-09-09 20:20:45.000000000 +0200
+++ /var/tmp/diff_new_pack.fOzqJb/_new  2015-09-09 20:20:45.000000000 +0200
@@ -122,7 +122,7 @@
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
 %endif
-%define        samba_ver 4.2.3
+%define        samba_ver 4.3.0
 %define        samba_ver_suffix %nil
 %if "%{samba_ver_suffix}" == ""
 %define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@@ -144,11 +144,11 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3453
-%define BRANCH %{version}.SLE12_SP1
+%define SOURCE_TIMESTAMP 3465
+%define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
-Version:        4.2.3
+Version:        4.3.0
 Release:        0
 Url:            http://www.samba.org/
 Provides:       samba-gplv3 = %{version}
@@ -762,8 +762,6 @@
 Summary:        Samba3 password database library
 License:        GPL-3.0+
 Group:          System/Libraries
-Provides:       libpdb0
-Obsoletes:      libpdb0
 
 %description -n libsamba-passdb0
 
@@ -1145,6 +1143,9 @@
 %if 0%{?suse_version} && 0%{?suse_version} < 1141
 %{?suse_update_config:%{suse_update_config -f}}
 %endif
+%if 0%{?suse_version} < 1111
+bundled_libraries_extra="libarchive"
+%endif
 CONFIGURE_OPTIONS="\
        --prefix=%{_prefix} \
        --localstatedir=%{_localstatedir} \
@@ -1185,11 +1186,7 @@
 %if ! %with_dc
        --without-ad-dc \
 %endif
-       --bundled-libraries=!heimdal,!popt,!zlib,\
-!ldb,!pyldb,\
-!talloc,!pytalloc,!pytalloc-util,\
-!tdb,!pytdb,\
-!tevent,!pytevent \
+       --bundled-libraries=NONE,${bundled_libraries_extra} \
 "
 ./configure ${CONFIGURE_OPTIONS}
 make %{build_make_smp_mflags} \
@@ -1717,7 +1714,6 @@
 %{_mandir}/man8/vfs_linux_xfs_sgid.8.*
 %{_mandir}/man8/vfs_media_harmony.8.*
 %{_mandir}/man8/vfs_netatalk.8.*
-%{_mandir}/man8/vfs_notify_fam.8.*
 %{_mandir}/man8/vfs_prealloc.8.*
 %{_mandir}/man8/vfs_preopen.8.*
 %{_mandir}/man8/vfs_readahead.8.*
@@ -1734,6 +1730,7 @@
 %{_mandir}/man8/vfs_syncops.8.*
 %{_mandir}/man8/vfs_time_audit.8.*
 %{_mandir}/man8/vfs_tsmsm.8.*
+%{_mandir}/man8/vfs_unityed_media.8.*
 %{_mandir}/man8/vfs_worm.8.*
 %{_mandir}/man8/vfs_xattr_tdb.8.*
 %if 0%{?suse_version} && 0%{?suse_version} < 1021
@@ -1786,10 +1783,6 @@
 %{_bindir}/regshell
 %{_bindir}/regtree
 %{_bindir}/nmbstatus
-%{_bindir}/ntdbbackup
-%{_bindir}/ntdbdump
-%{_bindir}/ntdbrestore
-%{_bindir}/ntdbtool
 %{_bindir}/pdbedit
 %{_bindir}/profiles
 %{_bindir}/rpcclient
@@ -1832,22 +1825,16 @@
 %{_mandir}/man1/smbtar.1.*
 %{_mandir}/man1/smbtree.1.*
 %{_mandir}/man1/testparm.1.*
-%{_mandir}/man3/ntdb.3.*
 %{_mandir}/man5/lmhosts.5.*
 %{_mandir}/man5/smb.conf.5.*
 %{_mandir}/man5/smbgetrc.5.*
 %{_mandir}/man7/samba.7.*
 %{_mandir}/man8/eventlogadm.8.*
 %{_mandir}/man8/net.8.*
-%{_mandir}/man8/ntdbbackup.8.*
-%{_mandir}/man8/ntdbdump.8.*
-%{_mandir}/man8/ntdbrestore.8.*
-%{_mandir}/man8/ntdbtool.8.*
 %{_mandir}/man8/pdbedit.8.*
 %{_mandir}/man8/samba-regedit.8.*
 %{_mandir}/man8/smbpasswd.8.*
 %{_mandir}/man8/smbspool.8.*
-%{_datadir}/samba/codepages
 %dir %{_datadir}/samba
 %dir %{_datadir}/samba/LDAP
 %config %{_datadir}/samba/LDAP/samba-nds.schema
@@ -1923,6 +1910,7 @@
 %_includedir/samba-4.0/tsocket_internal.h
 %_includedir/samba-4.0/tstream_smbXcli_np.h
 %dir %_includedir/samba-4.0/util/
+%_includedir/samba-4.0/util/genrand.h
 %_includedir/samba-4.0/util/idtree.h
 %_includedir/samba-4.0/util/idtree_random.h
 %_includedir/samba-4.0/util_ldb.h
@@ -1933,7 +1921,6 @@
 %files libs
 %defattr(-,root,root)
 %dir %{_libdir}/samba
-%{_libdir}/samba/libntdb.so.*
 %{_libdir}/samba/libCHARSET3-samba4.so
 %{_libdir}/samba/libLIBWBCLIENT-OLD-samba4.so
 %{_libdir}/samba/libMESSAGING-samba4.so
@@ -1945,7 +1932,6 @@
 %{_libdir}/samba/libauth-sam-reply-samba4.so
 %{_libdir}/samba/libauth-unix-token-samba4.so
 %{_libdir}/samba/libauthkrb5-samba4.so
-%{_libdir}/samba/libccan-samba4.so
 %{_libdir}/samba/libcli-ldap-common-samba4.so
 %{_libdir}/samba/libcli-ldap-samba4.so
 %{_libdir}/samba/libcli-nbt-samba4.so
@@ -1955,25 +1941,28 @@
 %{_libdir}/samba/libcliauth-samba4.so
 %{_libdir}/samba/libcluster-samba4.so
 %{_libdir}/samba/libcmdline-credentials-samba4.so
-%{_libdir}/samba/libdfs-server-ad-samba4.so
 %{_libdir}/samba/libdbwrap-samba4.so
 %{_libdir}/samba/libdcerpc-samba-samba4.so
 %{_libdir}/samba/libdcerpc-samba4.so
-%{_libdir}/samba/libdnsserver-common-samba4.so
 %{_libdir}/samba/libdsdb-module-samba4.so
 %{_libdir}/samba/liberrors-samba4.so
 %{_libdir}/samba/libevents-samba4.so
 %{_libdir}/samba/libflag-mapping-samba4.so
+%{_libdir}/samba/libgenrand-samba4.so
 %{_libdir}/samba/libgpo-samba4.so
 %{_libdir}/samba/libgse-samba4.so
 %{_libdir}/samba/libhttp-samba4.so
 %{_libdir}/samba/libidmap-samba4.so
 %{_libdir}/samba/libinterfaces-samba4.so
+%{_libdir}/samba/libiov-buf-samba4.so
 %{_libdir}/samba/libkrb5samba-samba4.so
 %{_libdir}/samba/libldbsamba-samba4.so
 %{_libdir}/samba/liblibcli-lsa3-samba4.so
 %{_libdir}/samba/liblibcli-netlogon3-samba4.so
 %{_libdir}/samba/liblibsmb-samba4.so
+%{_libdir}/samba/libmessages-dgm-samba4.so
+%{_libdir}/samba/libmessages-util-samba4.so
+%{_libdir}/samba/libmsghdr-samba4.so
 %{_libdir}/samba/libmsrpc3-samba4.so
 %{_libdir}/samba/libndr-samba-samba4.so
 %{_libdir}/samba/libndr-samba4.so
@@ -1995,6 +1984,7 @@
 %{_libdir}/samba/libsamba-python-samba4.so
 %{_libdir}/samba/libsamdb-common-samba4.so
 %{_libdir}/samba/libsecrets3-samba4.so
+%{_libdir}/samba/libserver-id-db-samba4.so
 %{_libdir}/samba/libserver-role-samba4.so
 %{_libdir}/samba/libshares-samba4.so
 %{_libdir}/samba/libsmb-transport-samba4.so
@@ -2005,12 +1995,12 @@
 %{_libdir}/samba/libsmbpasswdparser-samba4.so
 %{_libdir}/samba/libsmbregistry-samba4.so
 %{_libdir}/samba/libsocket-blocking-samba4.so
-%{_libdir}/samba/libsubunit-samba4.so
+%{_libdir}/samba/libsys-rw-samba4.so
+%{_libdir}/samba/libtalloc-report-samba4.so
 %{_libdir}/samba/libtdb-wrap-samba4.so
-%{_libdir}/samba/libtdb-compat-samba4.so
+%{_libdir}/samba/libtime-basic-samba4.so
 %{_libdir}/samba/libtrusts-util-samba4.so
 %{_libdir}/samba/libutil-cmdline-samba4.so
-%{_libdir}/samba/libutil-ntdb-samba4.so
 %{_libdir}/samba/libutil-reg-samba4.so
 %{_libdir}/samba/libutil-setid-samba4.so
 %{_libdir}/samba/libutil-tdb-samba4.so

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

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

++++++ vendor-files.tar.bz2 ++++++
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 2015-08-08 01:27:48.000000000 +0200
+++ new/vendor-files/tools/package-data 2015-09-08 18:46:28.000000000 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3453"
+SAMBA_PACKAGE_SVN_VERSION="3465"


Reply via email to