pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/afl Updated afl to 2.36b.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca4fba37b66b
branches:  trunk
changeset: 357168:ca4fba37b66b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 16 09:17:19 2017 +0000

description:
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!

diffstat:

 devel/afl/Makefile |   4 ++--
 devel/afl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 460deb3d578e -r ca4fba37b66b devel/afl/Makefile
--- a/devel/afl/Makefile        Mon Jan 16 09:05:45 2017 +0000
+++ b/devel/afl/Makefile        Mon Jan 16 09:17:19 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2016/09/30 12:39:07 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2017/01/16 09:17:19 wiz Exp $
 
-DISTNAME=      afl-2.35b
+DISTNAME=      afl-2.36b
 CATEGORIES=    devel
 MASTER_SITES=  http://lcamtuf.coredump.cx/afl/releases/
 EXTRACT_SUFX=  .tgz
diff -r 460deb3d578e -r ca4fba37b66b devel/afl/distinfo
--- a/devel/afl/distinfo        Mon Jan 16 09:05:45 2017 +0000
+++ b/devel/afl/distinfo        Mon Jan 16 09:17:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2016/09/30 12:39:07 wiz Exp $
+$NetBSD: distinfo,v 1.54 2017/01/16 09:17:19 wiz Exp $
 
-SHA1 (afl-2.35b.tgz) = c33502378f731966902dc7ca49d56a7410b09142
-RMD160 (afl-2.35b.tgz) = 149dd7fbe9ecb230d8a6b02a6f7663c8ccfb4834
-SHA512 (afl-2.35b.tgz) = 77f286d0008055770812b7429a671caed54adb2355cd88e1cbdd13f9e739763f46ed6f3e25ddfbe7aa2679e0a71c9b1af9767d1c367df1778338fcf260bc38c5
-Size (afl-2.35b.tgz) = 829515 bytes
+SHA1 (afl-2.36b.tgz) = 6d6cf9a97d74b17532b91162f9738450001b8c6c
+RMD160 (afl-2.36b.tgz) = ea0a3e3d571c302f5f1787d4aba675846ca805f9
+SHA512 (afl-2.36b.tgz) = 3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d
+Size (afl-2.36b.tgz) = 830689 bytes



Home | Main Index | Thread Index | Old Index