Mon Jan 16 09:17:19 2017 UTC ()
Updated afl to 2.36b.

--------------
Version 2.36b:
--------------

  - Fixed a cosmetic bad free() bug when aborting -S sessions. Spotted
    by Johannes S.

  - Made a small change to afl-whatsup to sort fuzzers by name.

  - Fixed a minor issue with malloc(0) in libdislocator. Spotted by
    Rene Freingruber.

  - Changed the clobber pattern in libdislocator to a slightly more
    reliable one. Suggested by Rene Freingruber.

  - Added a note about THP performance. Suggested by Sergey Davidoff.

  - Added a somewhat unofficial support for running afl-tmin with a
    baseline "mask" that causes it to minimize only for edges that
    are unique to the input file, but not to the "boring" baseline.
    Suggested by Sami Liedes.

  - "Fixed" a getPassName() problem with never versions of clang.
    Reported by Craig Young and several other folks.

  Yep, I know I have a backlog on several other feature requests.
  Stay tuned!


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

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

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

--- pkgsrc/devel/afl/distinfo 2016/09/30 12:39:07 1.53
+++ pkgsrc/devel/afl/distinfo 2017/01/16 09:17:19 1.54
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.53 2016/09/30 12:39:07 wiz Exp $ 1$NetBSD: distinfo,v 1.54 2017/01/16 09:17:19 wiz Exp $
2 2
3SHA1 (afl-2.35b.tgz) = c33502378f731966902dc7ca49d56a7410b09142 3SHA1 (afl-2.36b.tgz) = 6d6cf9a97d74b17532b91162f9738450001b8c6c
4RMD160 (afl-2.35b.tgz) = 149dd7fbe9ecb230d8a6b02a6f7663c8ccfb4834 4RMD160 (afl-2.36b.tgz) = ea0a3e3d571c302f5f1787d4aba675846ca805f9
5SHA512 (afl-2.35b.tgz) = 77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5 5SHA512 (afl-2.36b.tgz) = 3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d
6Size (afl-2.35b.tgz) = 829515 bytes 6Size (afl-2.36b.tgz) = 830689 bytes