aboutsummaryrefslogtreecommitdiff
path: root/security/afl++
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-07-26 14:16:12 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-07-26 14:16:12 +0000
commit58826a61a6e902e9359191ef4066e186a6835e8e (patch)
tree6e289f322858ac326d3fec32463132b18dcf7e1f /security/afl++
parent9c9f353be9b1621c815e346e4ff3fde31c9f8fef (diff)
downloadports-58826a61a6e902e9359191ef4066e186a6835e8e.tar.gz
ports-58826a61a6e902e9359191ef4066e186a6835e8e.zip
security/afl++: Update to 2.53c
Notes
Notes: svn path=/head/; revision=507358
Diffstat (limited to 'security/afl++')
-rw-r--r--security/afl++/Makefile6
-rw-r--r--security/afl++/distinfo8
-rw-r--r--security/afl++/pkg-plist6
3 files changed, 14 insertions, 6 deletions
diff --git a/security/afl++/Makefile b/security/afl++/Makefile
index 23395c6fd34d..d63947ee063c 100644
--- a/security/afl++/Makefile
+++ b/security/afl++/Makefile
@@ -2,11 +2,13 @@
# $FreeBSD$
PORTNAME= afl
-PORTVERSION= 2.52c
-PORTREVISION= 1
+PORTVERSION= 2.53c
CATEGORIES= security
PKGNAMESUFFIX= ++
+PATCH_SITES= https://github.com/vanhauser-thc/AFLplusplus/commit/
+PATCHFILES= 30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch:-p1
+
MAINTAINER= tobik@FreeBSD.org
COMMENT= Fast instrumented fuzzer
diff --git a/security/afl++/distinfo b/security/afl++/distinfo
index be0d872fcc9c..7a65c114fe01 100644
--- a/security/afl++/distinfo
+++ b/security/afl++/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1560577710
-SHA256 (vanhauser-thc-AFLplusplus-2.52c_GH0.tar.gz) = 013b3c56722d48de5ebb50ef0146696cef8ed42e29981988027b80102c7709e6
-SIZE (vanhauser-thc-AFLplusplus-2.52c_GH0.tar.gz) = 851177
+TIMESTAMP = 1564147654
+SHA256 (vanhauser-thc-AFLplusplus-2.53c_GH0.tar.gz) = 3147d44f01378b46c4234090781e5cb13c9721a72701c28ed4f18b7256d452e7
+SIZE (vanhauser-thc-AFLplusplus-2.53c_GH0.tar.gz) = 934915
+SHA256 (30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch) = f3c22bbac12426d30e06a1d9521e7669e884c41e898df2ee4b66759bdb61aef6
+SIZE (30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch) = 2252
diff --git a/security/afl++/pkg-plist b/security/afl++/pkg-plist
index 83d9e3ec2029..1b602da4c74b 100644
--- a/security/afl++/pkg-plist
+++ b/security/afl++/pkg-plist
@@ -21,6 +21,7 @@ bin/afl-whatsup
%%X86%%lib/afl/as
%%LLVM%%lib/afl/compare-transform-pass.so
lib/afl/libdislocator.so
+%%LLVM%%lib/afl/libLLVMInsTrim.so
%%LLVM%%lib/afl/split-compares-pass.so
%%LLVM%%lib/afl/split-switches-pass.so
%%DATADIR%%/README.dictionaries
@@ -77,10 +78,11 @@ lib/afl/libdislocator.so
%%DATADIR%%/xml.dict
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/QuickStartGuide.txt
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/README.dislocator
%%LLVM%%%%PORTDOCS%%%%DOCSDIR%%/README.laf-intel
%%LLVM%%%%PORTDOCS%%%%DOCSDIR%%/README.llvm
+%%PORTDOCS%%%%DOCSDIR%%/binaryonly_fuzzing.txt
%%PORTDOCS%%%%DOCSDIR%%/env_variables.txt
%%PORTDOCS%%%%DOCSDIR%%/historical_notes.txt
%%PORTDOCS%%%%DOCSDIR%%/life_pro_tips.txt
@@ -88,6 +90,8 @@ lib/afl/libdislocator.so
%%PORTDOCS%%%%DOCSDIR%%/parallel_fuzzing.txt
%%PORTDOCS%%%%DOCSDIR%%/perf_tips.txt
%%PORTDOCS%%%%DOCSDIR%%/power_schedules.txt
+%%PORTDOCS%%%%DOCSDIR%%/python_mutators.txt
%%PORTDOCS%%%%DOCSDIR%%/sister_projects.txt
%%PORTDOCS%%%%DOCSDIR%%/status_screen.txt
%%PORTDOCS%%%%DOCSDIR%%/technical_details.txt
+%%PORTDOCS%%%%DOCSDIR%%/unicorn_mode.txt