diff --git a/utils/crun/Makefile b/utils/crun/Makefile index 29ac65cba2..8b48092a75 100644 --- a/utils/crun/Makefile +++ b/utils/crun/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crun PKG_VERSION:=1.17 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containers/crun/tar.gz/$(PKG_VERSION)? diff --git a/utils/crun/patches/010-gcc15.patch b/utils/crun/patches/010-gcc15.patch new file mode 100644 index 0000000000..e37127bb81 --- /dev/null +++ b/utils/crun/patches/010-gcc15.patch @@ -0,0 +1,11 @@ +--- a/tests/tests_libcrun_fuzzer.c ++++ b/tests/tests_libcrun_fuzzer.c +@@ -463,7 +463,7 @@ LLVMFuzzerTestOneInput (uint8_t *buf, si + } + + static void +-sig_chld () ++sig_chld (int i) + { + int status; + pid_t p;