./sysutils/xenkernel48, Xen 4.8.x Kernel

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


Branch: pkgsrc-2017Q3, Version: 4.8.2nb1, Package name: xenkernel48-4.8.2nb1, Maintainer: bouyer

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.8 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:


Version history: (Expand)


CVS history: (Expand)


   2017-10-17 21:02:25 by Benny Siegert | Files touched by this commit (21)
Log message:
Pullup ticket #5579 - requested by bouyer
sysutils/xenkernel48, sysutils/xentools48: security fix

Revisions pulled up:
- sysutils/xenkernel48/MESSAGE                                  1.2
- sysutils/xenkernel48/Makefile                                 1.6
- sysutils/xenkernel48/distinfo                                 1.3
- sysutils/xenkernel48/patches/patch-XSA-212                    deleted
- sysutils/xenkernel48/patches/patch-XSA231                     1.1
- sysutils/xenkernel48/patches/patch-XSA232                     1.1
- sysutils/xenkernel48/patches/patch-XSA234                     1.1
- sysutils/xenkernel48/patches/patch-XSA237                     1.1
- sysutils/xenkernel48/patches/patch-XSA238                     1.1
- sysutils/xenkernel48/patches/patch-XSA239                     1.1
- sysutils/xenkernel48/patches/patch-XSA240                     1.1
- sysutils/xenkernel48/patches/patch-XSA241                     1.1
- sysutils/xenkernel48/patches/patch-XSA242                     1.1
- sysutils/xenkernel48/patches/patch-XSA243                     1.1
- sysutils/xenkernel48/patches/patch-XSA244                     1.1
- sysutils/xentools48/Makefile                                  1.8
- sysutils/xentools48/distinfo                                  1.4
- sysutils/xentools48/patches/patch-XSA-211-1                   deleted
- sysutils/xentools48/patches/patch-XSA-211-2                   deleted
- sysutils/xentools48/patches/patch-XSA233                      1.1
- sysutils/xentools48/patches/patch-XSA240                      1.1

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Tue Oct 17 08:42:30 UTC 2017

   Modified Files:
   	pkgsrc/sysutils/xenkernel48: MESSAGE Makefile distinfo
   	pkgsrc/sysutils/xentools48: Makefile distinfo
   Added Files:
   	pkgsrc/sysutils/xenkernel48/patches: patch-XSA231 patch-XSA232
   	    patch-XSA234 patch-XSA237 patch-XSA238 patch-XSA239 patch-XSA240
   	    patch-XSA241 patch-XSA242 patch-XSA243 patch-XSA244
   	pkgsrc/sysutils/xentools48/patches: patch-XSA233 patch-XSA240
   Removed Files:
   	pkgsrc/sysutils/xenkernel48/patches: patch-XSA-212
   	pkgsrc/sysutils/xentools48/patches: patch-XSA-211-1 patch-XSA-211-2

   Log message:
   Update xentools48 and xenkernel48 to 4.8.2, and apply security patches up
   to XSA244. Keep PKGREVISION to 1 to account for the fact that it's
   not a stock Xen 4.8.2.

   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