From 6c0ae5070d39bbb9eadec656fce450d03f4314e5cbe4862b6fde4623963d4364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 23 Sep 2014 16:21:09 +0000 Subject: [PATCH] - Update to 4.1.12. See WHATSNEW.txt from the main tar ball or the samba.changes file for more details. - Wait for network-online.target to prevent caching of pre-network failures; (bnc#889175). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=433 --- patches.tar.bz2 | 4 ++-- samba-4.1.11.tar.asc | 7 ------ samba-4.1.11.tar.gz | 3 --- samba-4.1.12.tar.asc | 7 ++++++ samba-4.1.12.tar.gz | 3 +++ samba.changes | 55 ++++++++++++++++++++++++++++++++++++++++++++ samba.spec | 7 +++--- vendor-files.tar.bz2 | 4 ++-- 8 files changed, 73 insertions(+), 17 deletions(-) delete mode 100644 samba-4.1.11.tar.asc delete mode 100644 samba-4.1.11.tar.gz create mode 100644 samba-4.1.12.tar.asc create mode 100644 samba-4.1.12.tar.gz diff --git a/patches.tar.bz2 b/patches.tar.bz2 index a0e72f7..ea44cc6 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad598f833c67a1fd2e7885d3ff26129e1925afa94ea4bec04ed5862a1e004f36 -size 288451 +oid sha256:13b05fa0994424b353fa0c0ee8badf70e7dc88d70f5bcf3cd7198fddfca82d82 +size 280640 diff --git a/samba-4.1.11.tar.asc b/samba-4.1.11.tar.asc deleted file mode 100644 index f188b61..0000000 --- a/samba-4.1.11.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAlPaPr0ACgkQbzORW2Vot+pTpgCgonGsTFo5cw+4C2nIbhkrxG0s -CwMAoLrNdPvJQy33Bs5KNtg0M7YVILdI -=6InX ------END PGP SIGNATURE----- diff --git a/samba-4.1.11.tar.gz b/samba-4.1.11.tar.gz deleted file mode 100644 index ad86515..0000000 --- a/samba-4.1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:565e663a28eb785e00b0df3086319bb0b328ed2b1b8765c3d962757d3897ecfe -size 19510128 diff --git a/samba-4.1.12.tar.asc b/samba-4.1.12.tar.asc new file mode 100644 index 0000000..94618db --- /dev/null +++ b/samba-4.1.12.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlQNf40ACgkQbzORW2Vot+pbkQCfcvlMDSoMmZ+cU+tNqLuLlpU0 +DewAniaAX0hInAF2rhWfWpF+wYM291GV +=QFvj +-----END PGP SIGNATURE----- diff --git a/samba-4.1.12.tar.gz b/samba-4.1.12.tar.gz new file mode 100644 index 0000000..b63dff5 --- /dev/null +++ b/samba-4.1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033604674936bf5c77d7df299b0626052b84a41505a6a6afe902f6274fc29898 +size 19521148 diff --git a/samba.changes b/samba.changes index 23d3fce..6b10cca 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Tue Sep 23 12:02:16 UTC 2014 - lmuelle@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 - jmcdonough@suse.com + +- Wait for network-online.target to prevent caching of + pre-network failures; (bnc#889175). + ------------------------------------------------------------------- Thu Aug 28 10:03:21 UTC 2014 - ddiss@suse.com diff --git a/samba.spec b/samba.spec index 1586d85..b6b181d 100644 --- a/samba.spec +++ b/samba.spec @@ -121,7 +121,7 @@ BuildRequires: gpg-offline 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 @@ BuildRequires: systemd-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3283 +%define SOURCE_TIMESTAMP 3287 %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} @@ -1984,6 +1984,7 @@ fi %{_libdir}/samba/libauth_sam_reply.so %{_libdir}/samba/libauth_unix_token.so %{_libdir}/samba/libauthkrb5.so +%{_libdir}/samba/libdnsserver_common.so %{_libdir}/samba/libccan.so %{_libdir}/samba/libcli-ldap-common.so %{_libdir}/samba/libcli-ldap.so diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 4a2b9d7..970dd4a 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:df289c067ac71b38b1874360e5d9254ccfa57d2d935f4778e404163e72ed2195 -size 54566 +oid sha256:f83581e94b83cac77fd3ec3d27be1babff8a4287d73cc157ffb352870334bc38 +size 54830