Path to this page:
./
sysutils/xenkernel41,
Xen 4.1.x Kernel
Branch: pkgsrc-2015Q1,
Version: 4.1.6.1nb16,
Package name: xenkernel41-4.1.6.1nb16,
Maintainer: ceggerXen is a virtual machine monitor which supports running multiple
guests operating systems on a single machine. Guest OSes (also
called "domains") require a modified kernel which supports Xen
hypercalls in replacement to access to the physical hardware. At
boot, the xen kernel is loaded along with the guest kernel for the
first domain (called domain0). domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other
domains and provide virtual devices (disks and network) to other
domains.
This package contains the 4.1 Xen4 kernel itself. PCI passthrough is
not supported. PAE is mandatory; on i386 one must use XEN3PAE_DOM0[0U].
Required to build:[
lang/python27]
Master sites:
SHA1: e5f15feb0821578817a65ede16110c6eac01abd0
RMD160: bff11421fc44a26f2cc3156713267abcb36d7a19
Filesize: 10184.067 KB
Version history: (Expand)
- (2015-04-30) Updated to version: xenkernel41-4.1.6.1nb16
- (2015-04-03) Package added to pkgsrc.se, version xenkernel41-4.1.6.1nb15 (created)
CVS history: (Expand)
2015-04-29 23:11:13 by Matthias Scheler | Files touched by this commit (24) |
Log message:
Pullup ticket #4698 - requested by spz
Pullup ticket #4698 - requested by spz
sysutils/xenkernel41: security patch
sysutils/xenkernel42: security patch
sysutils/xenkernel45: security patch
Revisions pulled up:
- sysutils/xenkernel41/Makefile 1.45
- sysutils/xenkernel41/distinfo 1.36
- sysutils/xenkernel41/patches/patch-CVE-2015-2752 1.1
- sysutils/xenkernel41/patches/patch-CVE-2015-2756 1.1
- sysutils/xenkernel42/Makefile 1.15
- sysutils/xenkernel42/distinfo 1.13
- sysutils/xenkernel42/patches/patch-CVE-2015-2752 1.1
- sysutils/xenkernel42/patches/patch-CVE-2015-2756 1.1
- sysutils/xenkernel45/Makefile 1.6
- sysutils/xenkernel45/distinfo 1.5
- sysutils/xenkernel45/patches/patch-CVE-2015-2752 1.1
- sysutils/xenkernel45/patches/patch-CVE-2015-2756 1.1
- sysutils/xentools41/Makefile 1.50
- sysutils/xentools41/distinfo 1.38
- sysutils/xentools41/patches/patch-CVE-2015-2752 1.1
- sysutils/xentools41/patches/patch-CVE-2015-2756 1.1
- sysutils/xentools42/Makefile 1.27
- sysutils/xentools42/distinfo 1.16
- sysutils/xentools42/patches/patch-CVE-2015-2752 1.1
- sysutils/xentools42/patches/patch-CVE-2015-2756 1.1
- sysutils/xentools45/Makefile 1.6
- sysutils/xentools45/distinfo 1.6
- sysutils/xentools45/patches/patch-CVE-2015-2752 1.1
- sysutils/xentools45/patches/patch-CVE-2015-2756 1.1
---
Module Name: pkgsrc
Committed By: spz
Date: Sun Apr 19 13:13:21 UTC 2015
Modified Files:
pkgsrc/sysutils/xenkernel41: Makefile distinfo
pkgsrc/sysutils/xenkernel42: Makefile distinfo
pkgsrc/sysutils/xenkernel45: Makefile distinfo
pkgsrc/sysutils/xentools41: Makefile distinfo
pkgsrc/sysutils/xentools42: Makefile distinfo
pkgsrc/sysutils/xentools45: Makefile distinfo
Added Files:
pkgsrc/sysutils/xenkernel41/patches: patch-CVE-2015-2752
patch-CVE-2015-2756
pkgsrc/sysutils/xenkernel42/patches: patch-CVE-2015-2752
patch-CVE-2015-2756
pkgsrc/sysutils/xenkernel45/patches: patch-CVE-2015-2752
patch-CVE-2015-2756
pkgsrc/sysutils/xentools41/patches: patch-CVE-2015-2752
patch-CVE-2015-2756
pkgsrc/sysutils/xentools42/patches: patch-CVE-2015-2752
patch-CVE-2015-2756
pkgsrc/sysutils/xentools45/patches: patch-CVE-2015-2752
patch-CVE-2015-2756
Log message:
apply fixes from upstream for
XSA-125 Long latency MMIO mapping operations are not preemptible
XSA-126 Unmediated PCI command register access in qemu
|