From patchwork Wed Aug 14 19:35:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8011 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Wkdky1bBsz3wwl for ; Wed, 14 Aug 2024 19:35:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Wkdkv5hN7z2SK; Wed, 14 Aug 2024 19:35:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Wkdkt4v6yz3435; Wed, 14 Aug 2024 19:35:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Wkdkr5c2Fz2xSM for ; Wed, 14 Aug 2024 19:35:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Wkdkr0TjFznr; Wed, 14 Aug 2024 19:35:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723664116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Segl1YsIDCsbjw+KqJtBLU3BR4RfrVAzaCbbtwRBh/o=; b=+HcY7T+CzH7HnO3RJGiQhyp821GomGQ+y6SA12spAwkNtbvSEGv/2qNkc5VzWs8E+e0sNR Yy/66X4NnFKY6qCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723664116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Segl1YsIDCsbjw+KqJtBLU3BR4RfrVAzaCbbtwRBh/o=; b=wXJDwCFGZhzB72srKLHCEEF744zmcgtZMU7u+cJZlCDTvkQ4oJ91T+MnmfbHMjTGq6YKcl t0xXlKLTgwym/c0pgPkWHiVKCf1MAiFPNC8NIF2HyUUAzAQ3VC5BLpzmOsG+yRFQF6+a9w 3QA1Rjj+AGmQQbwMiXcgdjto6YeTLxZnYoGQVXhzJDO3PA5JATdSJf89hUpkE5GQ9ULsxV FfMwzdG/FlQsRXOLRz/u48w+nXgpCuFIUzGjHEU7lk2Pfkg1d+A1qJ2fXzx3asZY5BbFot nYlg9uWWGw+6ossTMNPKG11wVMMiT7Pq2/PLcgDHYZz6toRE4XErNaM5+JWTxg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] samba: Update to version 4.20.4 Date: Wed, 14 Aug 2024 21:35:09 +0200 Message-ID: <20240814193509.2660460-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: UDEZL7PZA2DVR4GVO2X4CQ7MJOZ2S3QI X-Message-ID-Hash: UDEZL7PZA2DVR4GVO2X4CQ7MJOZ2S3QI X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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 --- 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)