From: Dietmar Maurer Date: Wed, 7 Sep 2016 10:14:53 +0000 (+0200) Subject: bump version to 2.6.1-3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=6fc3512f4bc0bd38f8a7320a8182dd044fc30ee0;p=pve-qemu-kvm.git bump version to 2.6.1-3 --- diff --git a/Makefile b/Makefile index 2bfa190..df30a47 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.2 # also update debian/changelog KVMVER=2.6.1 -KVMPKGREL=2 +KVMPKGREL=3 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm diff --git a/debian/changelog b/debian/changelog index 2393d70..0e8c300 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +pve-qemu-kvm (2.6.1-3) unstable; urgency=medium + + * fix CVE-2016-7116: various 9pfs fixe + + * fix CVE-2016-7155: scsi: check page count while initialising + descriptor rings + + * fix CVE-2016-7156: scsi: pvscsi: avoid infinite loop while building SG list + + * fix CVE-2016-7157: scsi: mptconfig: fix an assert expression + + -- Proxmox Support Team Wed, 07 Sep 2016 12:14:02 +0200 + pve-qemu-kvm (2.6.1-2) unstable; urgency=medium * virtio related live migration fixes