package/grpc: update the patches to be applied with fuzz 0
Commit 8f88a644ed
("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.
Due to this change, grpc fails to build with output:
Applying 0003-host-grpc-only-cpp-plugin.patch using patch:
patching file CMakeLists.txt
Hunk #2 succeeded at 567 (offset 8 lines).
Hunk #3 succeeded at 580 (offset 7 lines).
Hunk #4 succeeded at 1315 (offset 79 lines).
Hunk #5 succeeded at 1368 (offset 79 lines).
Hunk #6 FAILED at 1462.
Hunk #7 succeeded at 2515 (offset 131 lines).
Hunk #8 succeeded at 2631 (offset 107 lines).
Hunk #9 succeeded at 3117 (offset 186 lines).
Hunk #10 succeeded at 3202 (offset 198 lines).
Hunk #11 succeeded at 3654 (offset 172 lines).
Hunk #12 succeeded at 3909 (offset 184 lines).
Hunk #13 succeeded at 4203 (offset 158 lines).
Hunk #14 succeeded at 4263 (offset 158 lines).
Hunk #15 succeeded at 4347 (offset 158 lines).
Hunk #16 FAILED at 4281.
Hunk #17 succeeded at 11110 (offset -143 lines).
Hunk #18 succeeded at 11140 (offset -143 lines).
Hunk #19 succeeded at 23153 (offset 3325 lines).
Hunk #20 succeeded at 23250 (offset 3325 lines).
2 out of 20 hunks FAILED -- saving rejects to file CMakeLists.txt.rej
This commit refreshes the package patch on the current package version.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>