Package Details: xen-stubdom 4.20.0-2

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Xen hypervisor stubdom files
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 184
Popularity: 0.069676
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2025-03-13 08:19 (UTC)

Dependencies (42)

Required by (3)

Sources (13)

Pinned Comments

Refutationalist commented on 2025-03-12 12:06 (UTC) (edited on 2025-03-13 08:23 (UTC) by Refutationalist)

We've moved to the newly-stable 4.20.0 branch. There are also other changes:

  • stubdom is fixed by disabling the vtmp and vtpmmgr components. This gets rid of a few source files and our remaining patches.
  • Debug files are only removed if the debug option is not set in makepkg.cfg (or the PKGBUILD itself)
  • pygrub has been removed
  • optdepends are adjusted for the upcoming xen-grub split package for the various Xen flavored builds.

If you're still using pygrub note that it is deprecated. The solution is to build PV grub instead, which used to be in AUR but is now missing. I am asking a couple questions on the mailing list, and I intend to put my current build of xen-grub (which supersedes xen-pvhgrub) on AUR as soon as possible. If you need to build it before that occurs, you can find it in my PKGBUILD repo.

EDIT: 4.20.0-2 adds support for the xen-edk2 package, which has a fixed UEFI for xen

Latest Comments

« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 45 .. 101 Next › Last »

ArthurBorsboom commented on 2015-05-16 21:52 (UTC)

Confirming 4.5.0-3 works fine for me. Good work, David!

kantras commented on 2015-05-16 20:56 (UTC)

FYI: the 4.5.0-3 update I pushed a couple of days ago or so does contain the patches for CVE-2015-3456 ( aka the Venom vulnerability )

mks commented on 2015-05-13 14:17 (UTC)

gnutls 3.4.1-1 works too.

ArthurBorsboom commented on 2015-05-13 14:13 (UTC)

Updated Xen package build works for me with Kernel 4.0 and GNU utils 3.4.0

aneeshusa commented on 2015-05-13 13:58 (UTC)

New XSA just came out today: http://xenbits.xen.org/xsa/advisory-133.html

mbroemme commented on 2015-05-07 21:10 (UTC)

Morfeo, below is a patch to make the PKGBUILD ready for Xen 4.5.0: --- xen-docs/PKGBUILD 2014-03-22 21:47:42.000000000 +0100 +++ xen-docs-4.5.0/PKGBUILD 2015-03-31 02:17:45.650019000 +0200 @@ -1,7 +1,7 @@ # Maintainer: M0Rf30 pkgname=xen-docs -pkgver=4.4.0 +pkgver=4.5.0 pkgrel=1 pkgdesc="Xen 4 (docs)" arch=('i686' 'x86_64') @@ -13,11 +13,9 @@ package() { cd "$srcdir/xen-$pkgver" - cd docs unset CFLAGS LDFLAGS - ./configure --prefix=/usr - cd .. + ./configure --prefix=/usr --disable-xen --disable-tools --disable-stubdom --enable-docs make DESTDIR=$pkgdir install-docs } -md5sums=('fd9031d499af38c5d04108681734027e') +md5sums=('9bac43d2419d05a647064d9253bb03fa')

kantras commented on 2015-05-06 12:48 (UTC)

@pierrec - I disabled building of documentation because of the existance of the xen-docs package and because some people want to run their hypervisors very "light", without optional extras such as documentation. If that package doesn't get updated, and is still not orphaned, what I may have to do is add in the relevant changes into my PKGBUILD and just comment them out, so someone can always enable them if needed. @AuthurBorsboom - Will be today; I had a small checklist of things that I wanted to cover, which includes the ones you've mentioned, and i'm about ready to push the updated files.

ArthurBorsboom commented on 2015-05-06 09:07 (UTC)

Hi Kantras, AFAIK the following needs to be updated. - use of $srcdir - patch for gnutls Do you have an estimation of when you are able to publish the new PKGBUILD?

pierrec commented on 2015-05-06 08:48 (UTC)

Thanks for this package. But why do you --disable-docs? I suppose you do that to avoid extra deps? xen-docs is 4.4 so not that useful :p