diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-14 16:10:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-14 16:10:44 +0000 |
commit | 191807e286b7b50f7f59f6729ea489cc01733a19 (patch) | |
tree | 927171a29cb632b6910a6058936e4011c75bd9f3 /devel/afl | |
parent | 38de6460852151536f338e9aec77fae9b645c177 (diff) | |
download | pkgsrc-191807e286b7b50f7f59f6729ea489cc01733a19.tar.gz |
Update to 1.82:
Version 1.82b:
--------------
- Fixed a harmless but annoying race condition in persistent mode - signal
delivery is a bit more finicky than I thought.
- Updated the documentation to explain persistent mode a bit better.
- Tweaked AFL_PERSISTENT to force AFL_NO_VAR_CHECK.
--------------
Version 1.81b:
--------------
- Added persistent mode for in-process fuzzing. See llvm_mode/README.llvm.
Inspired by Kostya Serebryany and Christian Holler.
- Changed the in-place resume code to preserve crashes/README.txt. Suggested
by Ben Nagy.
- Included a potential fix for LLVM mode issues on MacOS X, based on the
investigation done by teor2345.
Diffstat (limited to 'devel/afl')
-rw-r--r-- | devel/afl/Makefile | 4 | ||||
-rw-r--r-- | devel/afl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile index 53d41b9cfe9..8570774822e 100644 --- a/devel/afl/Makefile +++ b/devel/afl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2015/05/28 05:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/06/14 16:10:44 wiz Exp $ -DISTNAME= afl-1.80b +DISTNAME= afl-1.82b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz diff --git a/devel/afl/distinfo b/devel/afl/distinfo index cce73be7f37..a720071455f 100644 --- a/devel/afl/distinfo +++ b/devel/afl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2015/05/28 05:54:04 wiz Exp $ +$NetBSD: distinfo,v 1.23 2015/06/14 16:10:44 wiz Exp $ -SHA1 (afl-1.80b.tgz) = 800b83fae5ed1b93b8a0b023269053946005ea73 -RMD160 (afl-1.80b.tgz) = 802f5760e6880f40f6838d5b781edbd69c8a6790 -Size (afl-1.80b.tgz) = 797509 bytes +SHA1 (afl-1.82b.tgz) = 7b1743167ae9808a4fe0bc26febd7c474ace19d5 +RMD160 (afl-1.82b.tgz) = ed8cd77603d4931aaff6a5ff221773555958ffda +Size (afl-1.82b.tgz) = 799657 bytes |