[ubuntu/yakkety-proposed] qemu 1:2.6+dfsg-1ubuntu1 (Accepted)
Serge Hallyn
serge.hallyn at ubuntu.com
Fri May 20 00:41:19 UTC 2016
qemu (1:2.6+dfsg-1ubuntu1) yakkety; urgency=medium
* Merge with Debian; remaining changes: (LP: #1583775)
- debian/rules: do not drop the init scripts loading kvm modules
(still needed in precise in cloud archive)
- 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.
- d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
in qemu64 cpu type.
- d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
types to ease future live vm migration.
- apport hook for qemu source package: d/source_qemu-kvm.py,
d/qemu-system-common.install
- Make qemu-system-common and qemu-utils depend on qemu-block-extra
to fix errors with missing block backends. (LP: #1495895)
- s390x:
* Create qemu-system-s390x package
* Enable pie by default, on ubuntu/s390x.
* Enable svm by default for qemu64 on amd
* Include s390-ccw.img firmware
* have qemu-system-aarch64 Suggest: qemu-efi; this should be a stronger
relationship, but qemu-efi is still in universe right now.
* Drop patches which have been applied upstream:
qemu (1:2.6+dfsg-1) unstable; urgency=medium
* new upstream release
Closes: #799115
Closes: #822369, #823588
Closes: #813698
Closes: #805827
Closes: #813585
Closes: #823830 CVE-2016-3710 CVE-2016-3712
Closes: #813193 CVE-2016-2198
Closes: #813194 CVE-2016-2197
Closes: #815008 CVE-2016-2392
Closes: #815009 CVE-2016-2391
Closes: #815680 CVE-2016-2538
Closes: #821038 CVE-2016-4001
Closes: #822344 CVE-2016-4037
Closes: #817181 CVE-2016-2841
Closes: #817182 CVE-2016-2857
Closes: #817183 CVE-2016-2858
- removed all patches applied upstream
- removed mjt-set-oem-in-rsdt-like-slic.diff, feature has been
implemented in upstream differently
- refreshed local patches
* do not recommend sharutils for qemu-utils anymore (Closes: #820449)
* typo fix in qemu-system-misc description (Closes: #822883)
* allow qemu-debootstrap to create mips64el chroot (Closes: #817234)
* switch VCS URLs from http to https (lintian)
* Bump Standards-Version to 3.9.8 (no changes)
* code spelling fixes from upstream
* added s390x-virtio-ccw-fix-spelling.patch from upstream
* added hw-ipmi-fix-spelling.patch from upstream
* added docs-specify-spell-fix.patch from upstream
* added fsdev-spelling-fix.patch from upstream
* fold long list of supported arches in package descriptions
Date: Thu, 19 May 2016 12:11:36 -0500
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/1:2.6+dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 19 May 2016 12:11:36 -0500
Source: qemu
Binary: qemu qemu-system qemu-block-extra 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 qemu-system-s390x
Architecture: source
Version: 1:2.6+dfsg-1ubuntu1
Distribution: yakkety
Urgency: medium
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-block-extra - extra block backend modules for qemu-system and qemu-utils
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 (miscellaneous)
qemu-system-ppc - QEMU full system emulation binaries (ppc)
qemu-system-s390x - QEMU full system emulation binaries (s390x)
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: 799115 805827 813193 813194 813585 813698 815008 815009 815680 817181 817182 817183 817234 820449 821038 822344 822369 822883 823588 823830
Launchpad-Bugs-Fixed: 1495895 1583775
Changes:
qemu (1:2.6+dfsg-1ubuntu1) yakkety; urgency=medium
.
* Merge with Debian; remaining changes: (LP: #1583775)
- debian/rules: do not drop the init scripts loading kvm modules
(still needed in precise in cloud archive)
- 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.
- d/p/ubuntu/expose-vmx_qemu64cpu.patch: enable nested kvm by default
in qemu64 cpu type.
- d/p/ubuntu/define-ubuntu-machine-types.patch: define distro machine
types to ease future live vm migration.
- apport hook for qemu source package: d/source_qemu-kvm.py,
d/qemu-system-common.install
- Make qemu-system-common and qemu-utils depend on qemu-block-extra
to fix errors with missing block backends. (LP: #1495895)
- s390x:
* Create qemu-system-s390x package
* Enable pie by default, on ubuntu/s390x.
* Enable svm by default for qemu64 on amd
* Include s390-ccw.img firmware
* have qemu-system-aarch64 Suggest: qemu-efi; this should be a stronger
relationship, but qemu-efi is still in universe right now.
* Drop patches which have been applied upstream:
.
qemu (1:2.6+dfsg-1) unstable; urgency=medium
.
* new upstream release
Closes: #799115
Closes: #822369, #823588
Closes: #813698
Closes: #805827
Closes: #813585
Closes: #823830 CVE-2016-3710 CVE-2016-3712
Closes: #813193 CVE-2016-2198
Closes: #813194 CVE-2016-2197
Closes: #815008 CVE-2016-2392
Closes: #815009 CVE-2016-2391
Closes: #815680 CVE-2016-2538
Closes: #821038 CVE-2016-4001
Closes: #822344 CVE-2016-4037
Closes: #817181 CVE-2016-2841
Closes: #817182 CVE-2016-2857
Closes: #817183 CVE-2016-2858
- removed all patches applied upstream
- removed mjt-set-oem-in-rsdt-like-slic.diff, feature has been
implemented in upstream differently
- refreshed local patches
* do not recommend sharutils for qemu-utils anymore (Closes: #820449)
* typo fix in qemu-system-misc description (Closes: #822883)
* allow qemu-debootstrap to create mips64el chroot (Closes: #817234)
* switch VCS URLs from http to https (lintian)
* Bump Standards-Version to 3.9.8 (no changes)
* code spelling fixes from upstream
* added s390x-virtio-ccw-fix-spelling.patch from upstream
* added hw-ipmi-fix-spelling.patch from upstream
* added docs-specify-spell-fix.patch from upstream
* added fsdev-spelling-fix.patch from upstream
* fold long list of supported arches in package descriptions
Checksums-Sha1:
199f50ca4c6661b70304683e7caedb387a21da03 5887 qemu_2.6+dfsg-1ubuntu1.dsc
24302e92c80d30d086665c28a0f8a9e6bf39c64a 6372484 qemu_2.6+dfsg.orig.tar.xz
910544de7928c50f39c513503d3ecf5def583228 84756 qemu_2.6+dfsg-1ubuntu1.debian.tar.xz
Checksums-Sha256:
ebf1e37414ea4e4f88335b9de40a02b6454f790ac021950110aa10e31cdccbce 5887 qemu_2.6+dfsg-1ubuntu1.dsc
63d358ee5c1a99ae8eeffc8461b69d94f8d23ce8e88d6d966b4fb41f8262f871 6372484 qemu_2.6+dfsg.orig.tar.xz
76417e4e394ed6dc7d63894e952658f44208188f29f6dc536a496ac269205f4d 84756 qemu_2.6+dfsg-1ubuntu1.debian.tar.xz
Files:
66f430dc211dc3c80c604d88e042e142 5887 otherosfs optional qemu_2.6+dfsg-1ubuntu1.dsc
19c5070f23cbafa04dea4cf05a55371f 6372484 otherosfs optional qemu_2.6+dfsg.orig.tar.xz
db9391892dd09f1a1e2c4f0c2a83322e 84756 otherosfs optional qemu_2.6+dfsg-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian QEMU Team <pkg-qemu-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCgAGBQJXPlwTAAoJEOn+6gaoXj+dYBcH/Rag4/aNeTgv76bFOu8nRDQ5
6Q6wVtLHUjYEoS7jCce98Uv752Bafyfw+fFJYi+TaVaPXjuNUJ74KoKEAi/zcIkO
CsVmI/neI+GhzWZs9nmoruUxalQmdVM3UZLVU0x+eIiM0tmFilX5Jo9lcG7oenFb
LGUIgRSjX6TRxDTt7nzoSyA1CipojCkUOZuQRyOifPZC5xiELRWmPBDMDaj2CgZs
7VQ5+HOy0XsWTuAxEPXNVetxflE7nGWQkJynLxJUbEF3nyJppTTCDQC547nbEvg6
VssPhD0QGWHWhqIdvODKql3c8CIHOVjGv4R05O/F8UPtcPI2NnQqoPuuvCeGRv4=
=QSr2
-----END PGP SIGNATURE-----
More information about the Yakkety-changes
mailing list