security/afl: 2.29 -> 2.32
- Adds a new LLVM_VERSION knob to control the LLVM version the port uses
when using the LLVM option
- Switches the default LLVM version from 3.7 to 3.8
PR: 212009
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
security/afl: 1.96.b -> 2.02b
Changes:
- Add new LLVM option which adds afl-clang-fast and afl-clang-fast++.
Enabled by default, but broken on FreeBSD 9.
- The PLOT_SUPPORT option was broken in r405132 because of a typo in
its RUN_DEPENDS. Gnuplot is only required by afl-plot which will
quit with an error alerting the user if it isn't installed, so
instead of fixing the typo we remove it instead. Added a
pkg-message suggesting to install gnuplot if afl-plot is wanted.
PR: 207236
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)