From 198d17ed2eec774a20bcb778b65c8f9ec8de40f0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 11 Oct 2025 02:15:53 +0300 Subject: security/afl++: Update 4.33c => 4.34c - Remove upstreamed patches. - Enable the build on FreeBSD 13 again. - Don't bother trying to build the Frida, Unicorn and Qemu support. Changelog: https://github.com/AFLplusplus/AFLplusplus/releases/tag/v4.34c PR: 290130 MFH: 2025Q4 --- security/afl++/files/patch-GNUmakefile.llvm | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 security/afl++/files/patch-GNUmakefile.llvm (limited to 'security/afl++/files/patch-GNUmakefile.llvm') diff --git a/security/afl++/files/patch-GNUmakefile.llvm b/security/afl++/files/patch-GNUmakefile.llvm deleted file mode 100644 index 8642167f99eb..000000000000 --- a/security/afl++/files/patch-GNUmakefile.llvm +++ /dev/null @@ -1,20 +0,0 @@ ---- GNUmakefile.llvm.orig 2025-06-28 20:29:37 UTC -+++ GNUmakefile.llvm -@@ -554,6 +554,9 @@ test_build: $(PROGS) - - .PHONY: test_build - test_build: $(PROGS) -+ifdef AFL_NO_TEST_BUILD -+ @echo "[*] Not testing the CC wrapper and instrumentation output (AFL_NO_TEST_BUILD set)." -+else - @echo "[*] Testing the CC wrapper and instrumentation output..." - unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO AFL_LLVM_ALLOWLIST AFL_LLVM_DENYLIST; ASAN_OPTIONS=detect_leaks=0 AFL_QUIET=1 AFL_PATH=. AFL_LLVM_LAF_ALL=1 ./afl-cc $(CFLAGS) $(CPPFLAGS) ./test-instr.c -o test-instr $(LDFLAGS) - ifdef IS_IOS -@@ -564,6 +567,7 @@ endif - @rm -f test-instr - @cmp -s .test-instr0 .test-instr1; DR="$$?"; rm -f .test-instr0 .test-instr1; if [ "$$DR" = "0" ]; then echo; echo "Oops, the instrumentation does not seem to be behaving correctly!"; echo; echo "Please post to https://github.com/AFLplusplus/AFLplusplus/issues to troubleshoot the issue."; echo; exit 1; fi - @echo "[+] All right, the instrumentation seems to be working!" -+endif - - .PHONY: all_done - all_done: test_build -- cgit v1.2.3