Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 15:27:17 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b71013db5659 - main - security/afl++: Switch to llvm16
Message-ID:  <202305171527.34HFRHUM083746@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b71013db56599c35ea879bdaafa5485eb31649fc

commit b71013db56599c35ea879bdaafa5485eb31649fc
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-04-17 13:29:10 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-05-17 15:27:11 +0000

    security/afl++: Switch to llvm16
---
 security/afl++/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/afl++/Makefile b/security/afl++/Makefile
index 0778ec5fd81e..365142484b32 100644
--- a/security/afl++/Makefile
+++ b/security/afl++/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	afl
 PORTVERSION=	4.06c
+PORTREVISION=	1
 CATEGORIES=	security
 PKGNAMESUFFIX=	++-${FLAVOR}
 
@@ -18,7 +19,7 @@ BUILD_DEPENDS=	ginstall:sysutils/coreutils
 FLAVORS=	llvm gcc
 FLAVOR?=	${FLAVORS:[1]}
 
-_LLVM_VER=		13
+_LLVM_VER=		16
 llvm_BUILD_DEPENDS=	clang${_LLVM_VER}:devel/llvm${_LLVM_VER}
 llvm_RUN_DEPENDS=	clang${_LLVM_VER}:devel/llvm${_LLVM_VER}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305171527.34HFRHUM083746>