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 1.70b:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a81ed778952
branches:  trunk
changeset: 650201:9a81ed778952
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 19 18:13:37 2015 +0000

description:
Update to 1.70b:

--------------
Version 1.70b:
--------------

  - Modified resumption code to reuse the original timeout value when resuming
    a session if -t is not given. This prevents timeout creep in continuous
    fuzzing.

  - Added improved error messages for failed handshake when AFL_DEFER_FORKSRV
    is set.

  - Made a slight improvement to llvm_mode/Makefile based on feedback from
    Jakub Wilk.

  - Refreshed several bits of documentation.

  - Added a more prominent note about the MacOS X trade-offs to Makefile.

--------------
Version 1.69b:
--------------

  - Added support for deferred initialization in LLVM mode. Suggested by
    Richard Godbee.

--------------
Version 1.68b:
--------------

  - Fixed a minor PRNG glitch that would make the first seconds of a fuzzing
    job deterministic. Thanks to Andreas Stieger.

  - Made tmp[] static in the LLVM runtime to keep Valgrind happy (this had
    no impact on anything else). Spotted by Richard Godbee.

  - Clarified the footnote in README.

--------------
Version 1.67b:
--------------

  - Made one more correction to llvm_mode Makefile, spotted by Jakub Wilk.

--------------
Version 1.66b:
--------------

  - Added CC / CXX support to llvm_mode Makefile. Requested by Charlie Eriksen.

  - Fixed 'make clean' with gmake. Suggested by Oliver Schneider.

  - Fixed 'make -j n clean all'. Suggested by Oliver Schneider.

  - Removed build date and time from banners to give people deterministic
    builds. Requested by Jakub Wilk.

--------------
Version 1.65b:
--------------

  - Fixed a snafu with some leftover code in afl-clang-fast.

  - Corrected even moar typos.

diffstat:

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

diffs (25 lines):

diff -r 1ccbb5c236ea -r 9a81ed778952 devel/afl/Makefile
--- a/devel/afl/Makefile        Sun Apr 19 18:12:40 2015 +0000
+++ b/devel/afl/Makefile        Sun Apr 19 18:13:37 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2015/04/12 14:24:20 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2015/04/19 18:13:37 wiz Exp $
 
-DISTNAME=      afl-1.64b
+DISTNAME=      afl-1.70b
 CATEGORIES=    devel
 MASTER_SITES=  http://lcamtuf.coredump.cx/afl/releases/
 EXTRACT_SUFX=  .tgz
diff -r 1ccbb5c236ea -r 9a81ed778952 devel/afl/distinfo
--- a/devel/afl/distinfo        Sun Apr 19 18:12:40 2015 +0000
+++ b/devel/afl/distinfo        Sun Apr 19 18:13:37 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2015/04/12 14:24:20 wiz Exp $
+$NetBSD: distinfo,v 1.19 2015/04/19 18:13:37 wiz Exp $
 
-SHA1 (afl-1.64b.tgz) = 59215283a963c81b8de0ccb71a8f00cf3e1c4b1f
-RMD160 (afl-1.64b.tgz) = d49877360e679882fa1b1ea19955473e73a53483
-Size (afl-1.64b.tgz) = 788723 bytes
+SHA1 (afl-1.70b.tgz) = 4ccbf059709f306d1003a444018cc2500a877ce1
+RMD160 (afl-1.70b.tgz) = a8e82e46091842c0b5f9a5f7aa1d4c29ac790972
+Size (afl-1.70b.tgz) = 792536 bytes



Home | Main Index | Thread Index | Old Index