From 5fb45b2d0ee1d112831bd50879d87a5547a41c732c258d89aa3031d187fcc1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 13 Sep 2013 10:44:19 +0000 Subject: [PATCH] - Update to 4.1.0rc3. + Fix working on site with Read Only Domain Controller; (bso#5917). + Add man page for vfs_syncops; (bso#7364). + Add man page for vfs_linux_xfs_sgid; (bso#7490). + When replicating DNS for bind9_dlz we need to create the server-DNS account remotely; (bso#9091). + Winbind unable to retrieve user information from AD; (bso#9615). + winbind_lookup_names() fails because of NT_STATUS_CANT_ACCESS_DOMAIN_INFO; (bso#9899). + Build Samba 4.0.x on AIX with IBM XL C/C++; (bso#9911). + Add SMB2 and SMB3 support for smbclient; (bso#9974). + Add man pages for ntdb tools; (bso#10000). + Add man page for samba-regedit tool; (bso#10001). + ::1 added to nameserver on join; (bso#10030). + Fix memory leak in source3/lib/util.c:1493; (bso#10063). + Fix segmentation fault in 'net ads join'; (bso#10073). + Fix variable list in vfs_crossrename man page; (bso#10076). + s3-winbind: Fix a segfault passing NULL to a fstring argument; (bso#10082). + smbd: Fix async echo handler forking; (bso#10086). + MacOSX 10.9 will not follow path-based DFS referrals handed out by Samba; (bso#10097). + Honour output buffer length set by the client for SMB2 GetInfo requests; (bso#10106). + Fix Winbind crashes on DC with trusted AD domains; (bso#10107). + Handle Dropbox (write-only-directory) case correctly in pathname lookup; (bso#10114). + Masks incorrectly applied to UNIX extension permission changes; (bso#10121). - Correct interpackage dependencies; (bso#10129). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=338 --- patches.tar.bz2 | 4 ++-- samba-4.1.0rc2.tar.gz | 3 --- samba-4.1.0rc3.tar.gz | 3 +++ samba.changes | 37 +++++++++++++++++++++++++++++++++++++ samba.spec | 12 ++++++++++-- vendor-files.tar.bz2 | 4 ++-- 6 files changed, 54 insertions(+), 9 deletions(-) delete mode 100644 samba-4.1.0rc2.tar.gz create mode 100644 samba-4.1.0rc3.tar.gz diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 8bf2a90..a29ad49 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c1780d44c4c8edcca409906998af221472d02de7d444603e1f7d29cf765619d -size 24611 +oid sha256:0183b1448532fdc52d26e1b619c2399568f3241e7b2ac7cb0f80a090ab00779c +size 25631 diff --git a/samba-4.1.0rc2.tar.gz b/samba-4.1.0rc2.tar.gz deleted file mode 100644 index 95c54b4..0000000 --- a/samba-4.1.0rc2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1268e978ad318725649c28ab90fc8e4b0651e0fd84f85915cd79de3fba2ce85 -size 19428575 diff --git a/samba-4.1.0rc3.tar.gz b/samba-4.1.0rc3.tar.gz new file mode 100644 index 0000000..0020a25 --- /dev/null +++ b/samba-4.1.0rc3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15048e23a392f0a335af8770b9f6184efce4fcb0e25e4253848dcdddbea41d5b +size 19453614 diff --git a/samba.changes b/samba.changes index 285e77f..634db88 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Fri Sep 13 09:24:47 UTC 2013 - lmuelle@suse.com + +- Update to 4.1.0rc3. + + Fix working on site with Read Only Domain Controller; (bso#5917). + + Add man page for vfs_syncops; (bso#7364). + + Add man page for vfs_linux_xfs_sgid; (bso#7490). + + When replicating DNS for bind9_dlz we need to create the server-DNS + account remotely; (bso#9091). + + Winbind unable to retrieve user information from AD; (bso#9615). + + winbind_lookup_names() fails because of NT_STATUS_CANT_ACCESS_DOMAIN_INFO; + (bso#9899). + + Build Samba 4.0.x on AIX with IBM XL C/C++; (bso#9911). + + Add SMB2 and SMB3 support for smbclient; (bso#9974). + + Add man pages for ntdb tools; (bso#10000). + + Add man page for samba-regedit tool; (bso#10001). + + ::1 added to nameserver on join; (bso#10030). + + Fix memory leak in source3/lib/util.c:1493; (bso#10063). + + Fix segmentation fault in 'net ads join'; (bso#10073). + + Fix variable list in vfs_crossrename man page; (bso#10076). + + s3-winbind: Fix a segfault passing NULL to a fstring argument; (bso#10082). + + smbd: Fix async echo handler forking; (bso#10086). + + MacOSX 10.9 will not follow path-based DFS referrals handed out by Samba; + (bso#10097). + + Honour output buffer length set by the client for SMB2 GetInfo requests; + (bso#10106). + + Fix Winbind crashes on DC with trusted AD domains; (bso#10107). + + Handle Dropbox (write-only-directory) case correctly in pathname lookup; + (bso#10114). + + Masks incorrectly applied to UNIX extension permission changes; + (bso#10121). + +------------------------------------------------------------------- +Thu Sep 5 12:31:09 UTC 2013 - jengelh@inai.de + +- Correct interpackage dependencies; (bso#10129). + ------------------------------------------------------------------- Tue Sep 3 17:30:08 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 970b676..e07a7ba 100644 --- a/samba.spec +++ b/samba.spec @@ -106,7 +106,7 @@ BuildRequires: libxslt1 BuildRequires: libxslt-tools %endif %define samba_ver 4.1.0 -%define samba_ver_suffix rc2 +%define samba_ver_suffix rc3 %if "%{samba_ver_suffix}" == "" %define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz %else @@ -130,7 +130,7 @@ BuildRequires: libxslt-tools %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3075 +%define SOURCE_TIMESTAMP 3078 %define BRANCH %{version} %global with_mitkrb5 1 %global with_dc 0 @@ -1167,6 +1167,7 @@ fi %doc %{_mandir}/man8/vfs_fileid.8.* %doc %{_mandir}/man8/vfs_full_audit.8.* %doc %{_mandir}/man8/vfs_gpfs.8.* +%doc %{_mandir}/man8/vfs_linux_xfs_sgid.8.* %doc %{_mandir}/man8/vfs_media_harmony.8.* %doc %{_mandir}/man8/vfs_netatalk.8.* %doc %{_mandir}/man8/vfs_notify_fam.8.* @@ -1181,6 +1182,7 @@ fi %doc %{_mandir}/man8/vfs_smb_traffic_analyzer.8.* %doc %{_mandir}/man8/vfs_streams_depot.8.* %doc %{_mandir}/man8/vfs_streams_xattr.8.* +%doc %{_mandir}/man8/vfs_syncops.8.* %doc %{_mandir}/man8/vfs_time_audit.8.* %doc %{_mandir}/man8/vfs_tsmsm.8.* %doc %{_mandir}/man8/vfs_xattr_tdb.8.* @@ -1280,13 +1282,19 @@ fi %doc %{_mandir}/man1/smbtar.1.* %doc %{_mandir}/man1/smbtree.1.* %doc %{_mandir}/man1/testparm.1.* +%doc %{_mandir}/man3/ntdb.3.* %doc %{_mandir}/man5/lmhosts.5.* %doc %{_mandir}/man5/smb.conf.5.* %doc %{_mandir}/man5/smbgetrc.5.* %doc %{_mandir}/man7/samba.7.* %doc %{_mandir}/man8/eventlogadm.8.* %doc %{_mandir}/man8/net.8.* +%doc %{_mandir}/man8/ntdbbackup.8.* +%doc %{_mandir}/man8/ntdbdump.8.* +%doc %{_mandir}/man8/ntdbrestore.8.* +%doc %{_mandir}/man8/ntdbtool.8.* %doc %{_mandir}/man8/pdbedit.8.* +%doc %{_mandir}/man8/samba-regedit.8.* %doc %{_mandir}/man8/smbpasswd.8.* %doc %{_mandir}/man8/smbspool.8.* %{_datadir}/samba/codepages diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 1db9ba6..0ee6d7b 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64a74a7184bae9703ff51438f82e06b5a5745abd872dd95aa89e93f5c889d52d -size 53935 +oid sha256:8501d632698b01b1d572d643a422bcc449dacc5a9e08eb2d9685f9418ff6537e +size 54250