./sysutils/xentools418, Userland Tools for Xen 4.18.x

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


Branch: CURRENT, Version: 20231116nb1, Package name: xentools418-20231116nb1, Maintainer: bouyer

The Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools418 package contains the
tools to create, destroy and control the virtual machines.

This package contains the tools for Xen 4.18.x

MESSAGE.NetBSD [+/-]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-04-03 00:01:24 by Manuel Bouyer | Files touched by this commit (6)
Log message:
xentools415, xentools418: fix bug in BSD symbol table support for i386:
When computing the size of the ELF symbol table, the code use
sizeof(Elf64_Shdr) or sizeof(Elf32_Shdr) depending on the kernel being
loaded. But later when computing offsets, the code uses
sizeof(struct elf_sym_header) which contains a union of both Shdr. This result
in an overflow of 64 bytes. Fortunably the code checks the size being copied
with the allocated size and silently ignores the copy if there isn't enough
space. Fortunably as well, the allocated size is rounded up to the next page
boundary, so most of the time there is enough space. Unfortunably, the official
i386 GENERIC kernel from the 10.0 release has the right size to trigger
this bug.
Bump PKGREVISION.
   2024-01-16 20:49:52 by Brook Milligan | Files touched by this commit (1)
Log message:
sysutils/xentools418: replace /usr/pkg in CHECK_RELRO_SKIP with ${PREFIX}

Currently, the package fails to build if ${PREFIX} is not /usr/pkg,
because one file is not skipped in the RELRO check.
   2024-01-13 21:16:02 by Greg Troxel | Files touched by this commit (1)
Log message:
sysutils/xentools418: Note that missing man page could be installed

and why it's hard (haskell).
   2024-01-01 01:30:18 by Greg Troxel | Files touched by this commit (1) | Package updated
Log message:
xentools418: Update commented-out SDL2 bl3 line and explain

I recently added a patch to force-disable sdl2-config.  Greg Woods
pointed out that if one adds SDL2 bl3 (vs SDL that was commented-out
previously), the package builds.  This commit just updates the
commented-out line and explains this.  (I have no reason to think
including SDL2 is a good idea.)
   2023-12-30 19:52:38 by Greg Troxel | Files touched by this commit (2)
Log message:
sysutils/xentools418: Force-disable sdl2-config

Resolves failure to build when SDL2 is installed.

Patch tested on netbsd-10 amd64 dom0, which booted and created a domU.
   2023-11-24 11:26:14 by Manuel Bouyer | Files touched by this commit (1)
Log message:
Fix path off qemu-xen archive on MASTER_SITE_LOCAL
   2023-11-21 12:37:03 by Manuel Bouyer | Files touched by this commit (59)
Log message:
Add xentools418 version 20231116
Unlike previous Xen packages, the xentools418 and xenkernel418 will point
to a specific commit of the stable branch (instead of release tags),
the package version being the date of the commit. Hopefully this will make
tracking security fixes easier.

From DESCR:
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools418 package contains the
tools to create, destroy and control the virtual machines.

This package contains the tools for Xen 4.18.x