SHA256
1
0
forked from pool/qemu

Accepting request 520017 from home:bfrogers:branches:Virtualization

A few post v2.10 patches needed to fix issues identified too late to get in. Also enable seccomp for all arch's we build for, and use better package references for rdma support

OBS-URL: https://build.opensuse.org/request/show/520017
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=361
This commit is contained in:
Bruce Rogers
2017-08-31 20:04:54 +00:00
committed by Git OBS Bridge
parent fb7db9270b
commit df8a80613e
11 changed files with 189 additions and 33 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 31 18:48:22 UTC 2017 - brogers@suse.com
- Update BuildRequires packages libibverbs-devel and librdmacm-devel
to the more correct rdma-core-devel
- Enable seccomp for s390x, aarch64, and ppc64le
- Fix OOB issue (use after free) in slirp network stack (CVE-2017-13711
bsc#1056291)
0034-slirp-fix-clearing-ifq_so-from-pend.patch
- Fix a misalignment in the s390 ccw firmware (bsc#1056680)
0035-s390-ccw-Fix-alignment-for-CCW1.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.10
-------------------------------------------------------------------
Thu Aug 31 18:34:27 UTC 2017 - jfehlig@suse.com