diff --git a/Makefile b/Makefile index dc75991..137c2b6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # also update debian/changelog KVMVER=2.9.0 -KVMPKGREL=2 +KVMPKGREL=3 KVMPACKAGE = pve-qemu-kvm KVMSRC = qemu diff --git a/debian/changelog b/debian/changelog index 7aa17a6..404682c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +pve-qemu-kvm (2.9.0-3) stable; urgency=medium + + * fix CVE-2017-7539: qemu-nbd crashes due to undefined I/O coroutine + + * fix CVE-2017-11434: slirp: out-of-bounds read while parsing dhcp options + + * fix CVE-2017-11334: exec: oob access during dma operation + + * fix CVE-2017-10806: usb-redirect: stack buffer overflow in debug logging + + * fix CVE-2017-10664: qemu-nbd: server breaks with SIGPIPE upon client abort + + * fix CVE-2017-9524: nbd: segmentation fault due to client non-negotiation + + * fix CVE-2017-9503: scsi: null pointer dereference while processing megasas + command + + * support larger backup cluster sizes with vzdump + + -- Proxmox Support Team Mon, 07 Aug 2017 10:34:02 +0200 + pve-qemu-kvm (2.9.0-2) stable; urgency=medium * fix CVE-2017-8380, CVE-2017-8309, CVE-2017-8379, CVE-2017-7493