From: Adolf Belka Date: Sun, 4 May 2025 13:17:06 +0000 (+0200) Subject: grep: Update to version 3.12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dad824623c9468b62582d36eb34fab0d96885e30;p=ipfire-2.x.git grep: Update to version 3.12 - Update from version 3.11 to 3.12 - Update of rootfile not required - Changelog 3.12 ** Bug fixes Searching a directory with at least 100,000 entries no longer fails with "Operation not supported" and exit status 2. Now, this prints 1 and no diagnostic, as expected: $ mkdir t && cd t && seq 100000|xargs touch && grep -r x .; echo $? 1 [bug introduced in grep 3.11] -mN where 1 < N no longer mistakenly lseeks to end of input merely because standard output is /dev/null. ** Changes in behavior The --unix-byte-offsets (-u) option is gone. In grep-3.7 (2021-08-14) it became a warning-only no-op. Before then, it was a Windows-only no-op. On Windows platforms and on AIX in 32-bit mode, grep in some cases now supports Unicode characters outside the Basic Multilingual Plane. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/grep b/lfs/grep index dde47ffa2..e29285a23 100644 --- a/lfs/grep +++ b/lfs/grep @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 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 @@ include Config -VER = 3.11 +VER = 3.12 THISAPP = grep-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e21785bca20b5a090d32bb5dc525fb298af30165106ed4c289b1518ea3d2acdcacfd6309b12f13be29a4b958f19588546119c695deb2b7500d49dcff86357bdc +$(DL_FILE)_BLAKE2 = 93d06bce04793f4b4c94d92febc6092f669e50e1bfc1bef3c911a2ca322560bdab8619e88a05a4d6ea4908b2d01da1926a99a22eecc513bd48b8957984bdfa12 install : $(TARGET)