Wed Sep 27 12:02:48 2023 UTC ()
net/samba4: update to 4.18.7

                   ==============================
                   Release Notes for Samba 4.18.7
                         September 27, 2023
                   ==============================

This is the latest stable release of the Samba 4.18 release series.

Changes since 4.18.6
--------------------

o  Jeremy Allison <jra@samba.org>
   * BUG 15419: Weird filename can cause assert to fail in
     openat_pathref_fsp_nosymlink().
   * BUG 15423: use-after-free in aio_del_req_from_fsp during smbd shutdown
     after failed IPC FSCTL_PIPE_TRANSCEIVE.
   * BUG 15432: TREE_CONNECT without SETUP causes smbd to use uninitialized
     pointer.

o  Andrew Bartlett <abartlet@samba.org>
   * BUG 15401: Avoid infinite loop in initial user sync with Azure AD Connect.
   * BUG 15407: Samba replication logs show (null) DN.

o  Ralph Boehme <slow@samba.org>
   * BUG 15463: macOS mdfind returns only 50 results.

o  Remi Collet <rcollet@redhat.com>
   * BUG 14808: smbc_getxattr() return value is incorrect.

o  Volker Lendecke <vl@samba.org>
   * BUG 15481: GETREALFILENAME_CACHE can modify incoming new filename with
     previous cache entry value.

o  Stefan Metzmacher <metze@samba.org>
   * BUG 15464: libnss_winbind causes memory corruption since samba-4.18,
     impacts sendmail, zabbix, potentially more.

o  MikeLiu <mikeliu@qnap.com>
   * BUG 15453: File doesn't show when user doesn't have permission if
     aio_pthread is loaded.

o  Martin Schwenke <mschwenke@ddn.com>
   * BUG 15451: ctdb_killtcp fails to work with --enable-pcap and libpcap ≥
     1.9.1.

o  Joseph Sutton <josephsutton@catalyst.net.nz>
   * BUG 15476: The KDC in 4.18 (and older) is not able to accept tickets with
     empty claims pac blobs (from Samba 4.19 or Windows).
   * BUG 15477: The heimdal KDC doesn't detect s4u2self correctly when fast is
     in use.


(taca)
diff -r1.169 -r1.170 pkgsrc/net/samba4/Makefile
diff -r1.96 -r1.97 pkgsrc/net/samba4/distinfo

cvs diff -r1.169 -r1.170 pkgsrc/net/samba4/Makefile (expand / switch to unified diff)

--- pkgsrc/net/samba4/Makefile 2023/08/29 14:50:41 1.169
+++ pkgsrc/net/samba4/Makefile 2023/09/27 12:02:48 1.170
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.169 2023/08/29 14:50:41 taca Exp $ 1# $NetBSD: Makefile,v 1.170 2023/09/27 12:02:48 taca Exp $
2 2
3DISTNAME= samba-4.18.6 3DISTNAME= samba-4.18.7
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= https://download.samba.org/pub/samba/stable/ 5MASTER_SITES= https://download.samba.org/pub/samba/stable/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://www.samba.org/ 8HOMEPAGE= https://www.samba.org/
9COMMENT= SMB/CIFS protocol server suite 9COMMENT= SMB/CIFS protocol server suite
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]* 12CONFLICTS+= ja-samba-[0-9]* winbind-[0-9]*
13 13
14PYTHON_VERSIONS_INCOMPATIBLE= 27 14PYTHON_VERSIONS_INCOMPATIBLE= 27
15 15
16GCC_REQD+= 4.4 16GCC_REQD+= 4.4
@@ -204,23 +204,23 @@ REPLACE_PYTHON+= source4/scripting/bin/* @@ -204,23 +204,23 @@ REPLACE_PYTHON+= source4/scripting/bin/*
204 204
205.if "${OPSYS}" == "Linux" 205.if "${OPSYS}" == "Linux"
206.include "../../devel/libuuid/buildlink3.mk" 206.include "../../devel/libuuid/buildlink3.mk"
207.endif 207.endif
208.include "../../archivers/libarchive/buildlink3.mk" 208.include "../../archivers/libarchive/buildlink3.mk"
209.include "../../converters/libiconv/buildlink3.mk" 209.include "../../converters/libiconv/buildlink3.mk"
210BUILDLINK_API_DEPENDS.ldb+= ldb>=2.7.2<2.8 210BUILDLINK_API_DEPENDS.ldb+= ldb>=2.7.2<2.8
211.include "../../databases/ldb/buildlink3.mk" 211.include "../../databases/ldb/buildlink3.mk"
212.include "../../databases/lmdb/buildlink3.mk" 212.include "../../databases/lmdb/buildlink3.mk"
213.include "../../devel/cmocka/buildlink3.mk" 213.include "../../devel/cmocka/buildlink3.mk"
214.include "../../devel/gettext-lib/buildlink3.mk" 214.include "../../devel/gettext-lib/buildlink3.mk"
215.include "../../devel/popt/buildlink3.mk" 215.include "../../devel/popt/buildlink3.mk"
216.include "../../devel/readline/buildlink3.mk" 216.include "../../devel/readline/buildlink3.mk"
217BUILDLINK_API_DEPENDS.talloc+= talloc>=2.3.4 217BUILDLINK_API_DEPENDS.talloc+= talloc>=2.4.0
218.include "../../devel/talloc/buildlink3.mk" 218.include "../../devel/talloc/buildlink3.mk"
219.include "../../devel/tevent/buildlink3.mk" 219.include "../../devel/tevent/buildlink3.mk"
220.include "../../devel/zlib/buildlink3.mk" 220.include "../../devel/zlib/buildlink3.mk"
221.include "../../lang/python/application.mk" 221.include "../../lang/python/application.mk"
222.include "../../lang/python/extension.mk" 222.include "../../lang/python/extension.mk"
223.include "../../security/gnutls/buildlink3.mk" 223.include "../../security/gnutls/buildlink3.mk"
224.include "../../security/libgcrypt/buildlink3.mk" 224.include "../../security/libgcrypt/buildlink3.mk"
225.include "../../textproc/jansson/buildlink3.mk" 225.include "../../textproc/jansson/buildlink3.mk"
226.include "../../mk/bsd.pkg.mk" 226.include "../../mk/bsd.pkg.mk"

cvs diff -r1.96 -r1.97 pkgsrc/net/samba4/distinfo (expand / switch to unified diff)

--- pkgsrc/net/samba4/distinfo 2023/08/29 14:50:41 1.96
+++ pkgsrc/net/samba4/distinfo 2023/09/27 12:02:48 1.97
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.96 2023/08/29 14:50:41 taca Exp $ 1$NetBSD: distinfo,v 1.97 2023/09/27 12:02:48 taca Exp $
2 2
3BLAKE2s (samba-4.18.6.tar.gz) = 1ac1ece98abb2500ceeae06989d5f7a58680ea320a8cbf36c095ee3620215122 3BLAKE2s (samba-4.18.7.tar.gz) = 22a5e1b4039e18e913dcb19794fe8862990a431cc7ebda73e6fa53f100d753b8
4SHA512 (samba-4.18.6.tar.gz) = 28e8e4e57db1f392dfe96387888e2771e08f1f8eedf860f688ea3b8bd2cee1d6bbe99b2e61c84dc9ed6ade6393baf629955bed93d6cdad5241a292a10d8a12b6 4SHA512 (samba-4.18.7.tar.gz) = 86baf5c76e92f4b194726441e1d0efe11dc3db4d399f141f76c1abb4f4a3ab05473dded3294d2019f7999305ca6d5e56961d71434e9e214b960895e53bedd7a9
5Size (samba-4.18.6.tar.gz) = 41323359 bytes 5Size (samba-4.18.7.tar.gz) = 41328101 bytes
6SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926 6SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926
7SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d 7SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
8SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7 8SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7
9SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2 9SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2
10SHA1 (patch-buildtools_wafsamba_wscript) = 0ca4c3a9d2e07f9165784e495f6f6b2b21db2758 10SHA1 (patch-buildtools_wafsamba_wscript) = 0ca4c3a9d2e07f9165784e495f6f6b2b21db2758
11SHA1 (patch-dynconfig_wscript) = 1858e5fcca913f21aa3e7868d9760b9c40c9f5c4 11SHA1 (patch-dynconfig_wscript) = 1858e5fcca913f21aa3e7868d9760b9c40c9f5c4
12SHA1 (patch-lib_param_loadparm.h) = 0216b69d33d1e17260a446e11bee764116c52b18 12SHA1 (patch-lib_param_loadparm.h) = 0216b69d33d1e17260a446e11bee764116c52b18
13SHA1 (patch-lib_pthreadpool_pthreadpool.c) = 4b0c3d49d578b5ab12f5bad1ebeb50efb43e756c 13SHA1 (patch-lib_pthreadpool_pthreadpool.c) = 4b0c3d49d578b5ab12f5bad1ebeb50efb43e756c
14SHA1 (patch-lib_replace_system_passwd.h) = 652be067b2560310ce3a4bbf37c24cb2fa8eb82d 14SHA1 (patch-lib_replace_system_passwd.h) = 652be067b2560310ce3a4bbf37c24cb2fa8eb82d
15SHA1 (patch-lib_replace_wscript) = f75dff520034ed976c15134c950eebf78598a60b 15SHA1 (patch-lib_replace_wscript) = f75dff520034ed976c15134c950eebf78598a60b
16SHA1 (patch-lib_tdb_common_mutex.c) = 74162bf9dfd440fc0b9782982e83776c9671a983 16SHA1 (patch-lib_tdb_common_mutex.c) = 74162bf9dfd440fc0b9782982e83776c9671a983
17SHA1 (patch-lib_tevent_tevent.c) = 109e7a516dc291372e982b9f21c6ce8c0e5d3ca4 17SHA1 (patch-lib_tevent_tevent.c) = 109e7a516dc291372e982b9f21c6ce8c0e5d3ca4
18SHA1 (patch-lib_tevent_tevent__threads.c) = e5e82db82cff4d550451cd9290b3a351b25d4de4 18SHA1 (patch-lib_tevent_tevent__threads.c) = e5e82db82cff4d550451cd9290b3a351b25d4de4