From patchwork Thu Mar 5 17:11:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9550 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fRbg02PMJz3wjb for ; Thu, 05 Mar 2026 17:11:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fRbfy5WZ2z5tr for ; Thu, 05 Mar 2026 17:11:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fRbfw4qVCz33vV for ; Thu, 05 Mar 2026 17:11:36 +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" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fRbfq6T2mz349f for ; Thu, 05 Mar 2026 17:11:31 +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 4fRbfp3zBmz5yP; Thu, 05 Mar 2026 17:11:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772730690; 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: in-reply-to:in-reply-to:references:references; bh=Y12bKUN+P8iqVDxnyHc/mPIrZ9KQyJcCW+4ck66/BTU=; b=L7Bv+atbztJmXSFAcU4RG86+GSXdNpg8oT1iCOh9pGuecLWHMXudrrcCpNyeIgGoZAi8MS gIKq2alaTwcNKzDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772730690; 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: in-reply-to:in-reply-to:references:references; bh=Y12bKUN+P8iqVDxnyHc/mPIrZ9KQyJcCW+4ck66/BTU=; b=XwwmI2np/V72AekY99gGrmIfn0gon1XMyvtINvVsbydZRiHMbzf+j+nKZvIl3puIR7/XuV 1LY0b00NPvXraiWKz9ZSOFMOlyGumwUgWl8rmUZ7A9WJsZ3gNi90UvX6ygihW5LNEXjK7v sk2RZdtwFR66uxeQ2vWiTygcfhTWJOLga9QP7z8pJWzMOifA3Z4IRCUeGSvV6QmcnRgUZB cc35Umt9R7FfG/Q3HWJgbcLrV9GDVHMKSXFD0/oO8GqEYabjvRg9yoIY5sy54LJC4jwOtk sPn1xwaz1TV2anVc7QLIEMO93Eou87r//o+MBlB5reK0sQC02+Yi8raNUxyMYQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] samba: Update to version 4.23.6 Date: Thu, 5 Mar 2026 18:11:23 +0100 Message-ID: <20260305171124.2654733-9-adolf.belka@ipfire.org> In-Reply-To: <20260305171124.2654733-1-adolf.belka@ipfire.org> References: <20260305171124.2654733-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.5 to 4.23.6 - No change to rootfile - Changelog 4.23.6 * BUG 15990: No function _python_sysroot defined * BUG 15978: leases torture test flappy * BUG 15984: smbd: in contend_dirleases() don't bother checking when not enabled * BUG 15979: possible memory leak on rpc_spoolss * BUG 15964: "net offlinejoin requestodj" manpage entry incorrectly mentiones provided credentials * BUG 15789: "use-kerberos=desired" broken * BUG 15958: pthreadpool_tevent has race conditions accessing both pthreadpool_tevent.jobs list and pthreadpool_tevent.glue_list * BUG 15979: possible memory leak on rpc_spoolss * BUG 15938: CTDB's statd_callout fails on sm-notify * BUG 15939: CTDB statd_callout_notify notifies unnecessary clients and loses their state * BUG 15939: CTDB statd_callout_notify notifies unnecessary clients and loses their state * BUG 15977: ctdbd socket documentation is wrong Signed-off-by: Adolf Belka --- lfs/samba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/samba b/lfs/samba index 149b0e749..7b38018cc 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@ include Config -VER = 4.23.5 +VER = 4.23.6 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 = 119 +PAK_VER = 120 DEPS = avahi libtalloc perl-Parse-Yapp wsdd @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cab8a569da87d32b0268ea2111327450b64fa863507a286d46e200c21c947c477807f181651fa32bf81b799f1ae7554f417300abc8442fbe274208becb7432c9 +$(DL_FILE)_BLAKE2 = c5c567bfc4734429790ec7362150eda231ce7e3e7dbdfaa2ca2dc81bd178c9c15cc9360b21f4c5dd1f1423d46337bc5a7b581efcff8ed647adb69a9b47922320 install : $(TARGET)