Wed Apr 19 12:15:33 2017 UTC ()
Updated afl to 2.41b.

--------------
Version 2.41b:
--------------

  - Addressed a major user complaint related to timeout detection. Timing out
    inputs are now binned as "hangs" only if they exceed a far more generous
    time limit than the one used to reject slow paths.

--------------
Version 2.40b:
--------------

  - Fixed a minor oversight in the insertion strategy for dictionary words.
    Spotted by Andrzej Jackowski.

  - Made a small improvement to the havoc block insertion strategy.

  - Adjusted color rules for "is it done yet?" indicators.


(wiz)
diff -r1.54 -r1.55 pkgsrc/devel/afl/Makefile
diff -r1.55 -r1.56 pkgsrc/devel/afl/distinfo

cvs diff -r1.54 -r1.55 pkgsrc/devel/afl/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/afl/Makefile 2017/02/07 12:18:54 1.54
+++ pkgsrc/devel/afl/Makefile 2017/04/19 12:15:33 1.55
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.54 2017/02/07 12:18:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.55 2017/04/19 12:15:33 wiz Exp $
2 2
3DISTNAME= afl-2.39b 3DISTNAME= afl-2.41b
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ 5MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://lcamtuf.coredump.cx/afl/ 9HOMEPAGE= http://lcamtuf.coredump.cx/afl/
10COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input 10COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_TOOLS+= bash:run gmake 13USE_TOOLS+= bash:run gmake
14REPLACE_SH+= afl-plot 14REPLACE_SH+= afl-plot
15REPLACE_BASH+= afl-cmin 15REPLACE_BASH+= afl-cmin
16 16

cvs diff -r1.55 -r1.56 pkgsrc/devel/afl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/afl/distinfo 2017/02/07 12:18:54 1.55
+++ pkgsrc/devel/afl/distinfo 2017/04/19 12:15:33 1.56
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.55 2017/02/07 12:18:54 wiz Exp $ 1$NetBSD: distinfo,v 1.56 2017/04/19 12:15:33 wiz Exp $
2 2
3SHA1 (afl-2.39b.tgz) = f4961085dc1efbe49c425b83c7c1e6e5a0810e6f 3SHA1 (afl-2.41b.tgz) = 42ac68c3ab655f5a5ba37bb894e795ecb440d52e
4RMD160 (afl-2.39b.tgz) = e1caa53959368ac90010fefd58fde125900b40e7 4RMD160 (afl-2.41b.tgz) = 170b4c304f698d6461fb9572962f8b58fc6649bd
5SHA512 (afl-2.39b.tgz) = 0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0 5SHA512 (afl-2.41b.tgz) = e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f
6Size (afl-2.39b.tgz) = 830897 bytes 6Size (afl-2.41b.tgz) = 832153 bytes