diff options
author | Roger Pau Monne <roger.pau@citrix.com> | 2012-09-17 13:10:53 +0100 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2012-09-17 12:21:22 -0500 |
commit | c2e5b06819796406457ef99bb3e0bffc2a96880b (patch) | |
tree | 3bf3ae62551710a718a90bf9e0c25f3198b7a087 /main | |
parent | b7887b38ff55117dfd8f3c263c28c1c3ae3c9230 (diff) | |
download | aports-c2e5b06819796406457ef99bb3e0bffc2a96880b.tar.bz2 aports-c2e5b06819796406457ef99bb3e0bffc2a96880b.tar.xz |
xen: update to 4.2.0
Diffstat (limited to 'main')
-rw-r--r-- | main/xen/APKBUILD | 13 | ||||
-rw-r--r-- | main/xen/librt.patch | 4 | ||||
-rw-r--r-- | main/xen/qemu_uclibc_configure.patch | 4 |
3 files changed, 10 insertions, 11 deletions
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index fdc01f05fc..1a5643db60 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -3,8 +3,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=xen pkgver=4.2.0 -pkgrc=4 -pkgrel=0 +pkgrel=1 pkgdesc="Xen hypervisor" url="http://www.xen.org/" arch="x86 x86_64" @@ -15,7 +14,7 @@ depends_dev="openssl-dev python-dev e2fsprogs-dev gettext zlib-dev ncurses-dev makedepends="$depends_dev" install="" subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-hypervisor $pkgname-xend" -source="http://xenbits.xen.org/people/royger/$pkgname-$pkgver-rc$pkgrc.tar.gz +source="http://bits.xensource.com/oss-xen/release/$pkgver/$pkgname-$pkgver.tar.gz qemu_uclibc_configure.patch librt.patch make_stubdoms.patch @@ -34,7 +33,7 @@ source="http://xenbits.xen.org/people/royger/$pkgname-$pkgver-rc$pkgrc.tar.gz xenqemu.initd " -_builddir="$srcdir"/$pkgname +_builddir="$srcdir"/$pkgname-$pkgver prepare() { local i cd "$_builddir" @@ -129,9 +128,9 @@ xend() { -exec mv '{}' "$subpkgdir"/"$sitepackages"/xen \; } -md5sums="336a2a6cde9cbbe861decf442bf5cd5e xen-4.2.0-rc4.tar.gz -1b165c3b1288e2952cf852d36dfaaa67 qemu_uclibc_configure.patch -35039c88b4f573f672b3178d9d65c5b7 librt.patch +md5sums="f4f217969afc38f09251039966d91a87 xen-4.2.0.tar.gz +506e7ab6f9482dc95f230978d340bcd9 qemu_uclibc_configure.patch +2dc5ddf47c53ea168729975046c3c1f9 librt.patch 41ad48fdc269749776fa6aa04f6778c2 make_stubdoms.patch 1ccde6b36a6f9542a16d998204dc9a22 qemu-xen_paths.patch 6e5739dad7e2bd1b625e55ddc6c782b7 xenstored.initd diff --git a/main/xen/librt.patch b/main/xen/librt.patch index 1393f7ffb5..1964add35f 100644 --- a/main/xen/librt.patch +++ b/main/xen/librt.patch @@ -1,5 +1,5 @@ ---- ./tools/qemu-xen-traditional-dir/Makefile.target.orig -+++ ./tools/qemu-xen-traditional-dir/Makefile.target +--- ./tools/qemu-xen-traditional/Makefile.target.orig ++++ ./tools/qemu-xen-traditional/Makefile.target @@ -520,7 +520,7 @@ OBJS+=block-raw-posix.o endif diff --git a/main/xen/qemu_uclibc_configure.patch b/main/xen/qemu_uclibc_configure.patch index bef93c14d9..c948f8c2f9 100644 --- a/main/xen/qemu_uclibc_configure.patch +++ b/main/xen/qemu_uclibc_configure.patch @@ -1,5 +1,5 @@ ---- a/tools/qemu-xen-dir/configure -+++ b/tools/qemu-xen-dir/configure +--- a/tools/qemu-xen/configure ++++ b/tools/qemu-xen/configure @@ -2457,19 +2457,44 @@ EOF fi fi |