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 80EDAA650D for ; Mon, 9 Mar 2015 08:07:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D4C0F14A145; Mon, 9 Mar 2015 08:07:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7BC3714A132 for ; Mon, 9 Mar 2015 08:07:43 +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 EwVs0g7S8gwN for ; Mon, 9 Mar 2015 08:07:42 +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 B27F914A12C for ; Mon, 9 Mar 2015 08:07:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A6AB398; Mon, 9 Mar 2015 08:07:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 9 Mar 2015 08:07:42 +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: <20150309080742.A6AB398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Mar 9 08:07:42 UTC 2015 Modified Files: pkgsrc/devel/afl: Makefile PLIST distinfo Log Message: Update to 1.56b: -------------- Version 1.56b: -------------- - Renamed related_work.txt to historical_notes.txt. - Made minor edits to the ASAN doc. - Added docs/sister_projects.txt with a list of inspired or closely related utilities. -------------- Version 1.55b: -------------- - Fixed a glitch with afl-showmap opening /dev/null with O_RDONLY when running in quiet mode. Spotted by Tyler Nighswander. -------------- Version 1.54b: -------------- - Added another postprocessor example for PNG. - Made a cosmetic fix to realloc() handling in experimental/post_library/, suggested by Jakub Wilk. - Improved -ldl handling. Suggested by Jakub Wilk. -------------- Version 1.53b: -------------- - Fixed an -l ordering issue that is apparently still a problem on Ubuntu. Spotted by William Robinet. -------------- Version 1.52b: -------------- - Added support for file format postprocessors. Requested by Ben Nagy. This feature is intentionally buried, since it's fairly easy to misuse and useful only in some scenarios. See experimental/post_library/. -------------- Version 1.51b: -------------- - Made it possible to properly override LD_BIND_NOW after one very unusual report of trouble. - Cleaned up typos, thanks to Jakub Wilk. - Fixed a bug in AFL_DUMB_FORKSRV. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/afl/Makefile \ pkgsrc/devel/afl/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/afl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.