Path to this page:
./
sysutils/xentools41,
Userland Tools for Xen 4.1.x
Branch: pkgsrc-2013Q1,
Version: 4.1.4nb4,
Package name: xentools41-4.1.4nb4,
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:[
lang/ocaml] [
lang/python27] [
textproc/py-xml] [
devel/py-curses] [
devel/ocaml-findlib]
Required to build:[
lang/perl5] [
sysutils/pciutils] [
devel/dev86] [
devel/gmake]
Master sites:
SHA1: d5f1e9c9eeb96202dd827c196750530ffc64baab
RMD160: e3cb379954c985354dfd7dfbed15eae43e73254d
Filesize: 10143.831 KB
Version history: (Expand)
- (2013-04-25) Updated to version: xentools41-4.1.4nb4
- (2013-04-01) Package added to pkgsrc.se, version xentools41-4.1.4nb2 (created)
CVS history: (Expand)
2013-04-24 23:11:07 by Matthias Scheler | Files touched by this commit (11) |
Log message:
Pullup ticket #4124 - requested by bouyer
sysutils/xentools41: security patch
Revisions pulled up:
- sysutils/xentools41/Makefile 1.30-1.31
- sysutils/xentools41/distinfo 1.27-1.28
- sysutils/xentools41/patches/patch-.._.._ipxe_src_arch_i386_include_librm.h 1.1
- sysutils/xentools41/patches/patch-.._.._ipxe_src_core_settings.c 1.1
- sysutils/xentools41/patches/patch-.._.._ipxe_src_net_tls.c 1.1
- sysutils/xentools41/patches/patch-.._Config.mk 1.1
- sysutils/xentools41/patches/patch-CVE-2013-0215-1 1.1
- sysutils/xentools41/patches/patch-CVE-2013-0215-2 1.1
- sysutils/xentools41/patches/patch-firmware_hvmloader_Makefile 1.1
- sysutils/xentools41/patches/patch-libcx_xc__dom__boot.c 1.1
- sysutils/xentools41/patches/patch-xenstat_libxenstat_Makefile 1.1
---
Module Name: pkgsrc
Committed By: joerg
Date: Thu Apr 11 19:57:53 UTC 2013
Modified Files:
pkgsrc/sysutils/xenkernel3: Makefile distinfo
pkgsrc/sysutils/xenkernel3/patches: patch-cw
pkgsrc/sysutils/xenkernel33: Makefile distinfo
pkgsrc/sysutils/xenkernel41: Makefile distinfo
pkgsrc/sysutils/xentools3: Makefile distinfo
pkgsrc/sysutils/xentools3-hvm: Makefile distinfo
pkgsrc/sysutils/xentools3/patches: patch-.._patch-Config.mk patch-cg
pkgsrc/sysutils/xentools33: Makefile distinfo
pkgsrc/sysutils/xentools33/patches: patch-ab
pkgsrc/sysutils/xentools41: Makefile distinfo
Added Files:
pkgsrc/sysutils/xenkernel3/patches: patch-xen_arch_x86_hvm_io.c
patch-xen_arch_x86_string.c
pkgsrc/sysutils/xenkernel33/patches: patch-Config.mk patch-xen_Makefile
patch-xen_arch_x86_Rules.mk
pkgsrc/sysutils/xenkernel41/patches: patch-Config.mk patch-xen_Makefile
patch-xen_arch_x86_Rules.mk patch-xen_arch_x86_cpu_mcheck_vmce.c
patch-xen_arch_x86_time.c
pkgsrc/sysutils/xentools3-hvm/patches: patch-.._patch-Config.mk
pkgsrc/sysutils/xentools3/patches: patch-libxc_xc__dom__x86.c
pkgsrc/sysutils/xentools33/patches: patch-blktap_drivers_block-qcow.c
patch-ioemu_block-vvfat.c
pkgsrc/sysutils/xentools41/patches:
patch-.._.._ipxe_src_arch_i386_include_librm.h
patch-.._.._ipxe_src_core_settings.c patch-.._.._ipxe_src_net_tls.c
patch-.._Config.mk patch-firmware_hvmloader_Makefile
patch-libcx_xc__dom__boot.c patch-xenstat_libxenstat_Makefile
Log message:
Allow building Xen infrastructure with Clang. Fix various bugs in
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang
default warnings. Bump revisions for those.
---
Module Name: pkgsrc
Committed By: bouyer
Date: Fri Apr 19 14:03:52 UTC 2013
Modified Files:
pkgsrc/sysutils/xentools41: Makefile distinfo
Added Files:
pkgsrc/sysutils/xentools41/patches: patch-CVE-2013-0215-1
patch-CVE-2013-0215-2
Log message:
Add patch from Xen security advisory:
http://lists.xen.org/archives/html/xen-announce/2013-02/msg00005.html
|