Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 5FF447A106 for ; Thu, 5 May 2016 11:13:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 152A785EB2; Thu, 5 May 2016 11:13:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98E8D85E58 for ; Thu, 5 May 2016 11:13:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4kkTSQwTrwrB for ; Thu, 5 May 2016 11:13:25 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4395684CEA for ; Thu, 5 May 2016 11:13:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 416F4FBBA; Thu, 5 May 2016 11:13:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 5 May 2016 11:13:25 +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: <20160505111325.416F4FBBA@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 5 11:13:25 UTC 2016 Modified Files: pkgsrc/devel/afl: Makefile distinfo Log Message: Updated afl to 2.11b. -------------- Version 2.11b: -------------- - Fixed a minor typo in instrumented_cmp, spotted by Hanno Eissfeldt. - Added a missing size check for deterministic insertion steps. - Made an improvement to afl-gotcpu when -Z not used. - Fixed a typo in post_library_png.so.c in experimental/. Spotted by Kostya Serebryany. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/afl/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/afl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.