From 18eb98f0a4bb949eb3f9d2bd75c255ae255b231e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 6 Dec 2017 09:03:14 +0100 Subject: [PATCH] bump version to 2.9.1-4 Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7f2c74..2c037b0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # also update debian/changelog KVMVER=2.9.1 -KVMPKGREL=3 +KVMPKGREL=4 KVMPACKAGE = pve-qemu-kvm KVMSRC = qemu diff --git a/debian/changelog b/debian/changelog index c5967bc..6a52927 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-qemu-kvm (2.9.1-4) stable; urgency=medium + + * fix CVE-2017-17381: virtio: divide by zero exception while updating rings + + * fix race condition when issuing a 'backup-stop' command + + -- Proxmox Support Team Wed, 06 Dec 2017 09:01:02 +0100 + pve-qemu-kvm (2.9.1-3) stable; urgency=medium * fix CVE-2017-15119: reject large nbd option requests