summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-16 09:17:23 +0000
committerwiz <wiz@pkgsrc.org>2015-01-16 09:17:23 +0000
commit4e1f52baacae23c7e78580ff85b91b43261b6543 (patch)
tree74f2def830dc298fa1b732e761efc392f530000f /devel
parentc964e31146a553b86a01b5d6846e46a28a2cc35f (diff)
downloadpkgsrc-4e1f52baacae23c7e78580ff85b91b43261b6543.tar.gz
Update to 1.12b:
-------------- Version 1.12b: -------------- - Made an improvement to dictionary generation to avoid runs of identical bytes. - Added havoc cycle scaling to help with slow binaries in -d mode. Based on a thread with Sami Liedes. - Added AFL_SYNC_FIRST for afl-fuzz. This is useful for those who obsess over stats, no special purpose otherwise. - Switched to more robust box drawing codes, suggested by Jakub Wilk. - Created faster 64-bit variants of several critical-path bitmap functions (sorry, no difference on 32 bits). - Fixed moar typos, as reported by Jakub Wilk. -------------- Version 1.11b: -------------- - Added a bit more info about dictionary strategies to the status screen. -------------- Version 1.10b: -------------- - Revised the dictionary behavior to use insertion and overwrite in deterministic steps, rather than just the latter. This improves coverage with SQL and the like. - Added a mention of "*" in status_screen.txt, as suggested by Jakub Wilk.
Diffstat (limited to 'devel')
-rw-r--r--devel/afl/Makefile4
-rw-r--r--devel/afl/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile
index 313935b26e3..48c3175cbb3 100644
--- a/devel/afl/Makefile
+++ b/devel/afl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2015/01/11 21:04:27 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/01/16 09:17:23 wiz Exp $
-DISTNAME= afl-1.09b
+DISTNAME= afl-1.12b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
EXTRACT_SUFX= .tgz
diff --git a/devel/afl/distinfo b/devel/afl/distinfo
index 2397317b54a..2a666f36a7b 100644
--- a/devel/afl/distinfo
+++ b/devel/afl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2015/01/11 21:04:27 wiz Exp $
+$NetBSD: distinfo,v 1.9 2015/01/16 09:17:23 wiz Exp $
-SHA1 (afl-1.09b.tgz) = f8c0073a1ce46b280ad36b06e419e6695fe047bb
-RMD160 (afl-1.09b.tgz) = 5f524fb0512079b1ed20ec0a88f0f3bdb5bb463a
-Size (afl-1.09b.tgz) = 726719 bytes
+SHA1 (afl-1.12b.tgz) = 14f1c4bc5840b02b2a3538da019ed8288ac5a62d
+RMD160 (afl-1.12b.tgz) = df0c12ed2d6a658d8f7ec492824f6093c3998e15
+Size (afl-1.12b.tgz) = 730063 bytes