]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
which: Update to version 2.23
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 26 Feb 2025 18:12:48 +0000 (19:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Mar 2025 11:12:13 +0000 (11:12 +0000)
- 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 broken
 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/which

index e76ddf4f091a52107a21a05e99bd3c678b257c25..f505a39e6cf375b7c4ed6b45c54126602a01f888 100644 (file)
--- a/lfs/which
+++ b/lfs/which
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.21
+VER        = 2.23
 
 THISAPP    = which-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 355888b0dfe3e4e1679a8a9e1255a935fa48be220408abc441fae69fe0b26bd39e0544ed20e75497ed5bccaa75e788d9aec17007c668f15eaf6b1599faa131a0
+$(DL_FILE)_BLAKE2 = 64a3ae1f23a4c389f945f6c0985e6f6062b46785125a0d0659ff160560a4a473633d38af71b1505beeabba8336f5a9906f1ba58ab3494635e970bd5529b3936f
 
 install : $(TARGET)