From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] samba: Update to version 4.21.3 Date: Sat, 11 Jan 2025 15:43:32 +0100 Message-ID: <20250111144333.3363359-9-adolf.belka@ipfire.org> In-Reply-To: <20250111144333.3363359-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4102939128317711597==" List-Id: --===============4102939128317711597== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 4.21.2 to 4.21.3 - Update of rootfile not required - Changelog 4.21.3 * BUG 15701: More possible replication loops against Azure AD. * BUG 15697: Compound rename from Mac clients can fail with NT_STATUS_INTERNAL_ERROR if the file has a lease. * BUG 15724: vfs crossrename seems not work correctly. * BUG 6750: After 'machine password timeout' /etc/krb5.keytab is not upda= ted. * BUG 15771: Memory leak wbcCtxLookupSid. * BUG 15765: Fix heap-user-after-free with association groups. * BUG 15758: Segfault in vfs_btrfs. * BUG 15755: Avoid event failure race when disabling an event script. * BUG 15724: vfs crossrename seems not work correctly. Signed-off-by: Adolf Belka --- lfs/samba | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/samba b/lfs/samba index 4a1454db2..6d4976c78 100644 --- a/lfs/samba +++ b/lfs/samba @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.21.2 +VER =3D 4.21.3 SUMMARY =3D A SMB/CIFS File, Print, and Authentication Server =20 THISAPP =3D samba-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D samba -PAK_VER =3D 108 +PAK_VER =3D 109 =20 DEPS =3D avahi libtalloc perl-Parse-Yapp perl-JSON wsdd =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D f9c297f4ed0c00b7887e637beb6ab7f4e17882e0ed5a3d1f1faf1a= e1c2d6b064ada53cf65a86f11237813197c043961735e8aad641630baa48ec259482bdab2a +$(DL_FILE)_BLAKE2 =3D 6e7bb59d6dee89c797023d172048f10504179256da448d5606748c= 56d481a29754eef1d8ef3f0ae3ac94b033c359a5fb38ed9ee6d4619dcfe8678b6415574ffd =20 install : $(TARGET) =20 --=20 2.47.1 --===============4102939128317711597==--