Path to this page:
./
sysutils/xentools45,
Userland Tools for Xen 4.5.x
Branch: pkgsrc-2016Q1,
Version: 4.5.3,
Package name: xentools45-4.5.3,
Maintainer: pkgsrc-usersThe Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools45 package contains the
tools to create, destroy and control the virtual machines.
This package contains the tools for Xen 4.5.x
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1 2015/01/20 16:42:13 bouyer 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] [
lang/python27] [
lang/ocaml] [
devel/glib2] [
devel/ocaml-findlib] [
devel/py-curses] [
devel/yajl]
Required to build:[
devel/dev86] [
sysutils/pciutils]
Master sites:
SHA1: 95d56c42642adcffe55dcf82a021d49115373108
RMD160: 7ba586b20404e95308007663e87868c0ccc0e6f4
Filesize: 17985.349 KB
Version history: (Expand)
- (2016-05-21) Updated to version: xentools45-4.5.3
- (2016-04-07) Package added to pkgsrc.se, version xentools45-4.5.2nb2 (created)
CVS history: (Expand)
2016-05-21 17:48:57 by Benny Siegert | Files touched by this commit (14) |
Log message:
Pullup ticket #5017 - requested by sevan
sysutils/xenkernel45: security fix
sysutils/xentools45: security fix
Revisions pulled up:
- sysutils/xenkernel45/Makefile 1.14
- sysutils/xenkernel45/distinfo 1.14
- sysutils/xenkernel45/patches/patch-CVE-2015-5307 deleted
- sysutils/xenkernel45/patches/patch-CVE-2015-8339 deleted
- sysutils/xenkernel45/patches/patch-CVE-2015-8555 deleted
- sysutils/xenkernel45/patches/patch-XSA-166 deleted
- sysutils/xenkernel45/patches/patch-XSA-172 1.1
- sysutils/xenkernel45/patches/patch-XSA-173 1.1
- sysutils/xentools45/Makefile 1.32
- sysutils/xentools45/distinfo 1.22
- sysutils/xentools45/patches/patch-CVE-2015-8341 deleted
- sysutils/xentools45/patches/patch-CVE-2015-8550 deleted
- sysutils/xentools45/patches/patch-CVE-2015-8554 deleted
- sysutils/xentools45/patches/patch-XSA-179 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu May 12 15:42:58 UTC 2016
Modified Files:
pkgsrc/sysutils/xenkernel45: Makefile distinfo
pkgsrc/sysutils/xentools45: Makefile distinfo
Added Files:
pkgsrc/sysutils/xenkernel45/patches: patch-XSA-172 patch-XSA-173
pkgsrc/sysutils/xentools45/patches: patch-XSA-179
Removed Files:
pkgsrc/sysutils/xenkernel45/patches: patch-CVE-2015-5307
patch-CVE-2015-8339 patch-CVE-2015-8555 patch-XSA-166
pkgsrc/sysutils/xentools45/patches: patch-CVE-2015-8341
patch-CVE-2015-8550 patch-CVE-2015-8554
Log message:
Update xenkernel45 and xentools45 to 4.5.3.
While there also add patches for security issues XSA-172, XSA-173 and XSA-179
(others between 170 and 179 are either not yet public, or linux-only).
Upstream changes since 4.5.2:
- security issues up to XSA-170 are fixed (these were already patched
in pkgsrc).
- other minor performances and functionality fixes.
full changelog at:
http://www.xenproject.org/downloads/xen-archives/xen-45-series/xen-453.html
|