svn commit: r468504 - head/security/afl

Jan Beich jbeich at FreeBSD.org
Fri Apr 27 23:10:40 UTC 2018


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}


More information about the svn-ports-head mailing list