From 73857c6fd2b11a70ba740ec455212c9ebdc2ed94 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sun, 14 Oct 2018 08:48:23 +0000 Subject: security/afl: switch to llvm70 --- security/afl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/afl') 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} -- cgit v1.2.3