Index: Makefile =================================================================== RCS file: /cvs/ports/net/samba/Makefile,v diff -u -p -r1.365.2.5 Makefile --- Makefile 1 Mar 2026 19:38:10 -0000 1.365.2.5 +++ Makefile 26 May 2026 18:08:07 -0000 @@ -1,4 +1,4 @@ -VERSION = 4.23.6 +VERSION = 4.23.8 DISTNAME = samba-${VERSION} EPOCH = 0 @@ -25,7 +25,7 @@ SHARED_LIBS = dcerpc 3.0 \ samba-hostconfig 17.0 \ samba-passdb 3.2 \ samba-policy 0.0 \ - samba-util 12.0 \ + samba-util 12.1 \ samdb 5.0 \ smbclient 6.3 \ smbconf 18.0 \ @@ -54,6 +54,8 @@ WANTLIB-docs = SITES = https://download.samba.org/pub/samba/stable/ \ https://download.samba.org/pub/samba/old-versions/ + +FIX_EXTRACT_PERMISSIONS = Yes MULTI_PACKAGES = -main -docs DEBUG_PACKAGES = ${BUILD_PACKAGES} Index: distinfo =================================================================== RCS file: /cvs/ports/net/samba/distinfo,v diff -u -p -r1.131.2.5 distinfo --- distinfo 1 Mar 2026 19:38:10 -0000 1.131.2.5 +++ distinfo 26 May 2026 18:08:07 -0000 @@ -1,2 +1,2 @@ -SHA256 (samba-4.23.6.tar.gz) = 49q9i15C3Jdmn6D67wMlEKlOSWtY9wZwguUDbYjw5wI= -SIZE (samba-4.23.6.tar.gz) = 43306831 +SHA256 (samba-4.23.8.tar.gz) = l2EphHRW3Ft4wA+P+3ncYFxJ1qrKiyqncv0i27afrgE= +SIZE (samba-4.23.8.tar.gz) = 43360349 Index: patches/patch-buildtools_wafsamba_samba_autoconf_py =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-buildtools_wafsamba_samba_autoconf_py,v diff -u -p -r1.24 patch-buildtools_wafsamba_samba_autoconf_py --- patches/patch-buildtools_wafsamba_samba_autoconf_py 15 Sep 2025 04:27:32 -0000 1.24 +++ patches/patch-buildtools_wafsamba_samba_autoconf_py 26 May 2026 18:08:07 -0000 @@ -5,7 +5,7 @@ Index: buildtools/wafsamba/samba_autoconf.py --- buildtools/wafsamba/samba_autoconf.py.orig +++ buildtools/wafsamba/samba_autoconf.py -@@ -958,6 +958,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False): +@@ -963,6 +963,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False): if not 'EXTRA_LDFLAGS' in conf.env: conf.env['EXTRA_LDFLAGS'] = [] conf.env['EXTRA_LDFLAGS'].extend(TO_LIST(flags)) @@ -33,7 +33,7 @@ Index: buildtools/wafsamba/samba_autocon return flags -@@ -1029,7 +1050,7 @@ def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(conf): +@@ -1034,7 +1055,7 @@ def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(conf): # symbols used for fuzzers are only defined by compiler wrappers. return