Tue Oct 29 03:28:22 2019 UTC ()
haxm: Upgrade to 7.5.4

CHANGELOG
=========

HAXM v7.5.4

    Added VM pause support to fix the crash issue of loading snapshot (#239).
    Fixed incorrect interruptibility_state to resolve an issue on loading snapshot (#233).
    Fixed a bug during mapping memory slots (#237).
    Fixed incorrect VMX_ENTRY_CONTROLS loading (#225).
    Enabled PCLMULQDQ feature in CPUID emulation if supported by the host (#231).
    Optimized the log interfaces and enhanced the logging mechanism on Windows (#215, #232).
    Fixed the compilation warnings and errors on Linux (#223).


(kamil)
diff -r1.14 -r1.15 pkgsrc/emulators/haxm/Makefile
diff -r1.7 -r1.8 pkgsrc/emulators/haxm/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/emulators/haxm/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/haxm/Makefile 2019/08/01 17:02:43 1.14
+++ pkgsrc/emulators/haxm/Makefile 2019/10/29 03:28:22 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2019/08/01 17:02:43 kamil Exp $ 1# $NetBSD: Makefile,v 1.15 2019/10/29 03:28:22 kamil Exp $
2 2
3DISTNAME= haxm-7.5.2 3DISTNAME= haxm-7.5.4
4CATEGORIES= emulators 4CATEGORIES= emulators
5MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= kamil@NetBSD.org 8MAINTAINER= kamil@NetBSD.org
9HOMEPAGE= https://github.com/intel/haxm/ 9HOMEPAGE= https://github.com/intel/haxm/
10COMMENT= Intel Hardware Accelerated Execution Manager 10COMMENT= Intel Hardware Accelerated Execution Manager
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13ONLY_FOR_PLATFORM= NetBSD-*-x86_64 13ONLY_FOR_PLATFORM= NetBSD-*-x86_64
14OSVERSION_SPECIFIC= YES 14OSVERSION_SPECIFIC= YES
15 15
16BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm 16BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm

cvs diff -r1.7 -r1.8 pkgsrc/emulators/haxm/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/haxm/distinfo 2019/08/01 17:02:43 1.7
+++ pkgsrc/emulators/haxm/distinfo 2019/10/29 03:28:22 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/08/01 17:02:43 kamil Exp $ 1$NetBSD: distinfo,v 1.8 2019/10/29 03:28:22 kamil Exp $
2 2
3SHA1 (haxm-7.5.2.tar.gz) = d2689854afc80ca02d0f67119c547b2905412abc 3SHA1 (haxm-7.5.4.tar.gz) = 86664ab0d653375cc265781a8e0ef46c1791a08c
4RMD160 (haxm-7.5.2.tar.gz) = 38212165449e5f26debba53cc04ef6ac38471d61 4RMD160 (haxm-7.5.4.tar.gz) = 9ac05a6e814554b805db3c68c79c336447a28ecf
5SHA512 (haxm-7.5.2.tar.gz) = 078e49dce11532bfd4d74d202a37c451d4d4d8afeabf13b259a6efecc529c5f32335900aba7ccc14088098eb9fa3509064a600e3f01ffbeb3f64a3aaf9a9520e 5SHA512 (haxm-7.5.4.tar.gz) = 99bb7d2bcee445397f872c6f1364072ac88337a8af0c0d24e4ae5e2460e685dbdf8b880b9cd588681f7256217234bcc184d33cf9dc183f92f5eb8fe9f84e69a8
6Size (haxm-7.5.2.tar.gz) = 236571 bytes 6Size (haxm-7.5.4.tar.gz) = 237270 bytes