Received: by mail.netbsd.org (Postfix, from userid 605) id 18E4084D55; Thu, 23 Nov 2017 15:11:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 991C484D30 for ; Thu, 23 Nov 2017 15:11:30 +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 uNFFyqSuDzBf for ; Thu, 23 Nov 2017 15:11:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21ECC84C6C for ; Thu, 23 Nov 2017 15:11:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 188C6FB40; Thu, 23 Nov 2017 15:11:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511449890116660" MIME-Version: 1.0 Date: Thu, 23 Nov 2017 15:11:30 +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: <20171123151130.188C6FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1511449890116660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 23 15:11:30 UTC 2017 Modified Files: pkgsrc/devel/afl: Makefile distinfo Log Message: afl: update to 2.52b. --------------------------- Version 2.52b (2017-11-04): --------------------------- - Upgraded QEMU patches from 2.3.0 to 2.10.0. Required troubleshooting several weird issues. All the legwork done by Andrew Griffiths. - Added setsid to afl-showmap. See the notes for 2.51b. - Added target mode (deferred, persistent, qemu, etc) to fuzzer_stats. Requested by Jakub Wilk. - afl-tmin should now save a partially minimized file when Ctrl-C is pressed. Suggested by Jakub Wilk. - Added an option for afl-analyze to dump offsets in hex. Suggested by Jakub Wilk. - Added support for parameters in triage_crashes.sh. Patch by Adam of DC949. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/afl/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/afl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511449890116660 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.60 pkgsrc/devel/afl/Makefile:1.61 --- pkgsrc/devel/afl/Makefile:1.60 Mon Sep 4 12:16:42 2017 +++ pkgsrc/devel/afl/Makefile Thu Nov 23 15:11:29 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2017/09/04 12:16:42 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2017/11/23 15:11:29 wiz Exp $ -DISTNAME= afl-2.51b +DISTNAME= afl-2.52b 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.61 pkgsrc/devel/afl/distinfo:1.62 --- pkgsrc/devel/afl/distinfo:1.61 Mon Sep 4 12:16:42 2017 +++ pkgsrc/devel/afl/distinfo Thu Nov 23 15:11:29 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.61 2017/09/04 12:16:42 wiz Exp $ +$NetBSD: distinfo,v 1.62 2017/11/23 15:11:29 wiz Exp $ -SHA1 (afl-2.51b.tgz) = ee898c4220e4c374fa3cf5dc1c02fa182bae49b0 -RMD160 (afl-2.51b.tgz) = c9b774d0589e9be94120574045ae94d1633d922c -SHA512 (afl-2.51b.tgz) = fd67cf44b7336175041c2efa42b122e91f887f4a293618a59ea1e145ef47b9c0fab9fc274e4b94499c523bec950ff5a704050c3f4260e890ad97774c365a358c -Size (afl-2.51b.tgz) = 835611 bytes +SHA1 (afl-2.52b.tgz) = 6f923e7748898cac58366cb3c751643fba0c2bae +RMD160 (afl-2.52b.tgz) = b7c1174111cfc11d14a0982359ef903d5b8d1267 +SHA512 (afl-2.52b.tgz) = 30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f +Size (afl-2.52b.tgz) = 835907 bytes --_----------=_1511449890116660--