Date: Fri, 27 Apr 2018 23:10:39 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468504 - head/security/afl Message-ID: <201804272310.w3RNAdYk003163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Apr 27 23:10:39 2018 New Revision: 468504 URL: https://svnweb.freebsd.org/changeset/ports/468504 Log: security/afl: switch to llvm60 Modified: head/security/afl/Makefile (contents, props changed) Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Fri Apr 27 23:10:28 2018 (r468503) +++ head/security/afl/Makefile Fri Apr 27 23:10:39 2018 (r468504) @@ -4,7 +4,7 @@ PORTNAME= afl PORTVERSION= 2.52 DISTVERSIONSUFFIX= b -PORTREVISION= 1 +PORTREVISION= 2 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?= 50 +LLVM_VERSION?= 60 LLVM_ALL_TARGET= llvm_mode LLVM_BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804272310.w3RNAdYk003163>