Index: Makefile =================================================================== RCS file: /cvs/ports/net/samba/Makefile,v diff -u -p -r1.375 Makefile --- Makefile 27 May 2026 14:50:58 -0000 1.375 +++ Makefile 1 Jul 2026 05:02:41 -0000 @@ -1,4 +1,4 @@ -VERSION = 4.24.3 +VERSION = 4.24.4 DISTNAME = samba-${VERSION} EPOCH = 0 @@ -25,7 +25,7 @@ SHARED_LIBS = dcerpc 3.0 \ samba-hostconfig 19.0 \ samba-passdb 3.2 \ samba-policy 0.0 \ - samba-util 13.1 \ + samba-util 14.0 \ samdb 6.0 \ smbclient 6.3 \ smbconf 19.1 \ Index: distinfo =================================================================== RCS file: /cvs/ports/net/samba/distinfo,v diff -u -p -r1.140 distinfo --- distinfo 27 May 2026 14:50:58 -0000 1.140 +++ distinfo 1 Jul 2026 05:02:41 -0000 @@ -1,2 +1,2 @@ -SHA256 (samba-4.24.3.tar.gz) = Sl4O0eoZK3mMhz2ZV8UKV2fBDCdnzMsA1W7MQn6U+Ok= -SIZE (samba-4.24.3.tar.gz) = 43446520 +SHA256 (samba-4.24.4.tar.gz) = 3yxRq0Nh7GJquZiOWUbvzKhGW8evroNCkdVVhGgmX/g= +SIZE (samba-4.24.4.tar.gz) = 43431734 Index: patches/patch-examples_fuse_wscript_build =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-examples_fuse_wscript_build,v diff -u -p -r1.1 patch-examples_fuse_wscript_build --- patches/patch-examples_fuse_wscript_build 10 Dec 2025 09:37:08 -0000 1.1 +++ patches/patch-examples_fuse_wscript_build 1 Jul 2026 05:02:41 -0000 @@ -4,7 +4,7 @@ Index: examples/fuse/wscript_build --- examples/fuse/wscript_build.orig +++ examples/fuse/wscript_build @@ -1,6 +1,6 @@ - #!/usr/local/bin/python3.13 + #!/usr/local/bin/python3.14 -if bld.env.HAVE_FUSE: +if False and bld.env.HAVE_FUSE: