Path to this page:
./
sysutils/xenkernel45,
Xen 4.5.x Kernel
Branch: pkgsrc-2016Q1,
Version: 4.5.3,
Package name: xenkernel45-4.5.3,
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: 95d56c42642adcffe55dcf82a021d49115373108
RMD160: 7ba586b20404e95308007663e87868c0ccc0e6f4
Filesize: 17985.349 KB
Version history: (Expand)
- (2016-05-21) Updated to version: xenkernel45-4.5.3
- (2016-04-07) Package added to pkgsrc.se, version xenkernel45-4.5.2 (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
|