aboutsummaryrefslogtreecommitdiff
path: root/security/afl
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-28 22:30:20 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-28 22:30:20 +0000
commit9027a8a6a45d1b906fd095ecf0377e8e34b5e540 (patch)
tree7b2a2bc4ae16a5f8e3a989fa33ed85cf97529772 /security/afl
parent5e2ace5508439f9e31ea18fdeb67df8723c72988 (diff)
downloadports-9027a8a6a45d1b906fd095ecf0377e8e34b5e540.tar.gz
ports-9027a8a6a45d1b906fd095ecf0377e8e34b5e540.zip
Update to 1.96b.
And pass maintainership to submitter. PR: 206601 Submitted by: Tobias Kortkamp <t@tobik.me>
Notes
Notes: svn path=/head/; revision=407430
Diffstat (limited to 'security/afl')
-rw-r--r--security/afl/Makefile16
-rw-r--r--security/afl/distinfo4
2 files changed, 9 insertions, 11 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile
index 323a8ab0861b..6f7708035fc3 100644
--- a/security/afl/Makefile
+++ b/security/afl/Makefile
@@ -2,23 +2,23 @@
# $FreeBSD$
PORTNAME= afl
-PORTVERSION= 1.95b
+PORTVERSION= 1.96b
CATEGORIES= security
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= t@tobik.me
COMMENT= Fast instrumented fuzzer
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/docs/COPYING
USES= compiler gmake tar:tgz
-OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS \
- PLOT_SUPPORT TEST_INSTRUMENTATION
+OPTIONS_DEFINE= DEBUG DOCS MINIMIZE_CORPUS PLOT_SUPPORT TEST_INSTRUMENTATION
MINIMIZE_CORPUS_DESC= Install afl-cmin. Adds bash dependency
PLOT_SUPPORT_DESC= Support progress plotting. Adds Gnuplot dependency
-TEST_INSTRUMENTATION_DESC= Execute tests expected to fail in jails
-OPTIONS_DEFAULT= MINIMIZE_CORPUS PLOT_SUPPORT
+TEST_INSTRUMENTATION_DESC= Execute tests (expected to fail in jails)
+OPTIONS_DEFAULT= DOCS MINIMIZE_CORPUS PLOT_SUPPORT
OPTIONS_SUB= yes
@@ -27,8 +27,6 @@ PORTSCOUT= ignore:1
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Uses binary instrumentation
-# XXX replace with bsd.port.options.mk once 8.4-RELEASE is EOL
-# COMPILER_TYPE is defined in .pre without /usr/share/mk/bsd.compiler.mk
.include <bsd.port.pre.mk>
.if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386")
@@ -52,7 +50,7 @@ post-patch:
-e 's@ afl-(cmin|plot|whatsup) @ @g' \
${WRKSRC}/Makefile
.if (${COMPILER_TYPE} == "clang" && ${ARCH} == "i386")
- ${REINPLACE_CMD} -e 's@\( as_params\[0\] = "\)@\1${LOCALBASE}/bin/@' \
+ ${REINPLACE_CMD} -e 's@\( as_params\[0\] = afl_as ? afl_as : \)\(.*\)@\1(u8*)"${LOCALBASE}/bin/as";@' \
${WRKSRC}/afl-as.c
.endif
diff --git a/security/afl/distinfo b/security/afl/distinfo
index 3fe0344bd5ed..258359457289 100644
--- a/security/afl/distinfo
+++ b/security/afl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (afl-1.95b.tgz) = 21ec6bb8c182fd821d25c8b67283f81a632c4f74419c9db5fec0135dd0c9ae2a
-SIZE (afl-1.95b.tgz) = 804542
+SHA256 (afl-1.96b.tgz) = 03beb06f8993dcb37d348e53da19ca9d064c83fcedc9d87b0b506c73c310f27c
+SIZE (afl-1.96b.tgz) = 804864