From patchwork Mon Oct 27 10:35:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9234 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cw8zm67n8z3wb0 for ; Mon, 27 Oct 2025 10:35:48 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cw8zm5C3rz41g for ; Mon, 27 Oct 2025 10:35:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cw8zm4T7Bz32RJ for ; Mon, 27 Oct 2025 10:35:48 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cw8zk0h30z2yrn for ; Mon, 27 Oct 2025 10:35:46 +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 4cw8zj4GWXzbc; Mon, 27 Oct 2025 10:35:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761561345; 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=cWQ48O/ryweUaSIvyZJ7rxZGj0tD1obep/eQTpgFV8Y=; b=q+SBvwk+FBy2lXpk6ef1qhVRWjNlzXE7UsTQLMhh9MSZzlwQMS9s+DgYGIFYYGXEq1bt4b A+9BqUMKNEl+LNCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761561345; 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=cWQ48O/ryweUaSIvyZJ7rxZGj0tD1obep/eQTpgFV8Y=; b=VPK6+MFfVVSmEREXLMUAmxjIlGGN4Q17t71v+bTk/tcKP7XMnWM6Z+kSD8wguX0ZFYLivZ mm8Gq3v73bZs81pIASLRbr8NrbRsqzlPxseAo8desfLOV4wb/XsswrL2y2HIXFV/QqT4fD fn0TP5Z6fPJIMWmG/jz+EoOx2HXISynBxXODPnxVYiEtBDy2La62UI6YU0q5mCpIMSt4Tm hMTmnSrCQKsvO4yNw4Hf/J4mg/ruTiYG3GLN1oqwGemhfT++sU9gB4UUWihLdCy1N5XArb 7O0WcinA1gRMab5ZDIHwJOHdtzUgRkzcyLX4+aT695HSqGCeAkBbHD9xqw27IA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] samba: Update to version 4.23.2 Date: Mon, 27 Oct 2025 11:35:41 +0100 Message-ID: <20251027103541.39778-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 4.23.1 to 4.23.2 - No change to any of the rootfiles - Changelog 4.23.2 This is a security release in order to address the following defects: o CVE-2025-9640: Uninitialized memory disclosure via vfs_streams_xattr. https://www.samba.org/samba/security/CVE-2025-9640.html o CVE-2025-10230: Command injection via WINS server hook script. https://www.samba.org/samba/security/CVE-2025-10230.html Signed-off-by: Adolf Belka --- lfs/samba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/samba b/lfs/samba index bb681de97..99c35e961 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@ include Config -VER = 4.23.1 +VER = 4.23.2 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 = 116 +PAK_VER = 117 DEPS = avahi libtalloc perl-Parse-Yapp wsdd @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 27d5c7d24140716692824bd255a757cd93a05f1e8584822614ddd51dbdb1b008e519c98c2de8c6ff5e7d4c92260a655ae84190fe84aa9ac46290ffd60fb613ad +$(DL_FILE)_BLAKE2 = 6ea7254f07121e32c6ac0914f45451c0174d68006dbc7836469a9d201d5acadbf6d8ed79d962ba7faa4cd404f52b5c27c02b7025feb37e4a56162bcd0a863401 install : $(TARGET)