From: Denys Dmytriyenko Date: Tue, 17 Aug 2021 17:39:27 +0000 (-0400) Subject: grep: upgrade 3.6 -> 3.7 X-Git-Tag: uninative-3.4~152 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8a2bfc9da626597e915b774e1dca95ae2929014f;p=openembedded-core.git grep: upgrade 3.6 -> 3.7 GNU grep 3.7 has been released with a fix for a bug causing "extreme performance degradation" in certain types of search. https://www.theregister.com/2021/08/16/gnu_grep_37/ Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/grep/grep_3.6.bb b/meta/recipes-extended/grep/grep_3.7.bb similarity index 93% rename from meta/recipes-extended/grep/grep_3.6.bb rename to meta/recipes-extended/grep/grep_3.7.bb index 750575ec22..b0b89de83d 100644 --- a/meta/recipes-extended/grep/grep_3.6.bb +++ b/meta/recipes-extended/grep/grep_3.7.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" -SRC_URI[sha256sum] = "667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e" +SRC_URI[sha256sum] = "5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c" inherit autotools gettext texinfo pkgconfig