]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
grep: Update to version 3.12
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 4 May 2025 13:17:06 +0000 (15:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 May 2025 10:46:01 +0000 (10:46 +0000)
commitdad824623c9468b62582d36eb34fab0d96885e30
tree7849ba8f9ba3c90784f4211388bde2e750d84834
parent2e650d998f26d5e8eb421ae325abf98c8bf2095b
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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/grep