- 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 updated. * 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 adolf.belka@ipfire.org --- 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 info@ipfire.org # +# Copyright (C) 2007-2025 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 4.21.2 +VER = 4.21.3 SUMMARY = A SMB/CIFS File, Print, and Authentication Server
THISAPP = samba-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 108 +PAK_VER = 109
DEPS = avahi libtalloc perl-Parse-Yapp perl-JSON wsdd
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = f9c297f4ed0c00b7887e637beb6ab7f4e17882e0ed5a3d1f1faf1ae1c2d6b064ada53cf65a86f11237813197c043961735e8aad641630baa48ec259482bdab2a +$(DL_FILE)_BLAKE2 = 6e7bb59d6dee89c797023d172048f10504179256da448d5606748c56d481a29754eef1d8ef3f0ae3ac94b033c359a5fb38ed9ee6d4619dcfe8678b6415574ffd
install : $(TARGET)