Path to this page:
./
sysutils/xenkernel42,
Xen 4.2.x Kernel
Branch: pkgsrc-2015Q4,
Version: 4.2.5nb10,
Package name: xenkernel42-4.2.5nb10,
Maintainer: pkgsrc-usersXen 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.2 Xen4 kernel itself. PCI passthrough is
not supported. PAE is mandatory; on i386 one must use XEN3PAE_DOM[0U].
Required to build:[
lang/python27]
Master sites:
SHA1: f42741e4ec174495ace70c4b17a6b9b0e60e798a
RMD160: 7d4f7f1b32ee541d341a756b1f8da02816438d19
Filesize: 15304.614 KB
Version history: (Expand)
- (2016-01-12) Updated to version: xenkernel42-4.2.5nb10
- (2016-01-02) Package added to pkgsrc.se, version xenkernel42-4.2.5nb9 (created)
CVS history: (Expand)
2016-01-11 21:37:17 by Benny Siegert | Files touched by this commit (10) |
Log message:
Pullup ticket #4886 - requested by bouyer
sysutils/xenkernel42: security fix
sysutils/xentools42: security fix
Revisions pulled up:
- sysutils/xenkernel42/Makefile 1.20
- sysutils/xenkernel42/distinfo 1.19
- sysutils/xenkernel42/patches/patch-CVE-2015-5307 1.1
- sysutils/xenkernel42/patches/patch-CVE-2015-8339 1.1
- sysutils/xenkernel42/patches/patch-CVE-2015-8555 1.1
- sysutils/xenkernel42/patches/patch-XSA-166 1.1
- sysutils/xentools42/Makefile 1.41
- sysutils/xentools42/distinfo 1.22
- sysutils/xentools42/patches/patch-CVE-2015-8550 1.1
- sysutils/xentools42/patches/patch-CVE-2015-8554 1.1
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Jan 7 17:53:59 UTC 2016
Modified Files:
pkgsrc/sysutils/xenkernel42: Makefile distinfo
pkgsrc/sysutils/xentools42: Makefile distinfo
Added Files:
pkgsrc/sysutils/xenkernel42/patches: patch-CVE-2015-5307
patch-CVE-2015-8339 patch-CVE-2015-8555 patch-XSA-166
pkgsrc/sysutils/xentools42/patches: patch-CVE-2015-8550
patch-CVE-2015-8554
Log message:
pply patches from Xen repository, fixing:
CVE-2015-5307 and CVE-2015-8104 aka XSA-156
CVE-2015-8339 and CVE-2015-8340 aka XSA-159
CVE-2015-8555 aka XSA-165
XSA-166
CVE-2015-8550 aka XSA-155
CVE-2015-8554 aka XSA-164
Bump pkgrevision
|