Received: by mail.netbsd.org (Postfix, from userid 605) id 5C99684D55; Mon, 20 Jan 2020 12:49:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D899584D48 for ; Mon, 20 Jan 2020 12:49:45 +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 CDqc6y-phBr6 for ; Mon, 20 Jan 2020 12:49:45 +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 5895584D22 for ; Mon, 20 Jan 2020 12:49:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C767FBF4; Mon, 20 Jan 2020 12:49:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157952458555210" MIME-Version: 1.0 Date: Mon, 20 Jan 2020 12:49:45 +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: <20200120124945.4C767FBF4@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. --_----------=_157952458555210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Mon Jan 20 12:49:45 UTC 2020 Modified Files: pkgsrc/emulators/haxm: Makefile distinfo Log Message: haxm: Upgrade to 7.5.6 Change Log ---------- * Enabled support for running on the system with more than 64 host CPUs (#255, #257). * Improved the handling of undefined instructions by generating #UD exception (#247). * Improved the CPUID features initialization and processing logic (#245). * Updated the compilation configurations for Windows and macOS (#243, #244). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/haxm/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/haxm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157952458555210 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.15 pkgsrc/emulators/haxm/Makefile:1.16 --- pkgsrc/emulators/haxm/Makefile:1.15 Tue Oct 29 03:28:22 2019 +++ pkgsrc/emulators/haxm/Makefile Mon Jan 20 12:49:45 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2019/10/29 03:28:22 kamil Exp $ +# $NetBSD: Makefile,v 1.16 2020/01/20 12:49:45 kamil Exp $ -DISTNAME= haxm-7.5.4 +DISTNAME= haxm-7.5.6 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.8 pkgsrc/emulators/haxm/distinfo:1.9 --- pkgsrc/emulators/haxm/distinfo:1.8 Tue Oct 29 03:28:22 2019 +++ pkgsrc/emulators/haxm/distinfo Mon Jan 20 12:49:45 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/10/29 03:28:22 kamil Exp $ +$NetBSD: distinfo,v 1.9 2020/01/20 12:49:45 kamil Exp $ -SHA1 (haxm-7.5.4.tar.gz) = 86664ab0d653375cc265781a8e0ef46c1791a08c -RMD160 (haxm-7.5.4.tar.gz) = 9ac05a6e814554b805db3c68c79c336447a28ecf -SHA512 (haxm-7.5.4.tar.gz) = 99bb7d2bcee445397f872c6f1364072ac88337a8af0c0d24e4ae5e2460e685dbdf8b880b9cd588681f7256217234bcc184d33cf9dc183f92f5eb8fe9f84e69a8 -Size (haxm-7.5.4.tar.gz) = 237270 bytes +SHA1 (haxm-7.5.6.tar.gz) = 53a18b39dafea5221f5b9854fa409884ea268410 +RMD160 (haxm-7.5.6.tar.gz) = f772a8d87d7cf58764b21a2dcfe0eaf3524e211d +SHA512 (haxm-7.5.6.tar.gz) = 27a837f53450e9768ced9478bef2272d2d68db0c4136e9db7c9bdf96cb185592f6d2aba4f50cb7de493e9a0a0e1a1ed9d1f40c3742c15c36515e3f615a51054f +Size (haxm-7.5.6.tar.gz) = 241086 bytes --_----------=_157952458555210--