Path to this page:
./
sysutils/xenkernel45,
Xen 4.5.x Kernel
Branch: pkgsrc-2015Q4,
Version: 4.5.2,
Package name: xenkernel45-4.5.2,
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.5 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: c764589afc817aee4a5df5fa5dc2c7b8ab79508b
RMD160: 953f81cd175b3cb9f591ce21d3c838ecb8e6a780
Filesize: 17984.59 KB
Version history: (Expand)
- (2016-01-12) Updated to version: xenkernel45-4.5.2
- (2016-01-02) Package added to pkgsrc.se, version xenkernel45-4.5.1nb1 (created)
CVS history: (Expand)
2016-01-11 23:12:33 by Benny Siegert | Files touched by this commit (22) |
Log message:
Pullup ticket #4888 - requested by bouyer
sysutils/xenkernel45: security fix
sysutils/xentools45: security fix
Revisions pulled up:
- sysutils/xenkernel45/Makefile 1.12-1.13
- sysutils/xenkernel45/distinfo 1.12-1.13
- sysutils/xenkernel45/patches/patch-CVE-2015-5307 1.1
- sysutils/xenkernel45/patches/patch-CVE-2015-7835 deleted
- sysutils/xenkernel45/patches/patch-CVE-2015-7969 deleted
- sysutils/xenkernel45/patches/patch-CVE-2015-7970 deleted
- sysutils/xenkernel45/patches/patch-CVE-2015-7971 deleted
- sysutils/xenkernel45/patches/patch-CVE-2015-8339 1.1
- sysutils/xenkernel45/patches/patch-CVE-2015-8555 1.1
- sysutils/xenkernel45/patches/patch-XSA-166 1.1
- sysutils/xentools45/Makefile 1.22-1.24
- sysutils/xentools45/PLIST 1.4
- sysutils/xentools45/distinfo 1.14-1.16
- sysutils/xentools45/patches/patch-CVE-2015-8341 1.1
- sysutils/xentools45/patches/patch-CVE-2015-8550 1.1
- sysutils/xentools45/patches/patch-CVE-2015-8554 1.1
- sysutils/xentools45/patches/patch-Makefile 1.2
- sysutils/xentools45/patches/patch-XSA135 deleted
- sysutils/xentools45/patches/patch-XSA137 deleted
- sysutils/xentools45/patches/patch-XSA138 deleted
- sysutils/xentools45/patches/patch-XSA139 deleted
- sysutils/xentools45/patches/patch-XSA140 deleted
---
Module Name: pkgsrc
Committed By: jnemeth
Date: Thu Dec 31 13:27:10 UTC 2015
Modified Files:
pkgsrc/sysutils/xentools45: Makefile PLIST distinfo
pkgsrc/sysutils/xentools45/patches: patch-Makefile
Log message:
Stop installing xenbackendd. It is leftover cruft from the xm toolstack.
Running it will interfere with the operation of the xl toolstack, so it
should never be used now that the xm toolstack is gone.
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Jan 7 17:48:34 UTC 2016
Modified Files:
pkgsrc/sysutils/xenkernel45: Makefile distinfo
pkgsrc/sysutils/xentools45: Makefile distinfo
Added 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:
Apply 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-8341 aka XSA-160
CVE-2015-8550 aka XSA-155
Bump pkgrevision
---
Module Name: pkgsrc
Committed By: bouyer
Date: Fri Jan 8 13:24:29 UTC 2016
Modified Files:
pkgsrc/sysutils/xenkernel45: Makefile distinfo
pkgsrc/sysutils/xentools45: Makefile distinfo
Removed Files:
pkgsrc/sysutils/xenkernel45/patches: patch-CVE-2015-7835
patch-CVE-2015-7969 patch-CVE-2015-7970 patch-CVE-2015-7971
pkgsrc/sysutils/xentools45/patches: patch-XSA135 patch-XSA137
patch-XSA138 patch-XSA139 patch-XSA140
Log message:
Update xenkernel45 and xentools45 to 4.5.2.
Changes since 4.5.1 includes security fixes (most of which were already in
our local patches) and bug fixes. The complete list of changes
is there:
http://www.xenproject.org/downloads/xen-archives/xen-45-series/xen-452.html
|