Hi, Builds and runs fine in my testing.
Looks like the additional tar support is working. ianm-openbsd:dest {111} smbclient //192.168.251.127/ianm --user ianm -Tc test.tar development Password for [IANM-TEST\ianm]: tar: dumped 12 files and 0 directories Total bytes written: 57190 (1.4 MiB/s) ianm-openbsd:dest {112} tar -tvf test.tar drwxr-xr-x 2 root wheel 0 Jul 6 12:08 ./development drwxr-xr-x 2 root wheel 0 Mar 23 11:25 ./development/anoncvs -rw-r--r-- 1 root wheel 6148 Jul 15 2022 ./development/.DS_Store -rw-r--r-- 1 root wheel 2232 Jan 21 2016 ./development/mpage-pledge.diff -rw-r--r-- 1 root wheel 4096 Jul 15 2022 ./development/._.DS_Store -rw-r--r-- 1 root wheel 4096 Oct 5 2022 ./development/._mpage-pledge.diff -rw-r--r-- 1 root wheel 29254 Jul 6 10:21 ./development/samba-4.18.4.diff -rw-r--r-- 1 root wheel 1588 Sep 25 2021 ./development/anoncvs/cvs-src-current -rw-r--r-- 1 root wheel 1914 Mar 25 10:19 ./development/anoncvs/cvs-src-stable -rw-r--r-- 1 root wheel 1916 Apr 5 2022 ./development/anoncvs/cvs-src-stable-7.0 -rw-r--r-- 1 root wheel 1914 Sep 26 2022 ./development/anoncvs/cvs-src-stable-7.1 -rw-r--r-- 1 root wheel 1916 Mar 23 11:19 ./development/anoncvs/cvs-src-stable-7.2 -rw-r--r-- 1 root wheel 964 Sep 23 2021 ./development/anoncvs/fetch-ports-current -rw-r--r-- 1 root wheel 1152 Mar 23 11:26 ./development/anoncvs/fetch-ports-stable Ok from me. Ian McWilliam > On 6 Jul 2023, at 4:12 am, Bjorn Ketelaars <b...@openbsd.org> wrote: > > On Wed 05/07/2023 14:51, Jeremie Courreges-Anglas wrote: >> On Wed, Jul 05 2023, Jeremie Courreges-Anglas <j...@wxcvbn.org> wrote: >>> Here's an update to samba-4.18.3 and required talloc/tdb versions. >>> I expect us to follow the 4.18 series for OpenBSD 7.4. >>> >>> Release announcements: >>> https://www.samba.org/samba/history/samba-4.18.0.html >>> https://www.samba.org/samba/history/samba-4.18.1.html >>> https://www.samba.org/samba/history/samba-4.18.2.html >>> https://www.samba.org/samba/history/samba-4.18.3.html >> >> and https://www.samba.org/samba/history/samba-4.18.4.html >> >>> This includes the addition of libarchive as a dep for smbclient. >>> >>> Tests and oks welcome. >> >> New diff that updates to samba-4.18.4 - released today - and discards an >> unwarranted change in devel/libtalloc/pkg. > > Diff looks good, build- and run-tested on amd64. > > OK bket@