diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-24 18:33:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-24 18:33:46 +0000 |
commit | 1b95afaa973fbe0082241fa4fadfd0df5a7d37e1 (patch) | |
tree | b650494517630b0b08f5101e63403215577985b1 /devel/afl | |
parent | 696953c4d5e47a8fcf97cd851730b514f1f8c35e (diff) | |
download | pkgsrc-1b95afaa973fbe0082241fa4fadfd0df5a7d37e1.tar.gz |
Updated afl to 2.21b.
--------------
Version 2.21b:
--------------
- Added some crash reporting notes for Solaris in docs/INSTALL, as
investigated by Martin Carpenter.
- Fixed a minor UI mix-up with havoc strategy stats.
--------------
Version 2.20b:
--------------
- Revamped the handling of variable paths, replacing path count with a
"stability" score to give users a much better signal. Based on the
feedback from Vegard Nossum.
- Made a stability improvement to the syncing behavior with resuming
fuzzers. Based on the feedback from Vegard.
- Changed the UI to include current input bitmap density along with
total density. Ditto.
- Added experimental support for parallelizing -M.
Diffstat (limited to 'devel/afl')
-rw-r--r-- | devel/afl/Makefile | 4 | ||||
-rw-r--r-- | devel/afl/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile index cffec30c128..aa79844787e 100644 --- a/devel/afl/Makefile +++ b/devel/afl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2016/07/21 12:07:13 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2016/07/24 18:33:46 wiz Exp $ -DISTNAME= afl-2.19b +DISTNAME= afl-2.21b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz diff --git a/devel/afl/distinfo b/devel/afl/distinfo index c325db892e2..4abf12bfbe7 100644 --- a/devel/afl/distinfo +++ b/devel/afl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2016/07/21 12:07:13 wiz Exp $ +$NetBSD: distinfo,v 1.47 2016/07/24 18:33:46 wiz Exp $ -SHA1 (afl-2.19b.tgz) = 315a1783fc667cda791683e786cc5024a5075b44 -RMD160 (afl-2.19b.tgz) = a9bc84827b7eab5bc598808117d683ab8b94770d -SHA512 (afl-2.19b.tgz) = 07920ba8dcbdaebecc6f229cd3d6b0f84ddbfd586c0563a26953e84af57ae2b9339ddbd74991433829bbc54fc77f50cc70dc23a0cc81d6c0c2652891251c8875 -Size (afl-2.19b.tgz) = 817294 bytes +SHA1 (afl-2.21b.tgz) = 791080c5a6d1bdccbc421da83ab018318e06086c +RMD160 (afl-2.21b.tgz) = c4e48b97ea37283a38c4fb53b100cb5a2a214289 +SHA512 (afl-2.21b.tgz) = 28f76ca856121fffd24869c01369400f1138821bce2f43b77f223b23f994522a90eec0e2d9c5bde49135ffa63299dbeb4e4fcace071960d0975d02ea253b3f3e +Size (afl-2.21b.tgz) = 818316 bytes |