From: Dietmar Maurer Date: Thu, 6 Oct 2016 06:12:18 +0000 (+0200) Subject: bump version to 2.6.1-7 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=de7628640faae82b1f3976d009879f0b549c4a7a;p=pve-qemu-kvm.git bump version to 2.6.1-7 --- diff --git a/Makefile b/Makefile index 2112f6c..18b3427 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 38c0dab..001b1b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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