summaryrefslogtreecommitdiff
path: root/devel/afl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-08-14 20:49:42 +0000
committerwiz <wiz@pkgsrc.org>2017-08-14 20:49:42 +0000
commit82072cb6a7e2f1d818b388832b6e21215f7adc1a (patch)
tree4504d84bdcedda38f0b7bf7c09a656c5f1a6c3cb /devel/afl
parente7c430b89aca7812db0cc7dd01ee1a854f6f76ce (diff)
downloadpkgsrc-82072cb6a7e2f1d818b388832b6e21215f7adc1a.tar.gz
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 (limited to 'devel/afl')
-rw-r--r--devel/afl/Makefile4
-rw-r--r--devel/afl/PLIST3
-rw-r--r--devel/afl/distinfo10
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile
index bd52241a224..959edb9f6e2 100644
--- a/devel/afl/Makefile
+++ b/devel/afl/Makefile
@@ -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 --git a/devel/afl/PLIST b/devel/afl/PLIST
index 46cf99369f4..cb76abfb1ca 100644
--- a/devel/afl/PLIST
+++ b/devel/afl/PLIST
@@ -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/gif.dict
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 --git a/devel/afl/distinfo b/devel/afl/distinfo
index 60ffee5574d..4dfa51024d2 100644
--- a/devel/afl/distinfo
+++ b/devel/afl/distinfo
@@ -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