Path to this page:
./
sysutils/xentools41,
Userland Tools for Xen 4.1.x
Branch: pkgsrc-2011Q4,
Version: 4.1.2nb3,
Package name: xentools41-4.1.2nb3,
Maintainer: ceggerThe Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools41 package contains the
tools to create, destroy and control the virtual machines.
This package contains the tools for Xen 4.1.x
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2011/04/06 09:10:26 cegger 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:[
devel/py-curses] [
lang/python26] [
textproc/py-xml]
Required to build:[
devel/ocaml-findlib] [
devel/dev86] [
devel/gmake] [
lang/perl5] [
lang/ocaml] [
pkgtools/x11-links] [
sysutils/acpica-utils]
Master sites:
SHA1: db584cb0a0cc614888d7df3b196d514fdb2edd6e
RMD160: 457797ec4be286afbbcad940a9ce04e44f3f40d6
Filesize: 10122.838 KB
Version history: (Expand)
- (2012-02-04) Updated to version: xentools41-4.1.2nb3
- (2012-01-08) Package added to pkgsrc.se, version xentools41-4.1.2nb1 (created)
CVS history: (Expand)
2012-02-04 15:21:29 by Matthias Scheler | Files touched by this commit (5) |
Log message:
Pullup ticket #3672 - requested by bouyer
sysutils/xentools33: build fix
sysutils/xentools41: bug fix
Revisions pulled up:
- sysutils/xentools33/Makefile 1.28
- sysutils/xentools33/distinfo 1.26
- sysutils/xentools33/patches/patch-blktaplib_h 1.1
- sysutils/xentools33/patches/patch-io_ring_h 1.1
- sysutils/xentools41/Makefile 1.14
- sysutils/xentools41/distinfo 1.16
- sysutils/xentools41/patches/patch-df 1.1
---
Module Name: pkgsrc
Committed By: cegger
Date: Mon Jan 9 14:06:35 UTC 2012
Modified Files:
pkgsrc/sysutils/xentools33: Makefile distinfo
Added Files:
pkgsrc/sysutils/xentools33/patches: patch-blktaplib_h patch-io_ring_h
Log message:
Apply fixes for gcc 4.5. I cannot reproduce the
error message show in PR 45386.
Bump revision.
---
Module Name: pkgsrc
Committed By: cegger
Date: Thu Jan 26 11:19:24 UTC 2012
Modified Files:
pkgsrc/sysutils/xentools41: Makefile distinfo
Added Files:
pkgsrc/sysutils/xentools41/patches: patch-df
Log message:
Apply patch 79d1d3311319f3390f540f547becaba9d957f84c
from qemu upstream:
Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4.
This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0.
With this patch I can no longer reproduce PR 42455.
Bump package revision.
|
2012-02-04 13:42:21 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Pullup ticket #3672 - requested by bouyer
sysutils/xentools33: security patch
sysutils/xentools41: security patch
Revisions pulled up:
- sysutils/xentools33/Makefile 1.29 via patch
- sysutils/xentools33/distinfo 1.27 via patch
- sysutils/xentools33/patches/patch-qemu-e1000-CVSE-2012-0029 1.1
- sysutils/xentools41/Makefile 1.15 via patch
- sysutils/xentools41/distinfo 1.17
- sysutils/xentools41/patches/patch-qemu-e1000-CVSE-2012-0029 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Fri Feb 3 17:00:25 UTC 2012
Modified Files:
pkgsrc/sysutils/xentools33: Makefile distinfo
pkgsrc/sysutils/xentools41: Makefile distinfo
Added Files:
pkgsrc/sysutils/xentools33/patches: patch-qemu-e1000-CVSE-2012-0029
pkgsrc/sysutils/xentools41/patches: patch-qemu-e1000-CVSE-2012-0029
Log message:
Pull up fix from Xen repository, fixing CVE-2012-0029:
Heap-based buffer overflow in the process_tx_desc function in the
e1000 emulation allows the guest to cause a denial of service (QEMU
crash) and possibly execute arbitrary code via crafted legacy mode
packets.
Bump PKGREVISION
|