Commit graph

18 commits

Author SHA1 Message Date
nia
d75334de07 sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:19:17 +00:00
nia
67e36f8dd3 sysutils: Remove SHA1 hashes for distfiles 2021-10-07 14:57:31 +00:00
bouyer
9097293899 Update xenkernel413 and xentools413 to 4.13.4.
CHANGES are bugfixes, including fixes for XSA up to XSA-384
2021-09-21 13:20:47 +00:00
wiz
7a1283626c *: Remove PKGREVISION=0 2021-08-12 07:36:39 +00:00
bouyer
a6ae2ff3c5 Update xentools413 and xentools413 to 4.13.3.
Changes since 4.13.2: inlcude security fixes for all XSA known to date
(up to XSA-369). Other minor bug fixes.
2021-03-30 06:59:03 +00:00
bouyer
efe9b09179 Add upstream patches for Xen security advisory 355 and 360.
Bump PKGREVSION
2021-02-03 22:27:16 +00:00
bouyer
cd6e700c01 Add upstream patches for Xen seciruty advisory 348, 358 and 359.
Bump PKGREVISION
2020-12-16 17:15:22 +00:00
nia
f6dd9d2f87 Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
2020-12-04 20:44:57 +00:00
bouyer
f80b942be3 Add patch from Xen developers (Jan Beulich and Roger Pau Monné) fixing
interrupt issues with pvh dom0.
2020-11-30 14:20:22 +00:00
gdt
9875241a53 xen: Describe 4.13 as the standard approach
ok bouyer@
2020-11-15 16:05:47 +00:00
bouyer
ce9d89af73 Add upstream patch for XSA351. Bump PKGREVISION 2020-11-12 10:34:41 +00:00
bouyer
d6f863cd4f Update xenkernel413 and xentools413 to 4.13.2. This includes fixes for
XSA up to XSA347, and an improved fix for XSA 286.
2020-11-06 21:45:49 +00:00
bouyer
2b8645fb19 Add upstream security patches for XSA286, XSA345, XSA346, XSA347.
Bump PKGREVISION.
2020-10-21 09:03:05 +00:00
bouyer
bde1d5c06f Add uptream fixes for
XSA333, XSA334, XSA336, XSA337, XSA338, XSA339, XSA340, XSA342, XSA343, XSA344
bump PKGREVISION
2020-10-01 12:41:18 +00:00
joerg
7775491365 Code assumes sticky nature of #pragma pack, so ignore the clang warning. 2020-09-20 03:18:33 +00:00
bouyer
768166af5a Remove Linux from ONLY_FOR_PLATFORM; it doesn't make sense to restrict
to 2.6.x anyway.
2020-08-27 13:44:53 +00:00
bouyer
a944774ede Add patches for Xen Security Advisories XSA317, XSA319, XSA320, XSA321
and XSA328.
Bump PKGREVISION
2020-07-16 09:56:47 +00:00
bouyer
6c43eaffe4 Add xenkernel413 and xentools413 packages, version 4.13.1.
At this time xentools413 will only build on a very recent -current (as of
an hour ago or do - with /usr/include/xen/xenio.h 1.12 or newer)

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.
2020-05-26 11:12:10 +00:00