aboutsummaryrefslogtreecommitdiff
path: root/security/afl/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-12-27 17:21:35 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-12-27 17:21:35 +0000
commit11b117b3ae4d33690278e971867668c22bc7784e (patch)
tree157fd5c512071727a3323ecb2eb44b116e65e398 /security/afl/Makefile
parent09d0c73825d89b0fd234bd4d9afeaa1fa906d426 (diff)
Notes
Diffstat (limited to 'security/afl/Makefile')
-rw-r--r--security/afl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile
index 37c0670982b4..9173d7e8f938 100644
--- a/security/afl/Makefile
+++ b/security/afl/Makefile
@@ -4,6 +4,7 @@
PORTNAME= afl
PORTVERSION= 2.52
DISTVERSIONSUFFIX= b
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
@@ -29,7 +30,10 @@ OPTIONS_SUB= yes
LLVM_DESC= LLVM-based instrumentation
-LLVM_VERSION?= 40
+# You have implicit approval to bump the LLVM version here as long as
+# it builds WITH=LLVM and `make test` passes on all supported
+# releases.
+LLVM_VERSION?= 50
LLVM_ALL_TARGET= llvm_mode
LLVM_BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}