diff options
author | tobik <tobik@FreeBSD.org> | 2018-10-14 16:48:23 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-10-14 16:48:23 +0800 |
commit | 3a615f67f325b4eddbc10da9c37d33517895d796 (patch) | |
tree | a814c4c90c06b7210bef794ec50509b2c97a0ac4 | |
parent | ba96305a9a508696320d5c8513630f4f579d961f (diff) | |
download | freebsd-ports-gnome-3a615f67f325b4eddbc10da9c37d33517895d796.tar.gz freebsd-ports-gnome-3a615f67f325b4eddbc10da9c37d33517895d796.tar.zst freebsd-ports-gnome-3a615f67f325b4eddbc10da9c37d33517895d796.zip |
security/afl: switch to llvm70
-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} |