Download raw body.
-stable UPDATE net/samba-4.20.8
Hi,
Thanks for the update.
Builds and test fine. OK
Ian McWilliam
> On 17 Apr 2025, at 1:24 pm, Bjorn Ketelaars <bket@openbsd.org> wrote:
>
> Here is an update to the latest release of the Samba 4.20 release series
> for 7.6. Release notes:
> https://www.samba.org/samba/history/samba-4.20.8.html
>
> OK for committing to -stable?
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/samba/Makefile,v
> diff -u -p -r1.351.2.3 Makefile
> --- Makefile 22 Jan 2025 16:00:36 -0000 1.351.2.3
> +++ Makefile 28 Mar 2025 11:08:04 -0000
> @@ -1,4 +1,4 @@
> -VERSION = 4.20.7
> +VERSION = 4.20.8
> DISTNAME = samba-${VERSION}
> EPOCH = 0
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/samba/distinfo,v
> diff -u -p -r1.119.2.3 distinfo
> --- distinfo 22 Jan 2025 16:00:36 -0000 1.119.2.3
> +++ distinfo 28 Mar 2025 11:08:04 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (samba-4.20.7.tar.gz) = Wv6LZuYSqxx+V8YUat/pjsPqnUDe4pYqIHaj1taXO3g=
> -SIZE (samba-4.20.7.tar.gz) = 42523056
> +SHA256 (samba-4.20.8.tar.gz) = db4OjTH0UBPpsmD+fPMEo20tgSg5GRR3JXchXsFzqAc=
> +SIZE (samba-4.20.8.tar.gz) = 42531989
> Index: patches/patch-python_samba_provision___init___py
> ===================================================================
> RCS file: /cvs/ports/net/samba/patches/patch-python_samba_provision___init___py,v
> diff -u -p -r1.14 patch-python_samba_provision___init___py
> --- patches/patch-python_samba_provision___init___py 30 Mar 2024 04:31:12 -0000 1.14
> +++ patches/patch-python_samba_provision___init___py 28 Mar 2025 11:08:04 -0000
> @@ -3,7 +3,7 @@
> Index: python/samba/provision/__init__.py
> --- python/samba/provision/__init__.py.orig
> +++ python/samba/provision/__init__.py
> -@@ -2201,7 +2201,7 @@ def provision(logger, session_info, smbconf=None,
> +@@ -2198,7 +2198,7 @@ def provision(logger, session_info, smbconf=None,
> root_gid = pwd.getpwuid(root_uid).pw_gid
>
> try:
> Index: pkg/PLIST-main
> ===================================================================
> RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v
> diff -u -p -r1.77.2.2 PLIST-main
> --- pkg/PLIST-main 22 Jan 2025 16:00:36 -0000 1.77.2.2
> +++ pkg/PLIST-main 28 Mar 2025 11:08:05 -0000
> @@ -1505,10 +1505,13 @@ lib/python${MODPY_VERSION}/site-packages
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/${MODPY_PYCACHE}gkdi.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/${MODPY_PYCACHE}gmsa.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/${MODPY_PYCACHE}gmsa.${MODPY_PYC_MAGIC_TAG}pyc
> +lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/${MODPY_PYCACHE}sd.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> +lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/${MODPY_PYCACHE}sd.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/${MODPY_PYCACHE}wbint.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/${MODPY_PYCACHE}wbint.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/gkdi.py
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/gmsa.py
> +lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/sd.py
> lib/python${MODPY_VERSION}/site-packages/samba/tests/ndr/wbint.py
> lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join.py
> lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join_no_spnego.py
-stable UPDATE net/samba-4.20.8