- Update to 4.6.7; (bsc#1054017)
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=570
This commit is contained in:
parent
af6fd2963a
commit
8fb1f6bb14
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cc77c4e00da2a3d7c47c156442307cd0038ff83ecadc35dee62b749538d8f56
|
||||
size 25952060
|
3
samba-4.6.7+git.38.90b2cdb4f22.tar.bz2
Normal file
3
samba-4.6.7+git.38.90b2cdb4f22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73194d133518d574e7ac3d30a003bdc7aeeb2d7d7b488604c23452fb20063d24
|
||||
size 25953146
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user