]> git.ipfire.org Git - thirdparty/grub.git/commit
bootstrap: Fix patching warnings
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 23 Oct 2025 17:18:17 +0000 (19:18 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 24 Oct 2025 18:05:07 +0000 (20:05 +0200)
commit7ded35feaab4fe4609606ead4da932c4164b9cb0
treeb67eb61a98fc59b7c085a2207d71bf458105600d
parent4129e9ad6feef6c609214ee30d6839740629039d
bootstrap: Fix patching warnings

Currently bootstrap complains in the following way when
patching gnulib files:

  patching file regcomp.c
  Hunk #2 succeeded at 1029 with fuzz 2.
  Hunk #5 succeeded at 1716 with fuzz 2.
  patching file regexec.c
  patching file base64.c
  patching file regexec.c
  Hunk #1 succeeded at 807 (offset -21 lines).

Let's fix it by adding missing "\f" and amending line
numbers in the patches.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Alec Brown <alec.r.brown@oracle.com>
grub-core/lib/gnulib-patches/fix-regcomp-resource-leak.patch
grub-core/lib/gnulib-patches/fix-unused-value.patch