Tue Feb 7 12:18:54 2017 UTC ()
Updated afl to 2.39b.

--------------
Version 2.39b:
--------------

  - Improved error reporting in afl-cmin. Suggested by floyd.

  - Made a minor tweak to trace-pc-guard support. Suggested by kcc.

  - Added a mention of afl-monitor.

--------------
Version 2.38b:
--------------

  - Added -mllvm -sanitizer-coverage-block-threshold=0 to trace-pc-guard
    mode, as suggested by Kostya Serebryany.

--------------
Version 2.37b:
--------------

  - Fixed a typo. Spotted by Jakub Wilk.

  - Fixed support for make install when using trace-pc. Spotted by
    Kurt Roeckx.

  - Switched trace-pc to trace-pc-guard, which should be considerably
    faster and is less quirky. Kudos to Konstantin Serebryany (and sorry
    for dragging my feet).

    Note that for some reason, this mode doesn't perform as well as
    "vanilla" afl-clang-fast / afl-clang.


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

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

--- pkgsrc/devel/afl/Makefile 2017/01/16 09:17:19 1.53
+++ pkgsrc/devel/afl/Makefile 2017/02/07 12:18:54 1.54
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.53 2017/01/16 09:17:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.54 2017/02/07 12:18:54 wiz Exp $
2 2
3DISTNAME= afl-2.36b 3DISTNAME= afl-2.39b
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.54 -r1.55 pkgsrc/devel/afl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/afl/distinfo 2017/01/16 09:17:19 1.54
+++ pkgsrc/devel/afl/distinfo 2017/02/07 12:18:54 1.55
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.54 2017/01/16 09:17:19 wiz Exp $ 1$NetBSD: distinfo,v 1.55 2017/02/07 12:18:54 wiz Exp $
2 2
3SHA1 (afl-2.36b.tgz) = 6d6cf9a97d74b17532b91162f9738450001b8c6c 3SHA1 (afl-2.39b.tgz) = f4961085dc1efbe49c425b83c7c1e6e5a0810e6f
4RMD160 (afl-2.36b.tgz) = ea0a3e3d571c302f5f1787d4aba675846ca805f9 4RMD160 (afl-2.39b.tgz) = e1caa53959368ac90010fefd58fde125900b40e7
5SHA512 (afl-2.36b.tgz) = 3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d 5SHA512 (afl-2.39b.tgz) = 0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0
6Size (afl-2.36b.tgz) = 830689 bytes 6Size (afl-2.39b.tgz) = 830897 bytes