Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2013-09-04 14:05:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-08-30 
11:48:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2013-09-04 
14:05:28.000000000 +0200
@@ -1,0 +2,36 @@
+Tue Sep  3 17:30:08 UTC 2013 - [email protected]
+
+- Define the source URL differently in the case of a release candidate.
+
+-------------------------------------------------------------------
+Sat Aug 31 22:47:49 UTC 2013 - [email protected]
+
+- Update to 4.1.0rc2.
+  + Add vfs_btrfs module.
+  + Add support for server-side copy operations via the
+    SMB2 FSCTL_SRV_COPYCHUNK request.
+
+  + Fix replication with --domain-crictical-only to fill in backlinks;
+    (bso#9029).
+  + Windows 8 Roaming profiles fail; (bso#9678).
+  + Fix crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol";
+    (bso#9820).
+  + Windows error 0x800700FE when copying files with xattr names containing
+    ":"; (bso#9992).
+  + Do not delete an existing valid credential cache (s3-winbind); (bso#9994).
+  + Fix segfault while reading incomplete session info; (bso#10003).
+  + Missing integer wrap protection in EA list reading can cause server to
+    loop with DOS (CVE-2013-4124); (bso#10010).
+  + Fix a 100% loop at shutdown time (smbd); (bso#10013).
+  + Fix/improve debug options; (bso#10015).
+  + Rename regedit to samba-regedit; (bso#10040).
+  + Remove obsolete swat manpage and references; (bso#10041).
+  + Fix crashes in socket_get_local_addr(); (bso#10042).
+  + Allow to change the default location for Kerberos credential caches;
+    (bso#10043).
+  + Remove a redundant inlined substitution of ACLs; (bso#10045).
+  + nsswitch: Add OPT_KRB5CCNAME to avoid an error message; (bso#10048).
+  + dsdb improvements; (bso#10056).
+  + Linux kernel oplock breaks can miss signals; (bso#10064).
+
+-------------------------------------------------------------------
@@ -48,0 +85,8 @@
+
+-------------------------------------------------------------------
+Wed Jul 17 17:42:23 UTC 2013 - [email protected]
+
+- Update to 4.1.0rc1.
+  + Directory database replication (AD DC mode)
+  + Server-Side Copy Support
+  + Btrfs Filesystem Integration

Old:
----
  samba-4.0.9.tar.gz

New:
----
  samba-4.1.0rc2.tar.gz

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.CQzKW5/_old  2013-09-04 14:05:29.000000000 +0200
+++ /var/tmp/diff_new_pack.CQzKW5/_new  2013-09-04 14:05:29.000000000 +0200
@@ -105,8 +105,13 @@
 %if 0%{?suse_version} > 1210
 BuildRequires:  libxslt-tools
 %endif
-%define        samba_ver 4.0.9
-%define        samba_ver_suffix %nil
+%define        samba_ver 4.1.0
+%define        samba_ver_suffix rc2
+%if "%{samba_ver_suffix}" == ""
+%define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
+%else
+%define samba_source_location 
http://ftp.samba.org/pub/samba/rc/samba-%{version}%{samba_ver_suffix}.tar.gz
+%endif
 %define        samba_ver_full %{samba_ver}%{samba_ver_suffix}
 %if 0%{?suse_version} && 0%{?suse_version} < 1111
 %define        guards_symbols pre_1111
@@ -125,12 +130,12 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3071
+%define SOURCE_TIMESTAMP 3075
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
 %global with_get_printing_ticket 0
-Version:        4.0.9
+Version:        4.1.0
 Release:        0
 License:        GPL-3.0+
 Url:            http://www.samba.org/
@@ -146,7 +151,7 @@
 Recommends:     logrotate
 %endif
 Summary:        A SMB/CIFS File, Print, and Authentication Server
-Source:         
http://samba.org/samba/ftp/samba-%{version}%{samba_ver_suffix}.tar.gz
+Source:         %{samba_source_location}
 Source1:        vendor-files.tar.bz2
 Source2:        patches.tar.bz2
 Source4:        baselibs.conf
@@ -186,7 +191,7 @@
 %define        NET_CFGDIR network-scripts
 %endif
 %define        auth_modules 
auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-%define        idmap_modules 
idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_rid,idmap_tdb2
+%define        idmap_modules 
idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_rfc2307,idmap_rid,idmap_tdb2
 %define        pdb_modules 
pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
 %define        vfs_modules vfs_cacheprime,vfs_readahead
 %if 0%{?ul_version} >= 1
@@ -678,7 +683,6 @@
        --with-utmp \
        --with-winbind \
        
--with-shared-modules=%{auth_modules},%{vfs_modules},%{pdb_modules},%{idmap_modules}
 \
-       --without-swat \
 %if %with_mitkrb5
        --with-system-mitkrb5 \
 %endif
@@ -1125,7 +1129,6 @@
 %attr(0775,root,ntadmin) %{LOCKDIR}/drivers
 %{LOCKDIR}/netlogon
 %attr(0770,root,users) %dir %{LOCKDIR}/profiles
-%exclude %{_datadir}/samba/swat
 %{_bindir}/smbstatus
 %{_sbindir}/nmbd
 %{_sbindir}/rcnmb
@@ -1145,13 +1148,13 @@
 %doc %{_mandir}/man8/nmbd.8.*
 %doc %{_mandir}/man8/smbd.8.*
 %doc %{_mandir}/man8/smbta-util.8.*
-%exclude %{_mandir}/man8/swat.8.*
 %doc %{_mandir}/man8/vfs_acl_tdb.8.*
 %doc %{_mandir}/man8/vfs_acl_xattr.8.*
 %doc %{_mandir}/man8/vfs_aio_fork.8.*
 %doc %{_mandir}/man8/vfs_aio_linux.8.*
 %doc %{_mandir}/man8/vfs_aio_pthread.8.*
 %doc %{_mandir}/man8/vfs_audit.8.*
+%doc %{_mandir}/man8/vfs_btrfs.8.*
 %doc %{_mandir}/man8/vfs_cacheprime.8.*
 %doc %{_mandir}/man8/vfs_cap.8.*
 %doc %{_mandir}/man8/vfs_catia.8.*
@@ -1224,10 +1227,15 @@
 %{_bindir}/nmblookup4
 %{_bindir}/oLschema2ldif
 %{_bindir}/regdiff
+%{_bindir}/samba-regedit
 %{_bindir}/regpatch
 %{_bindir}/regshell
 %{_bindir}/regtree
 %{_bindir}/nmbstatus
+%{_bindir}/ntdbbackup
+%{_bindir}/ntdbdump
+%{_bindir}/ntdbrestore
+%{_bindir}/ntdbtool
 %{_bindir}/pdbedit
 %{_bindir}/profiles
 %{_bindir}/rpcclient
@@ -1366,6 +1374,7 @@
 %{_libdir}/libsmbldap.so.*
 %{_libdir}/libtevent-util.so.*
 %dir %{_libdir}/samba
+%{_libdir}/samba/libntdb.so.*
 %{_libdir}/samba/libCHARSET3.so
 %{_libdir}/samba/libLIBWBCLIENT_OLD.so
 %{_libdir}/samba/libMESSAGING.so
@@ -1410,8 +1419,10 @@
 %{_libdir}/samba/libndr-samba4.so
 %{_libdir}/samba/libnet_keytab.so
 %{_libdir}/samba/libnetif.so
+%{_libdir}/samba/libnon_posix_acls.so
 %{_libdir}/samba/libnpa_tstream.so
 %{_libdir}/samba/libnss_info.so
+%{_libdir}/samba/libutil_ntdb.so
 %{_libdir}/samba/libpopt_samba3.so
 %{_libdir}/samba/libprinting_migrate.so
 %{_libdir}/samba/libreplace.so
@@ -1506,6 +1517,7 @@
 %doc %{_mandir}/man8/idmap_hash.8.*
 %doc %{_mandir}/man8/idmap_ldap.8.*
 %doc %{_mandir}/man8/idmap_nss.8.*
+%doc %{_mandir}/man8/idmap_rfc2307.8.*
 %doc %{_mandir}/man8/idmap_rid.8.*
 %doc %{_mandir}/man8/idmap_tdb.8.*
 %doc %{_mandir}/man8/idmap_tdb2.8.*

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

++++++ 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 2013-08-29 14:49:34.000000000 +0200
+++ new/vendor-files/tools/package-data 2013-09-03 19:41:17.000000000 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3071"
+SAMBA_PACKAGE_SVN_VERSION="3075"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to