svn commit: r482035 - head/security/afl

Tobias Kortkamp tobik at FreeBSD.org
Sun Oct 14 08:48:24 UTC 2018


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}


More information about the svn-ports-all mailing list