]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 2.6.1-7
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 6 Oct 2016 06:12:18 +0000 (08:12 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 6 Oct 2016 06:12:18 +0000 (08:12 +0200)
Makefile
debian/changelog

index 2112f6c7f33a6faf6d39ebf6037e88a041c1e84b..18b342755c54ec7024f3d5db9b5b5e9b9f5e6fa1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.2
 
 # also update debian/changelog
 KVMVER=2.6.1
-KVMPKGREL=6
+KVMPKGREL=7
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
index 38c0dab479945fd12e39287379011dd55cfb0a06..001b1b6c8fd2aca8678a803da0873e9e093453f6 100644 (file)
@@ -1,3 +1,17 @@
+pve-qemu-kvm (2.6.1-7) unstable; urgency=medium
+
+  * fix CVE-2016-7161: hw/net: Fix a heap overflow in xlnx.xps-ethernetlite
+
+  * fix CVE-2016-7422: virtio: add check for descriptor's mapped address
+
+  * fix CVE-2016-7907: net: imx: limit buffer descriptor count
+
+  * fix CVE-2016-7908: net: mcf: limit buffer descriptor count
+
+  * fix CVE-2016-7909: net: pcnet: check rx/tx descriptor ring length
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 06 Oct 2016 08:11:52 +0200
+
 pve-qemu-kvm (2.6.1-6) unstable; urgency=medium
 
   * fix #615: Windows guests suddenly hangs after couple times of migration