pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/afl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 16 09:17:19 UTC 2017

Modified Files:
        pkgsrc/devel/afl: Makefile distinfo

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/afl/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/afl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/afl/Makefile
diff -u pkgsrc/devel/afl/Makefile:1.52 pkgsrc/devel/afl/Makefile:1.53
--- pkgsrc/devel/afl/Makefile:1.52      Fri Sep 30 12:39:07 2016
+++ pkgsrc/devel/afl/Makefile   Mon Jan 16 09:17:19 2017
@@ -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

Index: pkgsrc/devel/afl/distinfo
diff -u pkgsrc/devel/afl/distinfo:1.53 pkgsrc/devel/afl/distinfo:1.54
--- pkgsrc/devel/afl/distinfo:1.53      Fri Sep 30 12:39:07 2016
+++ pkgsrc/devel/afl/distinfo   Mon Jan 16 09:17:19 2017
@@ -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