diff options
author | Guillaume Sellier <guillaume@ophane.net> | 2011-08-22 22:18:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-02 12:13:14 +0000 |
commit | b8039e011a8e4718343018cc2b9517a7fd878de0 (patch) | |
tree | 6c223974c3def622058c44423a98501972131739 | |
parent | 1bc5d9887db636672c205503bdace8f2a91f740b (diff) | |
download | aports-b8039e011a8e4718343018cc2b9517a7fd878de0.tar.bz2 aports-b8039e011a8e4718343018cc2b9517a7fd878de0.tar.xz |
bump Xen to 4.1.1
Xen 4.1.1 is a maintenance release in the 4.1 series and contains:
Security fixes including CVE-2011-1583 and CVE-2011-1898
Enhancements to guest introspection (VM single stepping support for very fine-grained access control)
Many stability improvements, such as:
PV-on-HVM stability fixes (fixing some IRQ issues)
XSAVE cpu feature support for PV guests (allows safe use of latest multimedia instructions)
RAS fixes for high availability
fixes for offlining bad pages
changes to libxc, mainly of benefit to libvirt
Compatibility fixes for newer Linux guests, newer compilers, some old guest savefiles, newer Python, grub2, some hardware/BIOS bugs.
-rw-r--r-- | main/xen/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index ef7a80747..081f22e55 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=xen -pkgver=4.1.0 -pkgrel=2 +pkgver=4.1.1 +pkgrel=0 pkgdesc="Xen hypervisor" url="http://www.xen.org/" license="GPL" |