]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
grep: Update to version 3.10
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 27 Mar 2023 16:09:53 +0000 (18:09 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 18 Apr 2023 21:07:42 +0000 (21:07 +0000)
commit0f450c32f1e9ef7f43b3a99527a2bfaf1f31092e
tree518943315d1de1832b94bd0cc88c48c741a8ef4b
parent385f7bd8acf45b739a3e3bb6a4ffa344607bbb6b
grep: Update to version 3.10

- Update from version 3.9 to 3.10
- Update of rootfile not required
- Changelog
* Noteworthy changes in release 3.10 (2023-03-22) [stable]
** Bug fixes
  With -P, \d now matches only ASCII digits, regardless of PCRE
  options/modes. The changes in grep-3.9 to make \b and \w work
  properly had the undesirable side effect of making \d also match
  e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩.  With grep-3.9, -P '\d+'
  would match that ten-digit (20-byte) string. Now, to match such
  a digit, you would use \p{Nd}. Similarly, \D is now mapped to [^0-9].
  [bug introduced in grep 3.9]

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