diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-10 19:55:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-10 19:55:19 +0000 |
commit | 1434b22cc424d74f2b9d1d918cc7354bcb14bdaf (patch) | |
tree | 5ff4904ac1870a3a909dcf2b0d356feacbf0f0ae /devel/afl/Makefile | |
parent | 29f89dabf8275efee27dc9bba16e2520084450d2 (diff) | |
download | pkgsrc-1434b22cc424d74f2b9d1d918cc7354bcb14bdaf.tar.gz |
Update to 0.89b:
--------------
Version 0.89b:
--------------
- Renamed afl-plot.sh to afl-plot, as requested by Padraig Brady.
- Improved the compatibility of afl-plot with older versions of gnuplot.
- Added banner information to fuzzer_stats, populated it to afl-plot.
--------------
Version 0.88b:
--------------
- Added support for plotting, with design and implementation based on a
prototype design proposed by by Michael Rash. Huge thanks!
- Added afl-plot.sh, which allows you to, well, generate a nice plot using
this data.
- Refactored the code slightly to make more frequent updates to fuzzer_stats
and to provide more detail about synchronization.
- Added a fflush(stdout) call for non-tty operation, as requested by
Joonas Kuorilehto.
- Added some detail to fuzzer_stats for parity with plot_file.
Diffstat (limited to 'devel/afl/Makefile')
-rw-r--r-- | devel/afl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile index f95459f8c7d..84b836fcb88 100644 --- a/devel/afl/Makefile +++ b/devel/afl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/12/07 17:24:00 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/12/10 19:55:19 wiz Exp $ -DISTNAME= afl-0.87b +DISTNAME= afl-0.89b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz @@ -11,5 +11,6 @@ COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input LICENSE= apache-2.0 USE_TOOLS+= gmake +REPLACE_SH= afl-plot .include "../../mk/bsd.pkg.mk" |