./sysutils/xenkernel46, Xen 4.6.x Kernel

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q3, Version: 4.6.6nb1, Package name: xenkernel46-4.6.6nb1, Maintainer: pkgsrc-users

Xen is a hypervisor which supports running multiple guest operating
systems on a single machine. Guest OSes (also called "domains")
can be either paravirtualised (i.e. make hypercalls in order to
access hardware), run in HVM (Hardware Virtualisation Mode) where
they will be presented with virtual devices, or a combination where
they use hypercalls to access hardware but manage memory themselves.
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.6 Xen kernel itself. PCI passthrough is
not supported. PAE is mandatory; on i386 one must use XEN3PAE_DOM[0U].


Required to build:
[lang/python27] [pkgtools/cwrappers]

Master sites:

SHA1: 82f39ef4bf754ffd679ab5d15709bc34a98fccb7
RMD160: 6412f75183647172d72597e8779235b60e1c00f3
Filesize: 19262.806 KB

Version history: (Expand)


CVS history: (Expand)


   2017-10-17 21:17:51 by Benny Siegert | Files touched by this commit (27)
Log message:
Pullup ticket #5580 - requested by bouyer
sysutils/xenkernel46, sysutils/xentools46: security fix

Revisions pulled up:
- sysutils/xenkernel46/MESSAGE                                  1.2
- sysutils/xenkernel46/Makefile                                 1.14
- sysutils/xenkernel46/distinfo                                 1.10
- sysutils/xenkernel46/patches/patch-XSA-212                    deleted
- sysutils/xenkernel46/patches/patch-XSA226                     1.1
- sysutils/xenkernel46/patches/patch-XSA227                     1.1
- sysutils/xenkernel46/patches/patch-XSA228                     1.1
- sysutils/xenkernel46/patches/patch-XSA230                     1.1
- sysutils/xenkernel46/patches/patch-XSA231                     1.1
- sysutils/xenkernel46/patches/patch-XSA232                     1.1
- sysutils/xenkernel46/patches/patch-XSA234                     1.1
- sysutils/xenkernel46/patches/patch-XSA237                     1.1
- sysutils/xenkernel46/patches/patch-XSA238                     1.1
- sysutils/xenkernel46/patches/patch-XSA239                     1.1
- sysutils/xenkernel46/patches/patch-XSA240                     1.1
- sysutils/xenkernel46/patches/patch-XSA241                     1.1
- sysutils/xenkernel46/patches/patch-XSA242                     1.1
- sysutils/xenkernel46/patches/patch-XSA243                     1.1
- sysutils/xenkernel46/patches/patch-XSA244                     1.1
- sysutils/xentools46/Makefile                                  1.21
- sysutils/xentools46/distinfo                                  1.9
- sysutils/xentools46/patches/patch-XSA-211-1                   deleted
- sysutils/xentools46/patches/patch-XSA-211-2                   deleted
- sysutils/xentools46/patches/patch-XSA228                      1.1
- sysutils/xentools46/patches/patch-XSA233                      1.1
- sysutils/xentools46/patches/patch-XSA240                      1.1
- sysutils/xentools46/version.mk                                1.3

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Tue Oct 17 10:57:35 UTC 2017

   Modified Files:
   	pkgsrc/sysutils/xenkernel46: MESSAGE Makefile distinfo
   	pkgsrc/sysutils/xentools46: Makefile distinfo version.mk
   Added Files:
   	pkgsrc/sysutils/xenkernel46/patches: patch-XSA226 patch-XSA227
   	    patch-XSA228 patch-XSA230 patch-XSA231 patch-XSA232 patch-XSA234
   	    patch-XSA237 patch-XSA238 patch-XSA239 patch-XSA240 patch-XSA241
   	    patch-XSA242 patch-XSA243 patch-XSA244
   	pkgsrc/sysutils/xentools46/patches: patch-XSA228 patch-XSA233
   	    patch-XSA240
   Removed Files:
   	pkgsrc/sysutils/xenkernel46/patches: patch-XSA-212
   	pkgsrc/sysutils/xentools46/patches: patch-XSA-211-1 patch-XSA-211-2

   Log message:
   Update xen*46 to 4.6.6, including fixes up to XSA244.
   changes since Xen 4.6.5: mostly bug fixes, including security fixes
   for XSA206, XSA211 to XSA244.
   PKGREVISION set to 1 to account for the fact that it's not a stock Xen 4.6.6.

   Note that, unlike upstream, pv-linear-pt defaults to true, so that
   NetBSD PV guests (including dom0) will continue to boot without changes
   to boot.cfg