]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 2.6.1-3
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 10:14:53 +0000 (12:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 7 Sep 2016 10:16:39 +0000 (12:16 +0200)
Makefile
debian/changelog

index 2bfa190a0960b59823fd6874901a818d67591376..df30a477645e70a636110ddd9772b0438e257ee4 100644 (file)
--- 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
index 2393d7094898e90240f1d72afdd45c0c97c1eb33..0e8c300ab81bda9586c0e5cd46f6835f47053697 100644 (file)
@@ -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 <support@proxmox.com>  Wed, 07 Sep 2016 12:14:02 +0200
+
 pve-qemu-kvm (2.6.1-2) unstable; urgency=medium
 
   * virtio related live migration fixes