Changes since 4.18.5 -------------------- o Jeremy Allison <jra@samba.org> * BUG 15420: reply_sesssetup_and_X() can dereference uninitialized tmp pointer. * BUG 15430: Missing return in reply_exit_done(). o Andrew Bartlett <abartlet@samba.org> * BUG 15289: 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. * BUG 9959: Windows client join fails if a second container CN=System exists somewhere. o Ralph Boehme <slow@samba.org> * BUG 15342: Spotlight sometimes returns no results on latest macOS. * BUG 15417: Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to remove the destination. * BUG 15427: Spotlight results return wrong date in result list. o Günther Deschner <gd@samba.org> * BUG 15414: "net offlinejoin provision" does not work as non-root user. o Pavel Filipenský <pfilipensky@samba.org> * BUG 15400: rpcserver no longer accepts double backslash in dfs pathname. * BUG 15433: cm_prepare_connection() calls close(fd) for the second time. o Stefan Metzmacher <metze@samba.org> * BUG 15346: 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2. * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended. * BUG 15446: DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed. o Noel Power <noel.power@suse.com> * BUG 15390: Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation). * BUG 15435: Regression DFS not working with widelinks = true. o Arvid Requate <requate@univention.de> * BUG 9959: Windows client join fails if a second container CN=System exists somewhere. o Jones Syue <jonessyue@qnap.com> * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended. * BUG 15449: mdssvc: Do an early talloc_free() in _mdssvc_open().
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cecc32967dd95e8c66ded510b89c8aeaf267f90 commit 2cecc32967dd95e8c66ded510b89c8aeaf267f90 Author: Ben Kohler <bkohler@gentoo.org> AuthorDate: 2023-08-18 15:06:18 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2023-08-18 15:07:08 +0000 net-fs/samba: add 4.18.6 Closes: https://bugs.gentoo.org/912404 Signed-off-by: Ben Kohler <bkohler@gentoo.org> net-fs/samba/Manifest | 1 + net-fs/samba/samba-4.18.6.ebuild | 383 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 384 insertions(+)
Thanks, I hope this one can become stable in the near future as current stable lacks security fixes.