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" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 37156A654F for ; Thu, 28 May 2015 05:54:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7C18014A2EB; Thu, 28 May 2015 05:54:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFD2914A2AB for ; Thu, 28 May 2015 05:54:05 +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 mffNGB2DmTzd for ; Thu, 28 May 2015 05:54:05 +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 D62B314A291 for ; Thu, 28 May 2015 05:54:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C87ED98; Thu, 28 May 2015 05:54:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 28 May 2015 05:54:04 +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: <20150528055404.C87ED98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu May 28 05:54:04 UTC 2015 Modified Files: pkgsrc/devel/afl: Makefile PLIST distinfo Log Message: Update to 1.80b: -------------- Version 1.80b: -------------- - Made afl-cmin tolerant of whitespaces in filenames. Suggested by Jonathan Neuschafer and Ketil Froyn. - Added support for AFL_EXIT_WHEN_DONE, as suggested by Michael Rash. -------------- Version 1.79b: -------------- - Added support for dictionary levels, see testcases/README.testcases. - Reworked the SQL dictionary to use levels. - Added a note about Preeny. -------------- Version 1.78b: -------------- - Added a dictionary for PDF, contributed by Ben Nagy. - Added several references to afl-cov, a new tool by Michael Rash. - Fixed a problem with crash reporter detection on MacOS X, as reported by Louis Dassy. -------------- Version 1.77b: -------------- - Extended the -x option to support single-file dictionaries. - Replaced factory-packaged dictionaries with file-based variants. - Removed newlines from HTML keywords in testcases/_extras/html/. -------------- Version 1.76b: -------------- - Very significantly reduced the number of duplicate execs during deterministic checks, chiefly in int16 and int32 stages. Confirmed identical path yields. This should improve early-stage efficiency by around 5-10%. - Reduced the likelihood of duplicate non-deterministic execs by bumping up lowest stacking factor from 1 to 2. Quickly confirmed that this doesn't seem to have significant impact on coverage with libpng. - Added a note about integrating afl-fuzz with third-party tools. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/afl/Makefile \ pkgsrc/devel/afl/distinfo cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/afl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.