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 5E7357A490 for ; Thu, 21 Jul 2016 12:07:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 11805860B4; Thu, 21 Jul 2016 12:07:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97A3B86036 for ; Thu, 21 Jul 2016 12:07:13 +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 uF0exsEVD1ve for ; Thu, 21 Jul 2016 12:07:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D1A785E5C for ; Thu, 21 Jul 2016 12:07:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2851CFBB5; Thu, 21 Jul 2016 12:07:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146910283351060" MIME-Version: 1.0 Date: Thu, 21 Jul 2016 12:07:13 +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: <20160721120713.2851CFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146910283351060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 21 12:07:13 UTC 2016 Modified Files: pkgsrc/devel/afl: Makefile distinfo Log Message: Updated afl to 2.19b. -------------- Version 2.19b: -------------- - Made a fix to make sure that auto CPU binding happens at non-overlapping times. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/afl/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/afl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146910283351060 Content-Disposition: inline Content-Length: 1504 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/afl/Makefile diff -u pkgsrc/devel/afl/Makefile:1.44 pkgsrc/devel/afl/Makefile:1.45 --- pkgsrc/devel/afl/Makefile:1.44 Sun Jul 3 10:56:06 2016 +++ pkgsrc/devel/afl/Makefile Thu Jul 21 12:07:13 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2016/07/03 10:56:06 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2016/07/21 12:07:13 wiz Exp $ -DISTNAME= afl-2.18b +DISTNAME= afl-2.19b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz Index: pkgsrc/devel/afl/distinfo diff -u pkgsrc/devel/afl/distinfo:1.45 pkgsrc/devel/afl/distinfo:1.46 --- pkgsrc/devel/afl/distinfo:1.45 Sun Jul 3 10:56:06 2016 +++ pkgsrc/devel/afl/distinfo Thu Jul 21 12:07:13 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2016/07/03 10:56:06 wiz Exp $ +$NetBSD: distinfo,v 1.46 2016/07/21 12:07:13 wiz Exp $ -SHA1 (afl-2.18b.tgz) = eeecc11da3187c9678d7c62aad796961d890b83b -RMD160 (afl-2.18b.tgz) = 878f1810715c91692a88d0c59f0dcee8f43c7f50 -SHA512 (afl-2.18b.tgz) = ea0198a25d3cd4e4f2b0f32cb9c894aab0c23b7d48c41acbccf7ec74ae1166f6658c1306d05ff11edff7c691a68f4e652d9c53b9a64b30464647ac4f0b4f543d -Size (afl-2.18b.tgz) = 817151 bytes +SHA1 (afl-2.19b.tgz) = 315a1783fc667cda791683e786cc5024a5075b44 +RMD160 (afl-2.19b.tgz) = a9bc84827b7eab5bc598808117d683ab8b94770d +SHA512 (afl-2.19b.tgz) = 07920ba8dcbdaebecc6f229cd3d6b0f84ddbfd586c0563a26953e84af57ae2b9339ddbd74991433829bbc54fc77f50cc70dc23a0cc81d6c0c2652891251c8875 +Size (afl-2.19b.tgz) = 817294 bytes --_----------=_146910283351060--