Up to [cvs.NetBSD.org] / pkgsrc / sysutils / xenkernel415
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 24 13:07:52 2022 UTC (8 days, 1 hour ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Apply patches for Xen security advisory 397 up to 402, and 404 (XSA403 still not released). Bump PKGREVISION
Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 30 00:21:15 2022 UTC (2 months ago) by khorben
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Typos in MESSAGE Bumps PKGREVISION.
Revision 1.3.4.1 / (download) - annotate - [select for diffs], Thu Mar 24 18:59:43 2022 UTC (3 months, 1 week ago) by bsiegert
Branch: pkgsrc-2021Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Pullup ticket #6597 - requested by bouyer sysutils/xenkernel415: security fix sysutils/xentools415: security fix Revisions pulled up: - sysutils/xenkernel415/Makefile 1.4 - sysutils/xenkernel415/distinfo 1.5 - sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk 1.2 - sysutils/xentools415/Makefile 1.10 - sysutils/xentools415/distinfo 1.7 --- Module Name: pkgsrc Committed By: bouyer Date: Fri Mar 4 17:54:08 UTC 2022 Modified Files: pkgsrc/sysutils/xenkernel415: Makefile distinfo pkgsrc/sysutils/xenkernel415/patches: patch-xen_arch_x86_boot_build32.mk pkgsrc/sysutils/xentools415: Makefile distinfo Log Message: Update xenkernel415 and xentools415 to 4.15.2 Changes from 4.15.1 are bugfixes, some performance improvements and some security hardening. It also includes all fixes for XSA up to 395.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 4 17:54:08 2022 UTC (3 months, 4 weeks ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update xenkernel415 and xentools415 to 4.15.2 Changes from 4.15.1 are bugfixes, some performance improvements and some security hardening. It also includes all fixes for XSA up to 395.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 21 12:23:49 2021 UTC (9 months, 1 week ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Branch point for: pkgsrc-2021Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update xenkernel415 and xentools415 to 4.15.1. 32bits PV guests are now unsupported security-wise, and upstream disables them by default. This packages keep the support enabled for transition, but this will change for the next quarter branch. It is recommended to switch to pvh+pvshim for PV guests (or pvh if you run netbsd-current). Other changes are bugfixes, including fixes for XSA up to XSA-384
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 12 07:36:39 2021 UTC (10 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
*: Remove PKGREVISION=0
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 18 12:31:26 2021 UTC (14 months, 2 weeks ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Add xenkernel415 and xentools415 version 4.15.0 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.