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.49b.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5260ea2c391a
branches:  trunk
changeset: 366487:5260ea2c391a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 14 20:49:42 2017 +0000

description:
Updated afl to 2.49b.

---------------------------
Version 2.49b (2017-07-18):
---------------------------

  - Added AFL_TMIN_EXACT to allow path constraint for crash minimization.

  - Added dates for releases (retroactively for all of 2017).

---------------------------
Version 2.48b (2017-07-17):
---------------------------

  - Added AFL_ALLOW_TMP to permit some scripts to run in /tmp.

  - Fixed cwd handling in afl-analyze (similar to the quirk in afl-tmin).

  - Made it possible to point -o and -f to the same file in afl-tmin.

---------------------------
Version 2.47b (2017-07-14):
---------------------------

  - Fixed cwd handling in afl-tmin. Spotted by Jakub Wilk.

---------------------------
Version 2.46b (2017-07-10):
---------------------------

  - libdislocator now supports AFL_LD_NO_CALLOC_OVER for folks who do not
    want to abort on calloc() overflows.

  - Made a minor fix to libtokencap. Reported by Daniel Stender.

  - Added a small JSON dictionary, inspired on a dictionary done by Jakub Wilk.

---------------------------
Version 2.45b (2017-07-04):
---------------------------

  - Added strstr, strcasestr support to libtokencap. Contributed by
    Daniel Hodson.

  - Fixed a resumption offset glitch spotted by Jakub Wilk.

  - There are definitely no bugs in afl-showmap -c now.

diffstat:

 devel/afl/Makefile |   4 ++--
 devel/afl/PLIST    |   3 ++-
 devel/afl/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 216977f4c563 -r 5260ea2c391a devel/afl/Makefile
--- a/devel/afl/Makefile        Mon Aug 14 20:48:13 2017 +0000
+++ b/devel/afl/Makefile        Mon Aug 14 20:49:42 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2017/07/04 08:43:54 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2017/08/14 20:49:42 wiz Exp $
 
-DISTNAME=      afl-2.44b
+DISTNAME=      afl-2.49b
 CATEGORIES=    devel
 MASTER_SITES=  http://lcamtuf.coredump.cx/afl/releases/
 EXTRACT_SUFX=  .tgz
diff -r 216977f4c563 -r 5260ea2c391a devel/afl/PLIST
--- a/devel/afl/PLIST   Mon Aug 14 20:48:13 2017 +0000
+++ b/devel/afl/PLIST   Mon Aug 14 20:49:42 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2016/08/19 11:39:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2017/08/14 20:49:42 wiz Exp $
 bin/afl-analyze
 bin/afl-clang
 bin/afl-clang++
@@ -18,6 +18,7 @@
 share/afl/dictionaries/html_tags.dict
 share/afl/dictionaries/jpeg.dict
 share/afl/dictionaries/js.dict
+share/afl/dictionaries/json.dict
 share/afl/dictionaries/pdf.dict
 share/afl/dictionaries/png.dict
 share/afl/dictionaries/sql.dict
diff -r 216977f4c563 -r 5260ea2c391a devel/afl/distinfo
--- a/devel/afl/distinfo        Mon Aug 14 20:48:13 2017 +0000
+++ b/devel/afl/distinfo        Mon Aug 14 20:49:42 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2017/07/04 08:43:54 wiz Exp $
+$NetBSD: distinfo,v 1.60 2017/08/14 20:49:42 wiz Exp $
 
-SHA1 (afl-2.44b.tgz) = a7853e4069c7de316f4b22305288fa70dac800b8
-RMD160 (afl-2.44b.tgz) = b5c3e9061f5a75cc0f6140d32e0f78a3d80a0233
-SHA512 (afl-2.44b.tgz) = 35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3
-Size (afl-2.44b.tgz) = 832875 bytes
+SHA1 (afl-2.49b.tgz) = 6902a788abeb6a8467488039e92cc76472e27a34
+RMD160 (afl-2.49b.tgz) = ef960a70d2331850b1caa338fa3156fae5927397
+SHA512 (afl-2.49b.tgz) = 2edf84fe2398377b2259c5b56452014cd9168149f9da7cc180578817c7a89cb7ba536a09929b5bb0925b35f00022877693c70f0d0a13dfbef9d05ca75ad19017
+Size (afl-2.49b.tgz) = 834967 bytes



Home | Main Index | Thread Index | Old Index