forked from pool/samba
Accepting request 1108160 from home:scabrero:branches:network:samba:STABLE
- Update to 4.18.6 * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420); * Missing return in reply_exit_done(); (bso#15430); * post-exec password redaction for samba-tool is more reliable for fully random passwords as it no longer uses regular expressions containing the password value itself; (bso#15289); * Windows client join fails if a second container CN=System exists somewhere; (bso#9959); * Spotlight sometimes returns no results on latest macOS; (bso#15342); * Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to remove the destination; (bso#15417); * Spotlight results return wrong date in result list; (bso#15427); * "net offlinejoin provision" does not work as non-root user; (bso#15414); * rpcserver no longer accepts double backslash in dfs pathname; (bso#15400); * cm_prepare_connection() calls close(fd) for the second time; (bso#15433); * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346); * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441); * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446); * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390); * Regression DFS not working with widelinks = true; (bso#15435); * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449); OBS-URL: https://build.opensuse.org/request/show/1108160 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=683
This commit is contained in:
parent
6c7b94f48d
commit
0b1e0c5925
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e642e20b292023a45c79c217d39fa6ded1435d67f490258bf6c27699c81b005
|
||||
size 43837519
|
3
samba-4.18.6+git.320.cfda27bacb.tar.bz2
Normal file
3
samba-4.18.6+git.320.cfda27bacb.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:161380f6945454dd99ae79f2207c64d6ddc4166a6bc21a5d125f9052a6612cd6
|
||||
size 43809240
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 15:16:35 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to 4.18.6
|
||||
* reply_sesssetup_and_X() can dereference uninitialized tmp pointer;
|
||||
(bso#15420);
|
||||
* Missing return in reply_exit_done(); (bso#15430);
|
||||
* post-exec password redaction for samba-tool is more reliable for fully
|
||||
random passwords as it no longer uses regular expressions containing the
|
||||
password value itself; (bso#15289);
|
||||
* Windows client join fails if a second container CN=System exists somewhere;
|
||||
(bso#9959);
|
||||
* Spotlight sometimes returns no results on latest macOS; (bso#15342);
|
||||
* Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to
|
||||
remove the destination; (bso#15417);
|
||||
* Spotlight results return wrong date in result list; (bso#15427);
|
||||
* "net offlinejoin provision" does not work as non-root user; (bso#15414);
|
||||
* rpcserver no longer accepts double backslash in dfs pathname; (bso#15400);
|
||||
* cm_prepare_connection() calls close(fd) for the second time; (bso#15433);
|
||||
* 2-3min delays at reconnect with smb2_validate_sequence_number: bad
|
||||
message_id 2; (bso#15346);
|
||||
* samba-tool ntacl get segfault if aio_pthread appended; (bso#15441);
|
||||
* DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446);
|
||||
* Python tarfile extraction needs change to avoid a warning (CVE-2007-4559
|
||||
mitigation); (bso#15390);
|
||||
* Regression DFS not working with widelinks = true; (bso#15435);
|
||||
* mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449);
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 15:40:54 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -158,7 +158,7 @@ BuildRequires: liburing-devel
|
||||
%endif
|
||||
BuildRequires: sysuser-tools
|
||||
|
||||
Version: 4.18.5+git.317.8274ea9ca1
|
||||
Version: 4.18.6+git.320.cfda27bacb
|
||||
Release: 0
|
||||
URL: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user