[ubuntu/vivid-proposed] qemu 2.1+dfsg-7ubuntu1 (Accepted)
Serge Hallyn
serge.hallyn at ubuntu.com
Wed Nov 26 15:04:14 UTC 2014
qemu (2.1+dfsg-7ubuntu1) vivid; urgency=medium
* Merge 2.1+dfsg-7. Remaining changes:
- qemu-system-common.postinst:
* remove acl placed by udev, and add udevadm trigger.
* reload kvm_intel if needed to set nested=1
- qemu-system-common.preinst: add kvm group if needed
- add qemu-kvm upstart job and defaults file (rules,
qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
- rules,qemu-system-x86.modprobe: support use under older udevs which
do not auto-load the kvm kernel module. Enable nesting by default
on intel.
- debian/qemu-system-alternatives.in: use a later version as ubuntu
removed the alternatives bit later.
- d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
in qemu64 cpu type.
- d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
machine type to ease future live vm migration.
- apport hook for qemu source package: d/source_qemu-kvm.py,
d/qemu-system-common.install
- debian/binfmt-update-in: support ppcle
* debian/binfmt-update-in
* Support-ppcle.patch
* Dropped patches (upstream or now in debian's tree):
- pc-reserve-more-memory-for-acpi.patch
- CVE-2014-5388.patch
- 501-block-raw-posix-fix-disk-corruption-in-try-fiemap and
502-block-raw-posic-use-seek-hole-ahead-of-fiemap (combined
in debian)
- CVE-2014-3615.patch
- CVE-2014-3640.patch
- CVE-2014-3689.patch
- CVE-2014-7815.patch
qemu (2.1+dfsg-7) unstable; urgency=high
* urgency is high due to 2 security fixes
(one current and one forgotten in previous release)
and because of possible data corruption bugfix
* vnc-sanitize-bits_per_pixel-from-the-client-CVE-2014-7815.patch
from upstream (Closes: CVE-2014-7815)
* fix spelling mistake in previous changelog entry
* add two patches from upstream for block/raw-posix.c to work around
probs in FS_IOC_FIEMAP ioctl and to prefer seek_hole over fiemap.
This should fix a long-standing ghost data corruption observed
in various places.
qemu (2.1+dfsg-6) unstable; urgency=medium
* mention closing of CVE-2014-3615 by 2.1.2 (2.1+dfsg-5)
* 9p-use-little-endian-format-for-xattr-values.patch (Closes: #755740)
* mention closing of #760386
* mention closing of more CVEs by 2.1+dfsg-1
* recognize ppc64el in qemu-debootstrap (Luca Falavigna) (Closes: #760949)
* use dpkg-vendor to let derived distros to use our d/rules
* use /usr/share/dpkg/architecture.mk to get DEB_HOST_* and DEB_BUILD_*
variables. This restores cross building support.
* use /usr/share/dpkg/buildflags.mk for CFLAGS LDFLAGS &Co
* pass -DVENDOR_{DEBIAN,UBUNTU} to compiler
* do not treat ppc* and ppc*le as compatible for binfmt registrations
* mention ACPI SLIC to RSDT id copying if slic table is supplied,
thank you Tim Small for the patch (Closes: #765075)
* apply 5 patches from upstream to fix a security issue in
vmware-vga (Closes: #765496 CVE-2014-3689)
* apply two patches from upstream to make qemu to work with samba4
(Closes: #747636)
qemu (2.1+dfsg-5) unstable; urgency=medium
* upstream bugfix release v2.1.2
(Closes: #762532 CVE-2014-3640 CVE-2014-5388 CVE-2014-3615)
* Add x32 to the list of supported architectures
(patch by Thorsten Glaser) (Closes: #760386)
* fix wrong reference in kvm.1 (Closes: #761137)
* removed patches (applied upstream):
l2tp-linux-only.patch
ide-only-constrain-read_write-requests-to-drive-size.diff
pc-reserve-more-memory-for-acpi.patch
Date: Sat, 22 Nov 2014 18:36:53 -0600
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/qemu/2.1+dfsg-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 22 Nov 2014 18:36:53 -0600
Source: qemu
Binary: qemu qemu-system qemu-system-common qemu-system-misc qemu-system-arm qemu-system-mips qemu-system-ppc qemu-system-sparc qemu-system-x86 qemu-user qemu-user-static qemu-user-binfmt qemu-utils qemu-guest-agent qemu-kvm qemu-system-aarch64
Architecture: source
Version: 2.1+dfsg-7ubuntu1
Distribution: vivid
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description:
qemu - fast processor emulator
qemu-guest-agent - Guest-side qemu-system agent
qemu-kvm - QEMU Full virtualization
qemu-system - QEMU full system emulation binaries
qemu-system-aarch64 - QEMU full system emulation binaries (aarch64)
qemu-system-arm - QEMU full system emulation binaries (arm)
qemu-system-common - QEMU full system emulation binaries (common files)
qemu-system-mips - QEMU full system emulation binaries (mips)
qemu-system-misc - QEMU full system emulation binaries (miscelaneous)
qemu-system-ppc - QEMU full system emulation binaries (ppc)
qemu-system-sparc - QEMU full system emulation binaries (sparc)
qemu-system-x86 - QEMU full system emulation binaries (x86)
qemu-user - QEMU user mode emulation binaries
qemu-user-binfmt - QEMU user mode binfmt registration for qemu-user
qemu-user-static - QEMU user mode emulation binaries (static version)
qemu-utils - QEMU utilities
Closes: 747636 755740 760386 760949 761137 762532 765075 765496
Changes:
qemu (2.1+dfsg-7ubuntu1) vivid; urgency=medium
.
* Merge 2.1+dfsg-7. Remaining changes:
- qemu-system-common.postinst:
* remove acl placed by udev, and add udevadm trigger.
* reload kvm_intel if needed to set nested=1
- qemu-system-common.preinst: add kvm group if needed
- add qemu-kvm upstart job and defaults file (rules,
qemu-system-x86.qemu-kvm.default, qemu-system-x86.qemu-kvm.upstart)
- rules,qemu-system-x86.modprobe: support use under older udevs which
do not auto-load the kvm kernel module. Enable nesting by default
on intel.
- debian/qemu-system-alternatives.in: use a later version as ubuntu
removed the alternatives bit later.
- d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
in qemu64 cpu type.
- d/p/ubuntu/define-trusty-machine-type.patch: define a default trusty
machine type to ease future live vm migration.
- apport hook for qemu source package: d/source_qemu-kvm.py,
d/qemu-system-common.install
- debian/binfmt-update-in: support ppcle
* debian/binfmt-update-in
* Support-ppcle.patch
* Dropped patches (upstream or now in debian's tree):
- pc-reserve-more-memory-for-acpi.patch
- CVE-2014-5388.patch
- 501-block-raw-posix-fix-disk-corruption-in-try-fiemap and
502-block-raw-posic-use-seek-hole-ahead-of-fiemap (combined
in debian)
- CVE-2014-3615.patch
- CVE-2014-3640.patch
- CVE-2014-3689.patch
- CVE-2014-7815.patch
.
qemu (2.1+dfsg-7) unstable; urgency=high
.
* urgency is high due to 2 security fixes
(one current and one forgotten in previous release)
and because of possible data corruption bugfix
* vnc-sanitize-bits_per_pixel-from-the-client-CVE-2014-7815.patch
from upstream (Closes: CVE-2014-7815)
* fix spelling mistake in previous changelog entry
* add two patches from upstream for block/raw-posix.c to work around
probs in FS_IOC_FIEMAP ioctl and to prefer seek_hole over fiemap.
This should fix a long-standing ghost data corruption observed
in various places.
.
qemu (2.1+dfsg-6) unstable; urgency=medium
.
* mention closing of CVE-2014-3615 by 2.1.2 (2.1+dfsg-5)
* 9p-use-little-endian-format-for-xattr-values.patch (Closes: #755740)
* mention closing of #760386
* mention closing of more CVEs by 2.1+dfsg-1
* recognize ppc64el in qemu-debootstrap (Luca Falavigna) (Closes: #760949)
* use dpkg-vendor to let derived distros to use our d/rules
* use /usr/share/dpkg/architecture.mk to get DEB_HOST_* and DEB_BUILD_*
variables. This restores cross building support.
* use /usr/share/dpkg/buildflags.mk for CFLAGS LDFLAGS &Co
* pass -DVENDOR_{DEBIAN,UBUNTU} to compiler
* do not treat ppc* and ppc*le as compatible for binfmt registrations
* mention ACPI SLIC to RSDT id copying if slic table is supplied,
thank you Tim Small for the patch (Closes: #765075)
* apply 5 patches from upstream to fix a security issue in
vmware-vga (Closes: #765496 CVE-2014-3689)
* apply two patches from upstream to make qemu to work with samba4
(Closes: #747636)
.
qemu (2.1+dfsg-5) unstable; urgency=medium
.
* upstream bugfix release v2.1.2
(Closes: #762532 CVE-2014-3640 CVE-2014-5388 CVE-2014-3615)
* Add x32 to the list of supported architectures
(patch by Thorsten Glaser) (Closes: #760386)
* fix wrong reference in kvm.1 (Closes: #761137)
* removed patches (applied upstream):
l2tp-linux-only.patch
ide-only-constrain-read_write-requests-to-drive-size.diff
pc-reserve-more-memory-for-acpi.patch
Checksums-Sha1:
4f991e7a2c444682ac9e2dc3a8818e98ff65aa4c 5435 qemu_2.1+dfsg-7ubuntu1.dsc
d0c0314af2b710cf3dbd91522963cc0eefa51390 5163316 qemu_2.1+dfsg.orig.tar.xz
c4127f15d40c57445747dd13fd876504d136d7e3 92100 qemu_2.1+dfsg-7ubuntu1.debian.tar.xz
Checksums-Sha256:
8a3e39693c168b89fc96ffeec5baae55df1ebc1aae3d28501f615f7caea62b9f 5435 qemu_2.1+dfsg-7ubuntu1.dsc
34b610c2538c7617638b8f1bdedf8a96ca2ff8cd8ad97b920a70c4d8d481d97f 5163316 qemu_2.1+dfsg.orig.tar.xz
119dd74973472da8797e082768b1e5feee4e1b4273feb88bc9e0537341d20e54 92100 qemu_2.1+dfsg-7ubuntu1.debian.tar.xz
Files:
ef0d35bafd4ab2873b17d6b7036c0efc 5435 otherosfs optional qemu_2.1+dfsg-7ubuntu1.dsc
eae7dcf964948cb0f4ed58d0488ae0de 5163316 otherosfs optional qemu_2.1+dfsg.orig.tar.xz
1d9768330f713ec8df6f3924af12ca95 92100 otherosfs optional qemu_2.1+dfsg-7ubuntu1.debian.tar.xz
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJUdetPAAoJEOn+6gaoXj+dMhIH/jslywxJZ1/WUqGdpdHmvp0k
h91SWUKZ38XEX+AZ+tXDujEmwruw1MXJPCKUYd2KzAcik6sMC2hPIGgtj7NzqPYG
JDMm6qdpV9yf/YTDvhgSOEGi2pb3Ne2P/hNJ5h0T5UixQ+Z8Kd73tWYq3FyH/Kal
z5x6idbxjCVM+bCqF0FJOS8/5GFw3WOcsroveA2mmrPoDxrGtk4I7+A/83N/zMgl
Whz0mtXhMepWHFyurRAF9oDfr6CC8I+AVIPYKzYVdKhpMR2Cai/AaMTuLk7fvI53
1FoCdnLAm/TDt9Qvw8wrdJFMmA3TPk0D4WCNZciiYvLGhp6njvcn+/LZWXAVAjo=
=18H8
-----END PGP SIGNATURE-----
More information about the Vivid-changes
mailing list