summaryrefslogtreecommitdiff
path: root/devel/afl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-02-14 10:56:37 +0000
committerwiz <wiz@pkgsrc.org>2016-02-14 10:56:37 +0000
commitdde9ea18954773c33ba6f727fd058f70d0999d0f (patch)
treee01199b2aa1392d5173e39159d38f8c5988699f0 /devel/afl
parent2dc140a030560c347aaed4ec4d642c39f9ff1fd7 (diff)
downloadpkgsrc-dde9ea18954773c33ba6f727fd058f70d0999d0f.tar.gz
Update afl to 2.00b.
-------------- Version 2.00b: -------------- - Cleaned up color handling after a minor snafu in 1.99b (affecting some terminals). - Made minor updates to the documentation. -------------- Version 1.99b: -------------- - Substantially revamped the output and the internal logic of afl-analyze. - Cleaned up some of the color handling code and added support for background colors. - Removed some stray files (oops). - Updated docs to better explain afl-analyze. -------------- Version 1.98b: -------------- - Improved to "boring string" detection in afl-analyze. - Added technical_details.txt for afl-analyze. -------------- Version 1.97b: -------------- - Added afl-analyze, a nifty tool to analyze the structure of a file based on the feedback from AFL instrumentation. This is kinda experimental, so field reports welcome. - Added a mention of afl-cygwin. - Fixed a couple of typos, as reported by Jakub Wilk and others.
Diffstat (limited to 'devel/afl')
-rw-r--r--devel/afl/Makefile4
-rw-r--r--devel/afl/PLIST4
-rw-r--r--devel/afl/distinfo10
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile
index 663d145b100..f033fac8125 100644
--- a/devel/afl/Makefile
+++ b/devel/afl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2015/12/27 21:38:12 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/02/14 10:56:37 wiz Exp $
-DISTNAME= afl-1.96b
+DISTNAME= afl-2.00b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
EXTRACT_SUFX= .tgz
diff --git a/devel/afl/PLIST b/devel/afl/PLIST
index bde906191a1..f0bfc2a9033 100644
--- a/devel/afl/PLIST
+++ b/devel/afl/PLIST
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.14 2015/08/30 14:33:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/02/14 10:56:37 wiz Exp $
+bin/afl-analyze
+bin/afl-as
bin/afl-clang
bin/afl-clang++
bin/afl-cmin
diff --git a/devel/afl/distinfo b/devel/afl/distinfo
index 0d632ed6be3..e86920d588e 100644
--- a/devel/afl/distinfo
+++ b/devel/afl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2015/12/27 21:38:12 wiz Exp $
+$NetBSD: distinfo,v 1.34 2016/02/14 10:56:37 wiz Exp $
-SHA1 (afl-1.96b.tgz) = e7d0ab36026dcbdb17fa3be7e23819a635ef1901
-RMD160 (afl-1.96b.tgz) = f4aab162eeb198e6692c9ef89268025e329a9138
-SHA512 (afl-1.96b.tgz) = a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0
-Size (afl-1.96b.tgz) = 804864 bytes
+SHA1 (afl-2.00b.tgz) = ab60cc5aafbae36165208fa6a6ad7214edfb7dc2
+RMD160 (afl-2.00b.tgz) = 17012eafeb724423fb1aeec46794f9fa8574d778
+SHA512 (afl-2.00b.tgz) = f4512d1c8800addc8ab76e05cb6baac84fd8e97766841f0dfb7ae63437118d966c6a21d7c2b8fab9f39660f9090f9683dfc6a834f9e197954657b48eb78014a9
+Size (afl-2.00b.tgz) = 809523 bytes