From: Dietmar Maurer Date: Tue, 9 Feb 2016 16:34:17 +0000 (+0100) Subject: bump version to 2.2-21 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a7ce99b1cdcae613cc68b05d07a99eb088e1328c;p=pve-qemu-kvm.git bump version to 2.2-21 --- diff --git a/Makefile b/Makefile index 013ba38..78a8265 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.4 # also update debian/changelog KVMVER=2.2 -KVMPKGREL=20 +KVMPKGREL=21 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm diff --git a/debian/changelog b/debian/changelog index bca6a3c..69dd6d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pve-qemu-kvm (2.2-21) unstable; urgency=low + + * fix CVE-2016-1568: ide: ahci: reset ncq object to unused on error + + * fix CVE-2015-3209: pcnet: force the buffer access to be in bounds during tx + + * fix CVE-2015-7504: net: pcnet: add check to validate receive data size + + * fix CVE-2015-7512: pcnet: fix rx buffer overflow + + * fix CVE-2015-7295 + + -- Proxmox Support Team Tue, 09 Feb 2016 17:34:00 +0100 + pve-qemu-kvm (2.2-20) unstable; urgency=low * Fix CVE-2016-1981