]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 2.6.1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 22 Aug 2016 09:57:50 +0000 (11:57 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 22 Aug 2016 10:35:49 +0000 (12:35 +0200)
Makefile
debian/changelog
qemu-kvm-src.tar.gz

index 9452c09835f11cc6d7647ce2fa21c6206686a3e2..4b423a61aaf96f34c2a4692b601160da31f45623 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=4.2
 
 # also update debian/changelog
-KVMVER=2.6
+KVMVER=2.6.1
 KVMPKGREL=1
 
 KVMPACKAGE=pve-qemu-kvm
@@ -9,7 +9,7 @@ KVMDIR=qemu-kvm
 KVMSRC=${KVMDIR}-src.tar.gz
 
 ARCH=amd64
-GITVERSION:=$(shell cat .git/refs/heads/master)
+GITVERSION:=$(shell git rev-parse master)
 
 DEBS=                                                  \
 ${KVMPACKAGE}-dbg_${KVMVER}-${KVMPKGREL}_${ARCH}.deb   \
@@ -21,7 +21,7 @@ all: ${DEBS}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone --depth=1 git://git.qemu-project.org/qemu.git -b v2.6.0 ${KVMDIR}
+       git clone --depth=1 git://git.qemu-project.org/qemu.git -b v${KVMVER} ${KVMDIR}
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 .PHONY: deb
index add3bc96c45f880cfe5143c32f4a2c7e3c2173c6..93d9e05e1ca732c8bb8ceb9f55630d48ea85118c 100644 (file)
@@ -1,3 +1,25 @@
+pve-qemu-kvm (2.6.1-1) unstable; urgency=medium
+
+  * update to qemu 2.6.1
+
+  * Fix CVE-2016-6490: virtio: check vring descriptor buffer length
+
+  * Fix CVE-2016-6833: net: vmxnet3: check for device_active before write
+
+  * Fix CVE-2016-6834: net: check fragment length during fragmentation
+
+  * Fix CVE-2016-6835: net: vmxnet: check IP header length
+
+  * Fix CVE-2016-6836: net: vmxnet: initialise local tx descriptor
+
+  * Fix CVE-2016-6888: net: vmxnet: use g_new for pkt initialisation
+
+  * enable cache=unsafe for vma extract_content and qmp_savevm_start
+
+  * rbd : disable cache_writethtrough_until_flush with cache=unsafe
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Aug 2016 11:55:38 +0200
+
 pve-qemu-kvm (2.6-1) unstable; urgency=medium
 
   * update to qemu 2.6.0
index ca1ab4ce15d56ecada946946448ba66191ada25a..772c6667d9f980407894878fefc6eaa4b7f9c07d 100644 (file)
Binary files a/qemu-kvm-src.tar.gz and b/qemu-kvm-src.tar.gz differ