git: 34f0097f95cf - main - security/afl++: Update to 4.00c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jan 2022 10:44:32 UTC
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=34f0097f95cf78c1364fd3d34ecf77f858c65a7e
commit 34f0097f95cf78c1364fd3d34ecf77f858c65a7e
Author: Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2022-01-27 13:01:56 +0000
Commit: Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2022-01-29 10:44:17 +0000
security/afl++: Update to 4.00c
https://github.com/AFLplusplus/AFLplusplus/releases/tag/4.00c
---
security/afl++/Makefile | 5 +++--
security/afl++/distinfo | 6 +++---
security/afl++/files/patch-src_afl-cc.c | 11 -----------
3 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/security/afl++/Makefile b/security/afl++/Makefile
index 820fcdfbfb23..dd12980653bb 100644
--- a/security/afl++/Makefile
+++ b/security/afl++/Makefile
@@ -1,7 +1,7 @@
# Created by: Fabian Keil <fk@fabiankeil.de>
PORTNAME= afl
-PORTVERSION= 3.14c
+PORTVERSION= 4.00c
CATEGORIES= security
PKGNAMESUFFIX= ++-${FLAVOR}
@@ -23,13 +23,14 @@ _LLVM_VER= 13
llvm_BUILD_DEPENDS= clang${_LLVM_VER}:devel/llvm${_LLVM_VER}
llvm_RUN_DEPENDS= clang${_LLVM_VER}:devel/llvm${_LLVM_VER}
-USES= gmake tar:tgz
+USES= gmake shebangfix tar:tgz
.if ${FLAVOR} == gcc
USE_GCC= yes
.endif
USE_GITHUB= yes
GH_ACCOUNT= AFLplusplus
GH_PROJECT= AFLplusplus
+SHEBANG_FILES= afl-persistent-config
MAKEFILE= GNUmakefile
MAKE_ARGS= ${${ARCH} != amd64 && ${ARCH} != i386:?AFL_NO_X86=1:} \
diff --git a/security/afl++/distinfo b/security/afl++/distinfo
index a1f2af361248..0e0082ca0397 100644
--- a/security/afl++/distinfo
+++ b/security/afl++/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633793558
-SHA256 (AFLplusplus-AFLplusplus-3.14c_GH0.tar.gz) = 36552e3aac5c390dfec4f75d0dd60dc802c3e97b8baf042aa1edb6529dba0766
-SIZE (AFLplusplus-AFLplusplus-3.14c_GH0.tar.gz) = 2162934
+TIMESTAMP = 1643193215
+SHA256 (AFLplusplus-AFLplusplus-4.00c_GH0.tar.gz) = f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1
+SIZE (AFLplusplus-AFLplusplus-4.00c_GH0.tar.gz) = 2805041
diff --git a/security/afl++/files/patch-src_afl-cc.c b/security/afl++/files/patch-src_afl-cc.c
deleted file mode 100644
index 58c9e8e9403f..000000000000
--- a/security/afl++/files/patch-src_afl-cc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/afl-cc.c.orig 2021-10-09 18:30:48 UTC
-+++ src/afl-cc.c
-@@ -395,7 +395,7 @@ static void edit_params(u32 argc, char **argv, char **
- snprintf(llvm_fullpath, sizeof(llvm_fullpath), "%s/clang",
- LLVM_BINDIR);
- else
-- snprintf(llvm_fullpath, sizeof(llvm_fullpath), CLANGPP_BIN);
-+ snprintf(llvm_fullpath, sizeof(llvm_fullpath), CLANG_BIN);
- alt_cc = llvm_fullpath;
-
- }