svn commit: r444240 - head/sysutils/vm-bhyve

Lars Engels lme at FreeBSD.org
Sat Jun 24 19:50:08 UTC 2017


Author: lme
Date: Sat Jun 24 19:50:07 2017
New Revision: 444240
URL: https://svnweb.freebsd.org/changeset/ports/444240

Log:
  sysutils/vm-bhyve: Update to 1.1.8
  
  Upstream changelog:
  Add ability to set ignore_bad_msr="yes" which is required on AMD processors for
  some guests in order to avoid crashes if the guest tries to access registers
  that are not implemented.
  
  Also adds generic bhyve_options configuration setting to pass arbitrary
  arguments to the bhyve(8) command.
  
  PR:		219860
  Submitted by:	maintainer

Modified:
  head/sysutils/vm-bhyve/Makefile
  head/sysutils/vm-bhyve/distinfo

Modified: head/sysutils/vm-bhyve/Makefile
==============================================================================
--- head/sysutils/vm-bhyve/Makefile	Sat Jun 24 19:38:03 2017	(r444239)
+++ head/sysutils/vm-bhyve/Makefile	Sat Jun 24 19:50:07 2017	(r444240)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vm-bhyve
-PORTVERSION=	1.1.7
+PORTVERSION=	1.1.8
 DISTVERSIONPREFIX=v
 CATEGORIES=	sysutils
 

Modified: head/sysutils/vm-bhyve/distinfo
==============================================================================
--- head/sysutils/vm-bhyve/distinfo	Sat Jun 24 19:38:03 2017	(r444239)
+++ head/sysutils/vm-bhyve/distinfo	Sat Jun 24 19:50:07 2017	(r444240)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494424010
-SHA256 (churchers-vm-bhyve-v1.1.7_GH0.tar.gz) = 89b689a004edf4dec2a7797defbb9df39e8130b000d4ec094ebb78f1d3c0b715
-SIZE (churchers-vm-bhyve-v1.1.7_GH0.tar.gz) = 54573
+TIMESTAMP = 1496917755
+SHA256 (churchers-vm-bhyve-v1.1.8_GH0.tar.gz) = 2c716a03a4d94d0867fd081d5dc0abc342d66a23208b606e659d10eed56c3114
+SIZE (churchers-vm-bhyve-v1.1.8_GH0.tar.gz) = 54985


More information about the svn-ports-all mailing list