]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
grep: upgrade 3.9 -> 3.10
authorDenys Dmytriyenko <denis@denix.org>
Wed, 5 Apr 2023 15:44:09 +0000 (15:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Apr 2023 13:29:01 +0000 (14:29 +0100)
commit7ac3bcf228ceb4b56f82c65941b95a276d7d3b95
tree15279d0e673b8906f05c7fc83408fed5caac37a5
parent0331fac93570b8e2960ac94b2a6a7eb71cb1a1d0
grep: upgrade 3.9 -> 3.10

This is to announce grep-3.10, a stable release,
fixing a bug with -P and \d. TL;DR, grep-3.9 would do this:

  $ LC_ALL=en_US.UTF-8 grep -P '\d' <<< ٠١٢٣٤٥٦٧٨٩
  ٠١٢٣٤٥٦٧٨٩

It should print nothing, like it has always done.
For more detail, see https://lists.gnu.org/r/bug-grep/2023-03/msg00005.html

Thanks to Paul Eggert for catching the \D variant and to Bruno Haible
for assiduously tending gnulib and for testing grep on so many
different systems.

There have been 12 commits by 2 people in the 17 days since 3.9.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/grep/grep_3.10.bb [moved from meta/recipes-extended/grep/grep_3.9.bb with 94% similarity]