X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mx1.ophane.net (vnr.ophane.net [78.244.206.64]) by mail.alpinelinux.org (Postfix) with ESMTP id BE1CA4D71A0 for ; Mon, 22 Aug 2011 20:10:13 +0000 (UTC) Received: from localhost (unknown [192.168.1.43]) by mx1.ophane.net (Postfix) with ESMTP id 7A0A835EC59 for ; Mon, 22 Aug 2011 22:10:12 +0200 (CEST) From: Guillaume Sellier To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] bump Xen to 4.1.1 Date: Mon, 22 Aug 2011 22:18:47 +0200 Message-Id: <1314044327-2020-1-git-send-email-guillaume@ophane.net> X-Mailer: git-send-email 1.7.6 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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. --- main/xen/APKBUILD | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index ef7a807..081f22e 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock # Maintainer: William Pitcock pkgname=xen -pkgver=4.1.0 -pkgrel=2 +pkgver=4.1.1 +pkgrel=0 pkgdesc="Xen hypervisor" url="http://www.xen.org/" license="GPL" -- 1.7.6 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---