Path to this page:
./
sysutils/xenkernel41,
Xen 4.1.x Kernel
Branch: pkgsrc-2015Q4,
Version: 4.1.6.1nb18,
Package name: xenkernel41-4.1.6.1nb18,
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)
- (2016-01-12) Updated to version: xenkernel41-4.1.6.1nb18
- (2016-01-02) Package added to pkgsrc.se, version xenkernel41-4.1.6.1nb17 (created)
CVS history: (Expand)
2016-01-11 21:26:12 by Benny Siegert | Files touched by this commit (8) |
Log message:
Pullup ticket #4887 - requested by bouyer
sysutils/xenkernel41: security fix
sysutils/xentools41: security fix
Revisions pulled up:
- sysutils/xenkernel41/Makefile 1.48
- sysutils/xenkernel41/distinfo 1.41
- sysutils/xenkernel41/patches/patch-CVE-2015-8339 1.1
- sysutils/xenkernel41/patches/patch-XSA-166 1.1
- sysutils/xentools41/Makefile 1.59
- sysutils/xentools41/distinfo 1.41
- sysutils/xentools41/patches/patch-CVE-2015-8550 1.1
- sysutils/xentools41/patches/patch-CVE-2015-8554 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Jan 7 17:55:55 UTC 2016
Modified Files:
pkgsrc/sysutils/xenkernel41: Makefile distinfo
pkgsrc/sysutils/xentools41: Makefile distinfo
Added Files:
pkgsrc/sysutils/xenkernel41/patches: patch-CVE-2015-8339 patch-XSA-166
pkgsrc/sysutils/xentools41/patches: patch-CVE-2015-8550
patch-CVE-2015-8554
Log message:
Apply patches from Xen repository, fixing:
CVE-2015-8339 and CVE-2015-8340 aka XSA-159
XSA-166
CVE-2015-8550 aka XSA-155
CVE-2015-8554 aka XSA-164
Bump pkgrevision
|