diff mbox series

grep: upgrade 3.8 -> 3.9

Message ID 1678878683-19486-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 59a2cad44782eb04a304d0b7a1022570d08477b0
Headers show
Series grep: upgrade 3.8 -> 3.9 | expand

Commit Message

Mingyu Wang (Fujitsu) March 15, 2023, 11:11 a.m. UTC
From: Upgrade Helper <uh@not.set>

Bug fixes
==========
  With -P, some non-ASCII UTF8 characters were not recognized as
  word-constituent due to our omission of the PCRE2_UCP flag. E.g.,
  given f(){ echo Perú|LC_ALL=en_US.UTF-8 grep -Po "$1"; } and
  this command, echo $(f 'r\w'):$(f '.\b'), before it would print ":r".
  After the fix, it prints the correct results: "rú:ú".

  When given multiple patterns the last of which has a back-reference,
  grep no longer sometimes mistakenly matches lines in some cases.
  [Bug#36148#13 introduced in grep 3.4]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-extended/grep/{grep_3.8.bb => grep_3.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/grep/{grep_3.8.bb => grep_3.9.bb} (94%)

Comments

Richard Purdie March 16, 2023, 8:11 a.m. UTC | #1
On Wed, 2023-03-15 at 19:11 +0800, wangmy wrote:
> From: Upgrade Helper <uh@not.set>

I noticed a number of your patches have this set which is incorrect!

Cheers,

Richard
Alexander Kanavin March 16, 2023, 8:14 a.m. UTC | #2
On Thu, 16 Mar 2023 at 09:11, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Wed, 2023-03-15 at 19:11 +0800, wangmy wrote:
> > From: Upgrade Helper <uh@not.set>
>
> I noticed a number of your patches have this set which is incorrect!

Mass-reassigning the author can be done with something like:

git rebase origin/master --exec 'git commit --amend -a -s --no-edit
--reset-author'

Alex
Mingyu Wang (Fujitsu) March 16, 2023, 8:32 a.m. UTC | #3
Yes, so I received an error message when I sent it. I will revise and resubmit

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
> Sent: Thursday, March 16, 2023 4:11 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Cc: Upgrade Helper <uh@not.set>
> Subject: Re: [OE-core] [PATCH] grep: upgrade 3.8 -> 3.9
> 
> On Wed, 2023-03-15 at 19:11 +0800, wangmy wrote:
> > From: Upgrade Helper <uh@not.set>
> 
> I noticed a number of your patches have this set which is incorrect!
> 
> Cheers,
> 
> Richard
Richard Purdie March 16, 2023, 8:35 a.m. UTC | #4
On Thu, 2023-03-16 at 08:32 +0000, wangmy@fujitsu.com wrote:
> Yes, so I received an error message when I sent it. I will revise and resubmit

I did fix the ones I'd put through testing since I didn't really want
to repeat it so only anything unmerged needs to be resent.

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-extended/grep/grep_3.8.bb b/meta/recipes-extended/grep/grep_3.9.bb
similarity index 94%
rename from meta/recipes-extended/grep/grep_3.8.bb
rename to meta/recipes-extended/grep/grep_3.9.bb
index be2caaa920..3c39a5fb56 100644
--- a/meta/recipes-extended/grep/grep_3.8.bb
+++ b/meta/recipes-extended/grep/grep_3.9.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
 
 SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382"
+SRC_URI[sha256sum] = "abcd11409ee23d4caf35feb422e53bbac867014cfeed313bb5f488aca170b599"
 
 inherit autotools gettext texinfo pkgconfig