Date: Sun, 14 Oct 2018 08:48:23 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482035 - head/security/afl Message-ID: <201810140848.w9E8mNvK071442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Oct 14 08:48:23 2018 New Revision: 482035 URL: https://svnweb.freebsd.org/changeset/ports/482035 Log: security/afl: switch to llvm70 Modified: head/security/afl/Makefile Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Sun Oct 14 08:01:13 2018 (r482034) +++ head/security/afl/Makefile Sun Oct 14 08:48:23 2018 (r482035) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810140848.w9E8mNvK071442>