After the update to 4.33c (271077d8527cf) it failed due to
missing includes. Add a patch to add the includes.
Upstreamed in: https://github.com/AFLplusplus/AFLplusplus/pull/2509
Add another patch to skip testing if AFL_NO_TEST_BUILD is set.
Upstreamed in: https://github.com/AFLplusplus/AFLplusplus/pull/2510
Unconditionally set AFL_NO_X86=1 and set AFL_NO_TEST_BUILD=1
to allow building proper packages in jails with default settings.
Previously the packages were incomplete:
fk@test-vm ~/git/privoxy $/usr/local/afl++-llvm/bin/afl-cc --version
[-] PROGRAM ABORT : Unable to find 'afl-compiler-rt.o'. Please set the AFL_PATH environment variable.
Location : find_built_deps(), src/afl-cc.c:594
While at it:
- Take over maintainership.
- Add afl-cmin.py to the SHEBANG_FILES.
- Mark BROKEN on FreeBSD 13.x for now.
PR: 288674
Approved by: db@ (Mentor) or yuri@ (Mentor)