]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 2.5
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Jan 2016 10:21:28 +0000 (11:21 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 18 Jan 2016 15:42:29 +0000 (16:42 +0100)
--disable-smartcard-nss is now --disable-smartcard

--enable-vnc-tls is gone
--enable-gnutls was added instead

Makefile
debian/changelog
debian/rules
qemu-kvm-src.tar.gz

index f5df1e81d2e7af705c4a28aca01c9a61cd5cca40..afebb16ebfb0f25db757574a0fd3c6f92c29964e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=4.1
 
 # also update debian/changelog
-KVMVER=2.4
-KVMPKGREL=21
+KVMVER=2.5
+KVMPKGREL=1
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -24,7 +24,7 @@ download:
        #git clone git://git.qemu-project.org/qemu.git -b stable-2.4 ${KVMDIR} 
        git clone git://git.qemu-project.org/qemu.git ${KVMDIR}
        # see https://bugs.launchpad.net/qemu/+bug/1488363?comments=all
-       cd ${KVMDIR}; git checkout v2.4.1; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb
+       cd ${KVMDIR}; git checkout v2.5.0; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${DEBS} kvm: ${KVMSRC}
index 25116ef6bf9a98aa008be1ba12e8f4fc9d3d19c9..a574c81a31692ff1b37620172291550a37f72c17 100644 (file)
@@ -1,3 +1,11 @@
+pve-qemu-kvm (2.5-1) unstable; urgency=medium
+
+  * update qemu to 2.5.0
+
+  * removed upstream CVE fixes
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 08 Jan 2016 12:43:24 +0100
+
 pve-qemu-kvm (2.4-21) unstable; urgency=medium
 
   * add correct fix for  CVE-2015-8619
index 9e1e820b3967e85b88781425c706848f859001c4..4431d181048b64d8ccedded44d7d9e03deec8c54 100755 (executable)
@@ -33,7 +33,7 @@ endif
 config.status: configure
        dh_testdir
        # Add here commands to configure the package.
-       ./configure --with-confsuffix="/kvm" --target-list=x86_64-softmmu --prefix=/usr --datadir=/usr/share --docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --localstatedir=/var --disable-xen --enable-vnc-tls --enable-sdl --enable-uuid --enable-linux-aio --enable-rbd --enable-libiscsi --disable-smartcard-nss --audio-drv-list="alsa" --enable-spice --enable-usb-redir --enable-glusterfs --enable-libusb --disable-gtk --enable-xfsctl --enable-numa --disable-strip --enable-jemalloc
+       ./configure --with-confsuffix="/kvm" --target-list=x86_64-softmmu --prefix=/usr --datadir=/usr/share --docdir=/usr/share/doc/pve-qemu-kvm --sysconfdir=/etc --localstatedir=/var --disable-xen --enable-gnutls --enable-sdl --enable-uuid --enable-linux-aio --enable-rbd --enable-libiscsi --disable-smartcard --audio-drv-list="alsa" --enable-spice --enable-usb-redir --enable-glusterfs --enable-libusb --disable-gtk --enable-xfsctl --enable-numa --disable-strip --enable-jemalloc
 
 build: patch build-stamp
 
index 43a40574947042d184fb867989a7197f8dc74f41..d95f4f459391f022449d7b8de00d8c69b00e6b66 100644 (file)
Binary files a/qemu-kvm-src.tar.gz and b/qemu-kvm-src.tar.gz differ