Path to this page:
./
sysutils/xentools46,
Userland Tools for Xen 4.6.x
Branch: pkgsrc-2017Q3,
Version: 4.6.6nb1,
Package name: xentools46-4.6.6nb1,
Maintainer: pkgsrc-usersThe Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools46 package contains the
tools to create, destroy and control the virtual machines.
This package contains the tools for Xen 4.6.x
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2016/07/04 07:30:47 jnemeth Exp $
Please ensure that the Xen-specific devices needed by xend(8) exist:
cd /dev && sh MAKEDEV xen
There are example configuration files for setting up a guest domain in:
${EGDIR}/
Please also refer to the the "NetBSD/xen How-To" for more information on
creating a Xen setup:
http://www.NetBSD.org/ports/xen/howto.html
===========================================================================
Required to run:[
x11/pixman] [
devel/glib2] [
devel/ocaml-findlib] [
devel/argp] [
devel/py-curses] [
devel/yajl] [
lang/ocaml] [
lang/python27]
Required to build:[
devel/dev86] [
sysutils/pciutils] [
pkgtools/cwrappers]
Master sites:
SHA1: 82f39ef4bf754ffd679ab5d15709bc34a98fccb7
RMD160: 6412f75183647172d72597e8779235b60e1c00f3
Filesize: 19262.806 KB
Version history: (Expand)
- (2017-10-17) Updated to version: xentools46-4.6.6nb1
- (2017-09-29) Package added to pkgsrc.se, version xentools46-4.6.5nb5 (created)
CVS history: (Expand)
2017-10-17 21:17:51 by Benny Siegert | Files touched by this commit (27) |
Log message:
Pullup ticket #5580 - requested by bouyer
sysutils/xenkernel46, sysutils/xentools46: security fix
Revisions pulled up:
- sysutils/xenkernel46/MESSAGE 1.2
- sysutils/xenkernel46/Makefile 1.14
- sysutils/xenkernel46/distinfo 1.10
- sysutils/xenkernel46/patches/patch-XSA-212 deleted
- sysutils/xenkernel46/patches/patch-XSA226 1.1
- sysutils/xenkernel46/patches/patch-XSA227 1.1
- sysutils/xenkernel46/patches/patch-XSA228 1.1
- sysutils/xenkernel46/patches/patch-XSA230 1.1
- sysutils/xenkernel46/patches/patch-XSA231 1.1
- sysutils/xenkernel46/patches/patch-XSA232 1.1
- sysutils/xenkernel46/patches/patch-XSA234 1.1
- sysutils/xenkernel46/patches/patch-XSA237 1.1
- sysutils/xenkernel46/patches/patch-XSA238 1.1
- sysutils/xenkernel46/patches/patch-XSA239 1.1
- sysutils/xenkernel46/patches/patch-XSA240 1.1
- sysutils/xenkernel46/patches/patch-XSA241 1.1
- sysutils/xenkernel46/patches/patch-XSA242 1.1
- sysutils/xenkernel46/patches/patch-XSA243 1.1
- sysutils/xenkernel46/patches/patch-XSA244 1.1
- sysutils/xentools46/Makefile 1.21
- sysutils/xentools46/distinfo 1.9
- sysutils/xentools46/patches/patch-XSA-211-1 deleted
- sysutils/xentools46/patches/patch-XSA-211-2 deleted
- sysutils/xentools46/patches/patch-XSA228 1.1
- sysutils/xentools46/patches/patch-XSA233 1.1
- sysutils/xentools46/patches/patch-XSA240 1.1
- sysutils/xentools46/version.mk 1.3
---
Module Name: pkgsrc
Committed By: bouyer
Date: Tue Oct 17 10:57:35 UTC 2017
Modified Files:
pkgsrc/sysutils/xenkernel46: MESSAGE Makefile distinfo
pkgsrc/sysutils/xentools46: Makefile distinfo version.mk
Added Files:
pkgsrc/sysutils/xenkernel46/patches: patch-XSA226 patch-XSA227
patch-XSA228 patch-XSA230 patch-XSA231 patch-XSA232 patch-XSA234
patch-XSA237 patch-XSA238 patch-XSA239 patch-XSA240 patch-XSA241
patch-XSA242 patch-XSA243 patch-XSA244
pkgsrc/sysutils/xentools46/patches: patch-XSA228 patch-XSA233
patch-XSA240
Removed Files:
pkgsrc/sysutils/xenkernel46/patches: patch-XSA-212
pkgsrc/sysutils/xentools46/patches: patch-XSA-211-1 patch-XSA-211-2
Log message:
Update xen*46 to 4.6.6, including fixes up to XSA244.
changes since Xen 4.6.5: mostly bug fixes, including security fixes
for XSA206, XSA211 to XSA244.
PKGREVISION set to 1 to account for the fact that it's not a stock Xen 4.6.6.
Note that, unlike upstream, pv-linear-pt defaults to true, so that
NetBSD PV guests (including dom0) will continue to boot without changes
to boot.cfg
|