diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-14 08:48:23 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-14 08:48:23 +0000 |
commit | 73857c6fd2b11a70ba740ec455212c9ebdc2ed94 (patch) | |
tree | a814c4c90c06b7210bef794ec50509b2c97a0ac4 /security/afl/Makefile | |
parent | d19d17bd6460250c91329c24e0545c66c1c17d7c (diff) |
Notes
Diffstat (limited to 'security/afl/Makefile')
-rw-r--r-- | security/afl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile index bcbf8ea04a04..daaa801943cf 100644 --- a/security/afl/Makefile +++ b/security/afl/Makefile @@ -4,7 +4,7 @@ PORTNAME= afl PORTVERSION= 2.52 DISTVERSIONSUFFIX= b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -33,7 +33,7 @@ LLVM_DESC= LLVM-based instrumentation # 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?= 60 +LLVM_VERSION?= 70 LLVM_ALL_TARGET= llvm_mode LLVM_BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION} |