From 8fb1f6bb14ee58a50770eaa09265e83b5567992f99616d059e53dfed2d254e3e Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Wed, 16 Aug 2017 11:38:57 +0000 Subject: [PATCH] - Update to 4.6.7; (bsc#1054017) OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=570 --- samba-4.6.6+git.36.67c8c47724e.tar.bz2 | 3 -- samba-4.6.7+git.38.90b2cdb4f22.tar.bz2 | 3 ++ samba.changes | 69 ++++++++++++++++++++++++++ samba.spec | 2 +- 4 files changed, 73 insertions(+), 4 deletions(-) delete mode 100644 samba-4.6.6+git.36.67c8c47724e.tar.bz2 create mode 100644 samba-4.6.7+git.38.90b2cdb4f22.tar.bz2 diff --git a/samba-4.6.6+git.36.67c8c47724e.tar.bz2 b/samba-4.6.6+git.36.67c8c47724e.tar.bz2 deleted file mode 100644 index d0f80e1..0000000 --- a/samba-4.6.6+git.36.67c8c47724e.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cc77c4e00da2a3d7c47c156442307cd0038ff83ecadc35dee62b749538d8f56 -size 25952060 diff --git a/samba-4.6.7+git.38.90b2cdb4f22.tar.bz2 b/samba-4.6.7+git.38.90b2cdb4f22.tar.bz2 new file mode 100644 index 0000000..7400ca0 --- /dev/null +++ b/samba-4.6.7+git.38.90b2cdb4f22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73194d133518d574e7ac3d30a003bdc7aeeb2d7d7b488604c23452fb20063d24 +size 25953146 diff --git a/samba.changes b/samba.changes index 8316e21..1ebef73 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Wed Aug 16 11:33:36 UTC 2017 - ddiss@suse.com + +- Update to 4.6.7; (bsc#1054017) + + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + + vfs_ceph provides inconsistent directory listings; (bso#12911). + + Misused talloc context can cause a user to crash their smbd by chaining + SMB1 commands.; (bso#12836). + + Use-after free can crash libsmbclient code.; (bso#12927). + + Server exit with active AIO can crash.; (bso#12925). + + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; + (bso#12898). + + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for + authentication; (bso#12886). + + finder sidebar showing question mark instead of icon when using ip to + connect with vfs_fruit; (bso#12840). + + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes + from AD.; (bso#12720). + + KCC run at selftest startup can fail spuriously due to a race; + (bso#12869). + + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for + the remote change; (bso#12782). + + rpc_pipe_client memory leaks due to long term memory context passed to + rpc_pipe_open_interface(); (bso#12890). + + CVE-2017-2619 breaks accessing previous versions of directories with + snapshots in subdirectories of the share; (bso#12885). + + dns_name_equal doing OOB read; (bso#12813). + + replica_sync tests flap; (bso#12753). + + Selftest should not call 'net cache flush' and wipe important winbind + entries; (bso#12868). + + Old Samba versions don't support using recent ldb versions (>=1.1.30); + (bso#12859). + + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + + race starting winbindd against posixacl test; (bso#12843). + + Crash in the reentrant smbd_smb2_create_send() if the something fails in + the subsequent try; (bso#12832). + + spnego.c passes the wrong argument order to gensec_update_ev() for the + FALLBACK case; (bso#12788). + + Clients with SMB3 support can't connect with + "server max protocol = SMB2_02"; (bso#12772). + + A log message of samb-tool user syncpasswords reverses string arguments in + a debug message "Call Popen[...".; (bso#12768). + + The smb tarmode tests kills the share dir contents; (bso#12867). + + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + + manpage/index.html lists links not in alphabetical order; (bso#12854). + + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + + If a record is locked in a database, then recovery does not complete; + (bso#12857). + + debug_locks.sh script does not log any information; (bso#12856). + + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport + after error; (bso#12852). + + smbclient can't parse DOMAIN+username if a different winbind separator is + used; (bso#12849). + + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; + (bso#12844). + + cli->server_os not filled correctly; (bso#12779). + + REGRESSION: smbclient doesn't print the session setup anymore; + (bso#12824). + + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for + FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + + CTDB NFS call-out failures do not cause event failures; (bso#12837). + + net command fails due to incorrectly return code; (bso#12828). + + Fix building Samba with GCC 7.1; (bso#12827). + ------------------------------------------------------------------- Tue Aug 8 12:58:56 UTC 2017 - dmulder@suse.com diff --git a/samba.spec b/samba.spec index f1ef370..478c462 100644 --- a/samba.spec +++ b/samba.spec @@ -147,7 +147,7 @@ BuildRequires: librados-devel %define BRANCH %{version} %global with_mitkrb5 1 %global with_dc 0 -Version: 4.6.6+git.36.67c8c47724e +Version: 4.6.7+git.38.90b2cdb4f22 Release: 0 Url: https://www.samba.org/ Obsoletes: samba-32bit < %{version}