Download raw body.
-stable UPDATE samba-4.20.6
Hi,
Thanks for the update.
Compiles, updates and tests fine. OK
Ian McWilliam
> On 20 Nov 2024, at 6:17 am, 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.6.html
>
> libndr-standard needs a minor bump because of theaddition of symbols.
>
> OK for committing to -stable?
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/samba/Makefile,v
> retrieving revision 1.351.2.1
> diff -u -p -r1.351.2.1 Makefile
> --- Makefile 10 Oct 2024 16:59:44 -0000 1.351.2.1
> +++ Makefile 19 Nov 2024 19:07:49 -0000
> @@ -1,4 +1,4 @@
> -VERSION = 4.20.5
> +VERSION = 4.20.6
> DISTNAME = samba-${VERSION}
> EPOCH = 0
>
> @@ -18,7 +18,7 @@ SHARED_LIBS = dcerpc 1.2 \
> ndr 3.2 \
> ndr-krb5pac 1.3 \
> ndr-nbt 2.1 \
> - ndr-standard 6.0 \
> + ndr-standard 6.1 \
> netapi 3.3 \
> samba-credentials 1.6 \
> samba-errors 2.1 \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/samba/distinfo,v
> retrieving revision 1.119.2.1
> diff -u -p -r1.119.2.1 distinfo
> --- distinfo 10 Oct 2024 16:59:44 -0000 1.119.2.1
> +++ distinfo 19 Nov 2024 19:07:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (samba-4.20.5.tar.gz) = BpeopX/4smjMJo1QjuT57Ib9gjUOhOukenCSQrcfaWI=
> -SIZE (samba-4.20.5.tar.gz) = 42503174
> +SHA256 (samba-4.20.6.tar.gz) = j+N/nngXtlg/pVoKFVaLjmvoh1UTdBMS74BUhLECzPc=
> +SIZE (samba-4.20.6.tar.gz) = 42520722
> Index: pkg/PLIST-main
> ===================================================================
> RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v
> retrieving revision 1.77
> diff -u -p -r1.77 PLIST-main
> --- pkg/PLIST-main 21 Jun 2024 03:05:34 -0000 1.77
> +++ pkg/PLIST-main 19 Nov 2024 19:07:49 -0000
> @@ -332,6 +332,7 @@ lib/python${MODPY_VERSION}/site-packages
> @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/ntlmssp.${MODPY_PYC_MAGIC_TAG}so
> @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/preg.${MODPY_PYC_MAGIC_TAG}so
> @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/samr.${MODPY_PYC_MAGIC_TAG}so
> +@so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/schannel.${MODPY_PYC_MAGIC_TAG}so
> @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/security.${MODPY_PYC_MAGIC_TAG}so
> @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/server_id.${MODPY_PYC_MAGIC_TAG}so
> @so lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/smb3posix.${MODPY_PYC_MAGIC_TAG}so
-stable UPDATE samba-4.20.6