- Update from version 4.20.2 to 4.20.4 - Successfully built samba on arm builder - Update of rootfile for x86_64 & aarch64 not required. - Changelog 4.20.4 * BUG 15673: --version-* options are still not ergonomic, and they reject tilde characters. * BUG 15673: --version-* options are still not ergonomic, and they reject tilde characters. 4.20.3 * BUG 15683: Running samba-bgqd a a standalone systemd service does not work. * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a Windows computer when user account need to change their own password. * BUG 15671: Invalid client warning about command line passwords. * BUG 15672: Version string is truncated in manpages. * BUG 15673: --version-* options are still not ergonomic, and they reject tilde characters. * BUG 15674: cmdline_burn does not always burn secrets. * BUG 15685: Samba does not parse SDDL found in defaultSecurityDescriptor in AD_DS_Classes_Windows_Server_v1903.ldf. * BUG 15655: When claims enabled with heimdal kerberos, unable to log on to a Windows computer when user account need to change their own password. * BUG 15660: The images don't build after the git security release and CentOS 8 Stream is EOL. * BUG 15676: Fix clock skew error message and memory cache clock skew recovery. * BUG 15603: Heimdal ignores _gsskrb5_decapsulate errors in init_sec_context/repl_mutual. * BUG 15621: s4:ldap_server: does not support tls channel bindings for sasl binds. * BUG 15678: CTDB socket output queues may suffer unbounded delays under some special conditions.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/samba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/samba b/lfs/samba index 05b9725c8..f8812d678 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@
include Config
-VER = 4.20.2 +VER = 4.20.4 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 = 103 +PAK_VER = 104
DEPS = avahi cups perl-Parse-Yapp perl-JSON wsdd
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = dffa86c8f3abca45e0b9dd29e723fbc13c0dac6c2b50d6240151ec0ae261fa5d9f43cc57403fa0b35624fd05f8cb50e2945d26b5f5205be48ccb60db0e64c1f7 +$(DL_FILE)_BLAKE2 = 1e5d99ed249f7a2bc21d0efec1d795262c556276984d48a774aef133bc1a9e182b7f20ce85aef2fc2b7d7e0b8b3a4edf1a6a855f679ed4d2408bd69b059463ee
install : $(TARGET)