Received: by mail.netbsd.org (Postfix, from userid 605) id 64D7084DD5; Thu, 1 Aug 2019 17:02:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE15184D52 for ; Thu, 1 Aug 2019 17:02: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 EuMjdZkdgM9M for ; Thu, 1 Aug 2019 17:02:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 68FD884CD3 for ; Thu, 1 Aug 2019 17:02:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63006FBF4; Thu, 1 Aug 2019 17:02:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564678963180310" MIME-Version: 1.0 Date: Thu, 1 Aug 2019 17:02:43 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/emulators/haxm To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20190801170243.63006FBF4@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. --_----------=_1564678963180310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Thu Aug 1 17:02:43 UTC 2019 Modified Files: pkgsrc/emulators/haxm: Makefile distinfo Log Message: haxm: Update to 7.5.2 Change Log Added support for ROM devices (#213). Fixed an issue by saving and restoring host flags before and after executing FASTOP instruction (#216). No longer supported dual signing with SHA-1 hashing algorithm for HAXM driver. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/haxm/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/haxm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564678963180310 Content-Disposition: inline Content-Length: 1598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/haxm/Makefile diff -u pkgsrc/emulators/haxm/Makefile:1.13 pkgsrc/emulators/haxm/Makefile:1.14 --- pkgsrc/emulators/haxm/Makefile:1.13 Fri May 24 10:59:14 2019 +++ pkgsrc/emulators/haxm/Makefile Thu Aug 1 17:02:43 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2019/05/24 10:59:14 kamil Exp $ +# $NetBSD: Makefile,v 1.14 2019/08/01 17:02:43 kamil Exp $ -DISTNAME= haxm-7.5.1 +DISTNAME= haxm-7.5.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/emulators/haxm/distinfo diff -u pkgsrc/emulators/haxm/distinfo:1.6 pkgsrc/emulators/haxm/distinfo:1.7 --- pkgsrc/emulators/haxm/distinfo:1.6 Fri May 24 10:59:14 2019 +++ pkgsrc/emulators/haxm/distinfo Thu Aug 1 17:02:43 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/05/24 10:59:14 kamil Exp $ +$NetBSD: distinfo,v 1.7 2019/08/01 17:02:43 kamil Exp $ -SHA1 (haxm-7.5.1.tar.gz) = dea608181a7b40ff1ba6f612b509065560b3615a -RMD160 (haxm-7.5.1.tar.gz) = 5ab98c725b18b1dccccbd2de6da2f171421cc932 -SHA512 (haxm-7.5.1.tar.gz) = 60175b96945e24900734e49a68f642e8c711877c726d9753545fd31c7b1c3684f88f395d782a93d76db4a795ccb18c353ba9c0699e546197ec627f245418f411 -Size (haxm-7.5.1.tar.gz) = 236452 bytes +SHA1 (haxm-7.5.2.tar.gz) = d2689854afc80ca02d0f67119c547b2905412abc +RMD160 (haxm-7.5.2.tar.gz) = 38212165449e5f26debba53cc04ef6ac38471d61 +SHA512 (haxm-7.5.2.tar.gz) = 078e49dce11532bfd4d74d202a37c451d4d4d8afeabf13b259a6efecc529c5f32335900aba7ccc14088098eb9fa3509064a600e3f01ffbeb3f64a3aaf9a9520e +Size (haxm-7.5.2.tar.gz) = 236571 bytes --_----------=_1564678963180310--