From: Denys Dmytriyenko Date: Wed, 5 Apr 2023 15:44:09 +0000 (+0000) Subject: grep: upgrade 3.9 -> 3.10 X-Git-Tag: 2023-04-mickledore~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac3bcf228ceb4b56f82c65941b95a276d7d3b95;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/grep/grep_3.9.bb b/meta/recipes-extended/grep/grep_3.10.bb similarity index 94% rename from meta/recipes-extended/grep/grep_3.9.bb rename to meta/recipes-extended/grep/grep_3.10.bb index 3c39a5fb56d..33fd64d27ee 100644 --- a/meta/recipes-extended/grep/grep_3.9.bb +++ b/meta/recipes-extended/grep/grep_3.10.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" -SRC_URI[sha256sum] = "abcd11409ee23d4caf35feb422e53bbac867014cfeed313bb5f488aca170b599" +SRC_URI[sha256sum] = "24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b" inherit autotools gettext texinfo pkgconfig