From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] which: Update to version 2.23 Date: Sun, 02 Mar 2025 09:26:14 +0000 Message-ID: <20250226181250.1470980-7-adolf.belka@ipfire.org> In-Reply-To: <20250226181250.1470980-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2436462413764900071==" List-Id: --===============2436462413764900071== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.21 to 2.23 - Update of rootfile not required - Changelog 2.23 Bug fix; cleaning up a path like "/path/a/../b/foo" before printing was brok= en in 2.22. 2.22 Improved Windows support (by Mitch Capper). The function that decides if a found path is executable (file_status) was updated to that of bash version 5.2. Signed-off-by: Adolf Belka --- lfs/which | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/which b/lfs/which index e76ddf4f0..f505a39e6 100644 --- a/lfs/which +++ b/lfs/which @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2025 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 @@ =20 include Config =20 -VER =3D 2.21 +VER =3D 2.23 =20 THISAPP =3D which-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 355888b0dfe3e4e1679a8a9e1255a935fa48be220408abc441fae6= 9fe0b26bd39e0544ed20e75497ed5bccaa75e788d9aec17007c668f15eaf6b1599faa131a0 +$(DL_FILE)_BLAKE2 =3D 64a3ae1f23a4c389f945f6c0985e6f6062b46785125a0d0659ff16= 0560a4a473633d38af71b1505beeabba8336f5a9906f1ba58ab3494635e970bd5529b3936f =20 install : $(TARGET) =20 --=20 2.48.1 --===============2436462413764900071==--