From patchwork Fri Jun 5 16:11:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9908 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 4gX5zd2rjzz3wrg for ; Fri, 05 Jun 2026 16:11:57 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gX5zb4nZtz7BF for ; Fri, 05 Jun 2026 16:11:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gX5zX375Xz363t for ; Fri, 05 Jun 2026 16:11:52 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gX5zQ3M8lz339r for ; Fri, 05 Jun 2026 16:11: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 4gX5zN6pghz5Ms; Fri, 05 Jun 2026 16:11:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780675905; 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=YqAivoV0c7mLjsQYcE1JoRb3+sC9LO7p3r71Pqej3v8=; b=EUyVhYW3PHVIl8gm+fP/0vZPZcVvlfxmnXTMldTuYuQDQKbtzHJwduwTIgcib9oI8bxxN8 mvQUu6vpcu0i9M0Jpv52oREFYM0AKugYp+4o4zMX/v3oKuUKWqfYUC1yf7Rxf5+sEQGPeQ /CC4IBeQU8hfmlGuYVAPmkW/ElsCqcytgSVMmgTGaVHlYoJKiguFFQabYdkVmGwK8J3qeM 8hlHhdntus8KjP86ZbAweFsoD+yk/sBE3UOhoFgHIgfdKwFB1SgFGpZRPT4YStGvAKk/uv GfdF08u4/hL6H767ekCQqUAozS55WdyAQ16JV3w6J8J8idCdPoYQqy9W5EV/hw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780675905; 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=YqAivoV0c7mLjsQYcE1JoRb3+sC9LO7p3r71Pqej3v8=; b=t7ipgtiRPcgkXojlsEm/eFftco1sSC1hT6CDb3HFRx2ihS1X+cbZXR6SWrHxdTRnV7BB6W wXUMPvcsRxGpzVAg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] which: Update to version 2.25 Date: Fri, 5 Jun 2026 18:11:39 +0200 Message-ID: <20260605161139.3632709-10-adolf.belka@ipfire.org> In-Reply-To: <20260605161139.3632709-1-adolf.belka@ipfire.org> References: <20260605161139.3632709-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 2.23 to 2.25 - No change to rootfile - Changelog 2.25 * The changes of 2.22 and 2.23 were not in 2.24 because accidently used an old repository. 2.24 * Bug fix for an out of bounds stack read (by Daniel Anderson) Not exploitable as far as I can tell- so low priority. Signed-off-by: Adolf Belka --- lfs/which | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lfs/which b/lfs/which index f505a39e6..72837fe2b 100644 --- a/lfs/which +++ b/lfs/which @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # 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 = 2.23 +VER = 2.25 THISAPP = which-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 64a3ae1f23a4c389f945f6c0985e6f6062b46785125a0d0659ff160560a4a473633d38af71b1505beeabba8336f5a9906f1ba58ab3494635e970bd5529b3936f +$(DL_FILE)_BLAKE2 = 9c9b0e197e0f35845fee8a050aeccb3407ea27f82955be028ee3f148d74bf5d2c844814657ccf16adf03176f94b40bb4ae8817f27ffc7b2196b8d2e1e77f82c8 install : $(TARGET) @@ -70,7 +70,8 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)