]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 2.2-26
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Aug 2016 09:51:02 +0000 (11:51 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Aug 2016 09:51:02 +0000 (11:51 +0200)
Makefile
debian/changelog

index 721b65b558e83a01cdf917b2e95671d697d0f3d2..75e994c80e4712efe9a1fb677d20ad510985f0de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.4
 
 # also update debian/changelog
 KVMVER=2.2
-KVMPKGREL=25
+KVMPKGREL=26
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
index 7aeded2bb8947053645f9328283283d70a8e27da..e0a7cba7c10ec5070fb939254207cba6116bbdf4 100644 (file)
@@ -1,3 +1,39 @@
+pve-qemu-kvm (2.2-26) unstable; urgency=low
+
+  * fix CVE-2016-3712 
+  vga: make sure vga register setup for vbe stays intact
+
+  * fix CVE-2016-4037
+   ehci: apply limit to iTD/sidt descriptors
+
+   * fix CVE-2016-4453
+   vmsvga: don't process more than 1024 fifo commands at once
+
+   * fix CVE-2016-4454
+   vmsvga: move fifo sanity checks to vmsvga_fifo_length
+   vmsvga: add more fifo checks
+   vmsvga: shadow fifo registers
+
+   * fix CVE-2016-4952
+   scsi: pvscsi: check command descriptor ring buffer size
+
+   * fix CVE-2016-5105
+   scsi: megasas: initialise local configuration data buffer
+
+   * fix CVE-2016-5106
+   scsi: megasas: use appropriate property buffer size
+
+   * fix CVE-2016-5107
+   scsi: megasas: check 'read_queue_head' index value
+
+   * fix CVE-2016-5126
+   block/iscsi: avoid potential overflow of acb->task->cdb
+
+   * CVE-2016-6490
+   virtio: check vring descriptor buffer length
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 05 Aug 2016 11:50:29 +0200
+
 pve-qemu-kvm (2.2-25) unstable; urgency=low
 
   * Fix CVE-2016-2841, CVE-2016-2857, CVE-2016-2858