X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 696A1DC0F05 for ; Mon, 17 Sep 2012 17:24:06 +0000 (UTC) Received: by vcbfw7 with SMTP id fw7so9826194vcb.13 for ; Mon, 17 Sep 2012 10:24:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=oOGv6w1tawDgT2VDyzQzcBlEtJJRj/SFKGFe4E4xics=; b=frHs4yDQthlOemGJwyLL1sGQdUFuULtWHqXUxoKCppOcRkhh/yZWNIkNDJQwJuw4G5 iE+oV2KoFn9zOf1hRs/l23bioPq/zkveJrlbDhsV8ZgBb8liSHyrk+y5QVkxK4EsPvX6 wB0Juk/pYOH4m8AQN3liWsW2xU1czPnpYLSHl/YL9Bq9XuqeHFE17EHU4JULftpM8A4Z hgY9trJ0Yc+sE/twu6L1oTuUnw6eSYV7WsmsX3nuwForSO+VmlgnYmeepD957hl5VhLO ivZwAvVXlDvyi/1tBx/NqDxSBmly3pidVbJU6c31WBQ9WD1Lptcpu3VH2k5OwdV71isV x3hQ== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.58.239.232 with SMTP id vv8mr8185485vec.37.1347902645427; Mon, 17 Sep 2012 10:24:05 -0700 (PDT) Received: by 10.220.60.74 with HTTP; Mon, 17 Sep 2012 10:24:05 -0700 (PDT) In-Reply-To: <1347883853-4816-1-git-send-email-roger.pau@citrix.com> References: <1347883853-4816-1-git-send-email-roger.pau@citrix.com> Date: Mon, 17 Sep 2012 12:24:05 -0500 Message-ID: Subject: Re: [alpine-devel] [PATCH] xen: update to 4.2.0 From: William Pitcock To: Roger Pau Monne Cc: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmZmiCLjjlqTd3g4Cj3VM408Bzik4wznMnvQAMbGvpmR4Qi513L1K2/xOPwevHPsf6XIPP/ The patch has been integrated into edge. William On Mon, Sep 17, 2012 at 7:10 AM, Roger Pau Monne wrote: > --- > main/xen/APKBUILD | 13 ++++++------- > main/xen/librt.patch | 4 ++-- > 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 fdc01f0..1a5643d 100644 > --- a/main/xen/APKBUILD > +++ b/main/xen/APKBUILD > @@ -3,8 +3,7 @@ > # Maintainer: William Pitcock > 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 1393f7f..1964add 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 bef93c1..c948f8c 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 > -- > 1.7.11.4 > > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---