summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Heß2017-05-06 20:45:37 +0200
committerJanne Heß2017-05-06 20:45:37 +0200
commitd26c95f2d0ea9ce5232e5f36cf3f509a8edaf3f1 (patch)
tree7ecaa2e2f3d834ae86313c41e2c20f15df2e4298
parent16894c15a19bfef23550ba09d58e097fe16c4792 (diff)
downloadaur-d26c95f2d0ea9ce5232e5f36cf3f509a8edaf3f1.tar.gz
Add XSA-213 and XSA-214
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD8
3 files changed, 17 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe4c20d2027a..87af47f85f40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 7 11:00:29 UTC 2017
+# Sat May 6 18:43:55 UTC 2017
pkgbase = xen
pkgdesc = Virtual Machine Hypervisor & Tools
pkgver = 4.8.0
- pkgrel = 6
+ pkgrel = 7
url = http://www.xenproject.org/
changelog = ChangeLog
arch = x86_64
@@ -59,6 +59,8 @@ pkgbase = xen
source = https://xenbits.xen.org/xsa/xsa211-qemut.patch
source = https://xenbits.xen.org/xsa/xsa211-qemuu-4.8.patch
source = https://xenbits.xen.org/xsa/xsa212.patch
+ source = https://xenbits.xen.org/xsa/xsa213-4.8.patch
+ source = https://xenbits.xen.org/xsa/xsa214.patch
source = grub-mkconfig-helper
source = efi-xen.cfg
source = grub.conf
@@ -79,6 +81,8 @@ pkgbase = xen
sha256sums = 9d0cf413dcc9654ee95f6b04fa9c5714f36775cbc9ab0390a3041ec4a68845ab
sha256sums = bea7cf4065bd9d0085f4dfc3395e59c3ca9d4de9d786a3018c8dc7fd9f3d8b6e
sha256sums = be1255bcda06158cdb86eb5297e8a271e05318e88cd21035c58a67f9ada6ccba
+ sha256sums = 20c12810ac73809ba74cfde811d420b1b544a07f759c393380afde1a09eb5274
+ sha256sums = 1c038c3927d08e6abdf3ce320bb8b0b68a106e6ac86b4e8194035dc5e4726d64
sha256sums = 06c9f6140f7ef4ccfc4b1a7d9732a673313e269733180f53afcd9e43bf6c26bb
sha256sums = ceaff798a92a7aef1465a0a0b27b1817aedd2c857332b456aaa6dd78dc72438f
sha256sums = 3f0af16958c3e057b9baa5afc47050d9adf7dd553274dd97ae4f35938fefb568
diff --git a/ChangeLog b/ChangeLog
index 9d757389104f..093ba35f7ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-06 Janne Heß
+ * 4.8.0-7
+ Apply XSA patches: 213 214
+
2017-04-07 Janne Heß
* 4.8.0-6
Remove last pieces of OVMF and SeaBIOS
diff --git a/PKGBUILD b/PKGBUILD
index 57b6dac94401..8e4b16698e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ fi
pkgbase=xen
pkgname=(xen xen-docs)
pkgver="${_xen_version}"
-pkgrel=6
+pkgrel=7
pkgdesc='Virtual Machine Hypervisor & Tools'
url='http://www.xenproject.org/'
license=('GPL2')
@@ -110,6 +110,8 @@ source=(
'https://xenbits.xen.org/xsa/xsa211-qemut.patch'
'https://xenbits.xen.org/xsa/xsa211-qemuu-4.8.patch'
'https://xenbits.xen.org/xsa/xsa212.patch'
+ 'https://xenbits.xen.org/xsa/xsa213-4.8.patch'
+ 'https://xenbits.xen.org/xsa/xsa214.patch'
# Files
'grub-mkconfig-helper'
@@ -151,6 +153,8 @@ sha256sums=(
'9d0cf413dcc9654ee95f6b04fa9c5714f36775cbc9ab0390a3041ec4a68845ab'
'bea7cf4065bd9d0085f4dfc3395e59c3ca9d4de9d786a3018c8dc7fd9f3d8b6e'
'be1255bcda06158cdb86eb5297e8a271e05318e88cd21035c58a67f9ada6ccba'
+ '20c12810ac73809ba74cfde811d420b1b544a07f759c393380afde1a09eb5274'
+ '1c038c3927d08e6abdf3ce320bb8b0b68a106e6ac86b4e8194035dc5e4726d64'
# PKGBUILD files
'06c9f6140f7ef4ccfc4b1a7d9732a673313e269733180f53afcd9e43bf6c26bb'
'ceaff798a92a7aef1465a0a0b27b1817aedd2c857332b456aaa6dd78dc72438f'
@@ -205,6 +209,8 @@ prepare() {
patch -Np1 -i "${srcdir}/xsa207.patch"
patch -Np1 -i "${srcdir}/xsa210.patch"
patch -Np1 -i "${srcdir}/xsa212.patch"
+ patch -Np1 -i "${srcdir}/xsa213-4.8.patch"
+ patch -Np1 -i "${srcdir}/xsa214.patch"
# qemu-xen-traditional
pushd 'tools/qemu-xen-traditional'
patch -Np1 -i "${srcdir}/xsa208-qemut.patch"