From ec1a54c6b61b10b9dbdc7e7791c0bd75ba93cb11 Mon Sep 17 00:00:00 2001 From: Francis Lam Date: Wed, 13 Sep 2017 21:14:13 -0400 Subject: [PATCH] Updated to match latest qubes 3.2 xen 4.6.6-30 (issue #238) --- modules/xen | 4 ++-- patches/{xen-4.6.6-29.patch => xen-4.6.6-30.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename patches/{xen-4.6.6-29.patch => xen-4.6.6-30.patch} (100%) diff --git a/modules/xen b/modules/xen index cc4dcd98..66f163f6 100644 --- a/modules/xen +++ b/modules/xen @@ -3,11 +3,11 @@ modules-$(CONFIG_XEN) += xen # We extract the entire Xen tree, but only use the xen/xen hypervisor # portion since Qubes provides the rest of it. xen_base_version := 4.6.6 -xen_version := $(xen_base_version)-29 +xen_version := $(xen_base_version)-30 xen_dir := qubes-vmm-xen-$(xen_version)/ xen_tar := qubes-vmm-xen-$(xen_version).tar.gz xen_url := https://github.com/QubesOS/qubes-vmm-xen/archive/v$(xen_version).tar.gz -xen_hash := 64bf6a7179252d954ed67cfc7b64af88016812164032e4aaa30e0fc996e73d90 +xen_hash := 65cdbdb77d30475d77d849011343cba970b61c99d6638ccfeca4b7bbc308dc36 xen_depends := musl-cross diff --git a/patches/xen-4.6.6-29.patch b/patches/xen-4.6.6-30.patch similarity index 100% rename from patches/xen-4.6.6-29.patch rename to patches/xen-4.6.6-30.patch