From 430921120fdd6285c07557fcae010e10b7715235 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Fri, 5 Jul 2024 12:22:25 +0200 Subject: [PATCH] package/udpcast: update the patches to be applied with fuzz 0 Commit 8f88a644ed7d6 ("support/scripts/apply-patches.sh: set the maximum fuzz factor to 0") reduced the fuzz factor. Due to this change, udpcast fails to build with output: Applying 0001-fix-musl-build.patch using patch: patching file receivedata.c Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file receivedata.c.rej This commit refreshes the package patch on the current package version. Signed-off-by: Dario Binacchi Signed-off-by: Romain Naour --- .checkpackageignore | 1 - package/udpcast/0001-fix-musl-build.patch | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.checkpackageignore b/.checkpackageignore index 2c0f265d96..9546391d1f 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -1384,7 +1384,6 @@ package/uboot-tools/0001-drop-configh-from-tools.patch lib_patch.Upstream package/uboot-tools/0002-tools-only-in-no-dot-config-targets.patch lib_patch.Upstream package/uboot-tools/0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch lib_patch.Upstream package/ubus/0001-Install-server-and-client-examples.patch lib_patch.Upstream -package/udpcast/0001-fix-musl-build.patch lib_patch.Upstream package/uemacs/01-clear-ixon-termios-flag.patch lib_patch.Upstream package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch lib_patch.Upstream package/uhttpd/0001-Remove-Werror.patch lib_patch.Upstream diff --git a/package/udpcast/0001-fix-musl-build.patch b/package/udpcast/0001-fix-musl-build.patch index 0e213b2793..e24f3e9e94 100644 --- a/package/udpcast/0001-fix-musl-build.patch +++ b/package/udpcast/0001-fix-musl-build.patch @@ -15,8 +15,9 @@ Fixes: - http://autobuild.buildroot.org/results/30208c6f175967fed6de690447a09e0c86547b24 Signed-off-by: Fabrice Fontaine -[Upstream status: -https://udpcast.linux.lu/mailman3/hyperkitty/list/udpcast@udpcast.linux.lu/thread/4MBES2CPUSUNIZTC7NXCQYS2GAE4DQSG/] +Upstream: https://udpcast.linux.lu/mailman3/hyperkitty/list/udpcast@udpcast.linux.lu/thread/4MBES2CPUSUNIZTC7NXCQYS2GAE4DQSG/ +[Dario: make the patch to be applied with fuzz factor 0] +Signed-off-by: Dario Binacchi diff '--color=auto' -Nura udpcast-20211207.orig/receivedata.c udpcast-20211207/receivedata.c --- udpcast-20211207.orig/receivedata.c 2022-08-13 21:48:06.226588614 +0200 @@ -27,5 +28,5 @@ diff '--color=auto' -Nura udpcast-20211207.orig/receivedata.c udpcast-20211207/r #include +#include #include - #include #include +