]> git.proxmox.com Git - pve-qemu.git/commitdiff
bump version to 2.9.0-3
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 7 Aug 2017 08:34:19 +0000 (10:34 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 7 Aug 2017 08:34:19 +0000 (10:34 +0200)
Makefile
debian/changelog

index dc75991ece7ae28cf95975de49e9d472b0f37002..137c2b60bf536a49f6a6cd6341a608c390598523 100644 (file)
--- 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
index 7aa17a6f04d6c2c29c940cc4a48ee29cf6a906f3..404682cda4b77a6a10bbaa50bad422b978153681 100644 (file)
@@ -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 <support@proxmox.com>  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