pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/afl Update to 0.89b:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4c7d6d2f861
branches: trunk
changeset: 643065:c4c7d6d2f861
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Dec 10 19:55:19 2014 +0000
description:
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:
devel/afl/Makefile | 5 +++--
devel/afl/PLIST | 3 ++-
devel/afl/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r a237af075c33 -r c4c7d6d2f861 devel/afl/Makefile
--- a/devel/afl/Makefile Wed Dec 10 15:32:16 2014 +0000
+++ b/devel/afl/Makefile Wed Dec 10 19:55:19 2014 +0000
@@ -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 @@
LICENSE= apache-2.0
USE_TOOLS+= gmake
+REPLACE_SH= afl-plot
.include "../../mk/bsd.pkg.mk"
diff -r a237af075c33 -r c4c7d6d2f861 devel/afl/PLIST
--- a/devel/afl/PLIST Wed Dec 10 15:32:16 2014 +0000
+++ b/devel/afl/PLIST Wed Dec 10 19:55:19 2014 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2014/11/23 12:57:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/12/10 19:55:19 wiz Exp $
bin/afl-clang
bin/afl-clang++
bin/afl-fuzz
bin/afl-g++
bin/afl-gcc
+bin/afl-plot
bin/afl-showmap
lib/afl/afl-as
lib/afl/as
diff -r a237af075c33 -r c4c7d6d2f861 devel/afl/distinfo
--- a/devel/afl/distinfo Wed Dec 10 15:32:16 2014 +0000
+++ b/devel/afl/distinfo Wed Dec 10 19:55:19 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/12/07 17:24:00 wiz Exp $
+$NetBSD: distinfo,v 1.5 2014/12/10 19:55:19 wiz Exp $
-SHA1 (afl-0.87b.tgz) = 75380ac258d3a55f600d4e90783801f618eca50d
-RMD160 (afl-0.87b.tgz) = 5d0562c5628e86550f354cd22bd4b8a2b8d0084c
-Size (afl-0.87b.tgz) = 694023 bytes
+SHA1 (afl-0.89b.tgz) = a004f80489b94882b202b907fd58471bca0859fa
+RMD160 (afl-0.89b.tgz) = 84455214a58c273dba42137c2c4fe164667bcb1d
+Size (afl-0.89b.tgz) = 696971 bytes
Home |
Main Index |
Thread Index |
Old Index