Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AC433A582D for ; Fri, 16 Jan 2015 09:17:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5288514A190; Fri, 16 Jan 2015 09:17:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6D2114A18F for ; Fri, 16 Jan 2015 09:17:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4HS-z_n6JPKj for ; Fri, 16 Jan 2015 09:17:23 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5096214A16F for ; Fri, 16 Jan 2015 09:17:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 44E0E98; Fri, 16 Jan 2015 09:17:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 16 Jan 2015 09:17:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/afl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150116091723.44E0E98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Jan 16 09:17:23 UTC 2015 Modified Files: pkgsrc/devel/afl: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/afl/Makefile pkgsrc/devel/afl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.