From: Wolfgang Bumiller Date: Mon, 12 Dec 2016 13:38:36 +0000 (+0100) Subject: bump version to 2.7.0-10 X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=commitdiff_plain;h=7a6a8ee5ec0ee690f87cbd37eb70a172c1e5ba0c bump version to 2.7.0-10 --- diff --git a/Makefile b/Makefile index b4496b5..121ffeb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.2 # also update debian/changelog KVMVER=2.7.0 -KVMPKGREL=9 +KVMPKGREL=10 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm diff --git a/debian/changelog b/debian/changelog index 25cd9c0..5f85f2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +pve-qemu-kvm (2.7.0-10) unstable; urgency=medium + + * fix CVE-2016-9776: net: mcf: check receive buffer size register value + + * fix CVE-2016-9845: virtio-gpu: fix information leak in getting capset info dispatch + + * fix CVE-2016-9846: virtio-gpu: fix memory leak in update_cursor_data_virgl + + * fix CVE-2016-9907: usbredir: free vm_change_state_handler in usbredir destroy dispatch + + * fix CVE-2016-9908: virtio-gpu: fix information leak in capset get dispatch + + * fix CVE-2016-9911: usb: ehci: fix memory leak in ehci_init_transfer + + * fix CVE-2016-9912: virtio-gpu: call cleanup mapping function in resource destroy + + * fix CVE-2016-9913: 9pfs: adjust the order of resource cleanup in device unrealize + + * fix CVE-2016-9914: 9pfs: add cleanup operation in FileOperations + + * fix CVE-2016-9915: 9pfs: add cleanup operation for handle backend driver + + * fix CVE-2016-9916: 9pfs: add cleanup operation for proxy backend driver + + * fix CVE-2016-9921 and CVE-2016-9922: + display: cirrus: check vga bits per pixel(bpp) value + + -- Proxmox Support Team Mon, 12 Dec 2016 14:36:58 +0100 + pve-qemu-kvm (2.7.0-9) unstable; urgency=medium * gluster: fix an issue with linked clones refusing to start