]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
grep: Update to version 3.7
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 27 Sep 2021 15:33:20 +0000 (17:33 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 4 Jan 2022 17:16:37 +0000 (18:16 +0100)
commit0bcff4697553b9a2867fc5b3a0d9415a62aaf43f
treee71af8cac27ec6dee2b9b600c34d4d77c61e34e2
parentb0f3ddb3121ea78c5e6d47659b56c943d42d7a45
grep: Update to version 3.7

- Update from 3.6 to 3.7
- Update of rootfile not required
- Changelog
   * Noteworthy changes in release 3.7 (2021-08-14) [stable]
     ** Changes in behavior
        Use of the --unix-byte-offsets (-u) option now evokes a warning.
        Since 3.1, this Windows-only option has had no effect.
     ** Bug fixes
        Preprocessing N patterns would take at least O(N^2) time when too many
         patterns hashed to too few buckets. This now takes seconds, not days:
         : | grep -Ff <(seq 6400000 | tr 0-9 A-J)
         [Bug#44754 introduced in grep 3.5]
- More details of the changes can be found in the ChangeLog file in the source tarball.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/grep