pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/afl Update to 0.87b:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d4b495b583a
branches:  trunk
changeset: 642927:2d4b495b583a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 07 17:24:00 2014 +0000

description:
Update to 0.87b:

--------------
Version 0.87b:
--------------

  - Added support for MSAN, via AFL_USE_MSAN, same gotchas as for ASAN.

--------------
Version 0.86b:
--------------

  - Added AFL_NO_FORKSRV, allowing the forkserver to be bypassed. Suggested
    by Ryan Govostes.

  - Simplified afl-showmap.c to make use of the no-forkserver mode.

  - Made minor improvements to crash_triage.sh, as suggested by Jakub Wilk.

--------------
Version 0.85b:
--------------

  - Fixed the CPU counting code - no sysctlbyname() on OpenBSD, d'oh. Bug
    reported by Daniel Dickman.

  - Made a slight correction to error messages - the advice on testing
    with ulimit was a tiny bit off by a factor of 1024.

--------------
Version 0.84b:
--------------

  - Added support for the CPU widget on some non-Linux platforms (I hope).
    Based on feedback from Ryan Govostes.

  - Cleaned up the changelog (very meta).

--------------
Version 0.83b:
--------------

  - Added experimental/clang_asm_normalize/ and related notes in
    env_variables.txt and afl-as.c. Thanks to Ryan Govostes for the idea.

  - Added advice on hardware utilization in README.

--------------
Version 0.82b:
--------------

  - Made additional fixes for Xcode support, juggling -Q and -q flags. Thanks to
    Ryan Govostes.

  - Added a check for __asm__ blocks and switches to .intel_syntax in assembly.
    Based on feedback from Ryan Govostes.

--------------
Version 0.81b:
--------------

  - A workaround for Xcode 6 as -Q flag glitch. Spotted by Ryan Govostes.

  - Improved Solaris build instructions, as suggested by Martin Carpenter.

  - Fix for a slightly busted path scoring conditional. Minor practical impact.

diffstat:

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

diffs (25 lines):

diff -r d19d33d8b463 -r 2d4b495b583a devel/afl/Makefile
--- a/devel/afl/Makefile        Sun Dec 07 17:23:12 2014 +0000
+++ b/devel/afl/Makefile        Sun Dec 07 17:24:00 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/12/01 11:01:10 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/12/07 17:24:00 wiz Exp $
 
-DISTNAME=      afl-0.80b
+DISTNAME=      afl-0.87b
 CATEGORIES=    devel
 MASTER_SITES=  http://lcamtuf.coredump.cx/afl/releases/
 EXTRACT_SUFX=  .tgz
diff -r d19d33d8b463 -r 2d4b495b583a devel/afl/distinfo
--- a/devel/afl/distinfo        Sun Dec 07 17:23:12 2014 +0000
+++ b/devel/afl/distinfo        Sun Dec 07 17:24:00 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/12/01 11:01:10 wiz Exp $
+$NetBSD: distinfo,v 1.4 2014/12/07 17:24:00 wiz Exp $
 
-SHA1 (afl-0.80b.tgz) = 4df892d44cb19014fe8b72339fdaac1bf47543ef
-RMD160 (afl-0.80b.tgz) = bdb22280694c64cd2a5291b9f07266b9c45929fb
-Size (afl-0.80b.tgz) = 689981 bytes
+SHA1 (afl-0.87b.tgz) = 75380ac258d3a55f600d4e90783801f618eca50d
+RMD160 (afl-0.87b.tgz) = 5d0562c5628e86550f354cd22bd4b8a2b8d0084c
+Size (afl-0.87b.tgz) = 694023 bytes



Home | Main Index | Thread Index | Old Index