[ubuntu/focal-proposed] libvirt 6.0.0-0ubuntu1 (Accepted)
Christian Ehrhardt
christian.ehrhardt at canonical.com
Sat Feb 1 09:49:14 UTC 2020
libvirt (6.0.0-0ubuntu1) focal; urgency=medium
* Merged with Debian 5.6.0-4 from experimental and v6.0.0 from upstream
Among many other new features and fixes this includes fixes for:
- LP: #1859253 - rbd driver fails to create a new volume
- LP: #1858341 - rbd driver does not list all volumes in pool
- LP: #1845506 - Libvirt snapshot doesn't update apparmor profile
- LP: #1854653 - slow libvirt-guests.sh during shutdown if service is off
- LP: #1848229 - enable ppc64el to use ccf-assist feature
- LP: #1853315 - Enable CPU Model Comparison and Baselining on s390x
- LP: #1853317 - CCW IPL support to boot from ECKD DASDs
- LP: #1859506 - security: AppArmor profile fixes for swtpm
Remaining changes:
- Disable libssh2 support (universe dependency)
- Disable firewalld support (universe dependency)
- Set qemu-group to kvm (for compat with older ubuntu)
- Additional apport package-hook
- Autostart default bridged network (As upstream does, but not Debian).
In addition to just enabling it our solution provides:
+ do not autostart if subnet is already taken (e.g. in guests).
+ iterate some alternative subnets before giving up
- d/p/ubuntu/Allow-libvirt-group-to-access-the-socket.patch: This is
the group based access to libvirt functions as it was used in Ubuntu
for quite long.
+ d/p/ubuntu/daemon-augeas-fix-expected.patch fix some related tests
due to the group access change.
+ d/libvirt-daemon-system.postinst: add users in sudo to the libvirt
group.
- ubuntu/parallel-shutdown.patch: set parallel shutdown by default.
- Update Vcs-Git and Vcs-Browser fields to point to launchpad
- Update README.Debian with Ubuntu changes
- Enable some additional features on ppc64el and s390x (for arch parity)
+ systemtap, zfs, numa and numad on s390x.
+ systemtap on ppc64el.
- d/p/ubuntu/ubuntu_machine_type.patch: accept ubuntu types as pci440fx
- Further upstreamed apparmor Delta, especially any new one
Our former delta is split into logical pieces and is either Ubuntu only
or is part of a continuous upstreaming effort.
Listing related remaining changes in debian/patches/ubuntu-aa/:
- fix autopkgtests
+ d/t/control, d/t/smoke-qemu-session: fixup smoke-qemu-session by making
vmlinuz available and accessible (Debian bug 848314)
+ d/t/control: fix smoke-qemu-session by ensuring the service will run
installing libvirt-daemon-system
+ d/t/smoke-lxc: fix smoke-lxc by ignoring potential issues on destroy as
long as the following undefine succeeds
+ d/t/smoke-lxc: use systemd instead of sysV to restart the service
- dnsmasq related enhancements
+ run dnsmasq as libvirt-dnsmasq (LP: 1743718)
+ d/libvirt-daemon-system.postinst: add libvirt-dnsmasq user and group
+ d/libvirt-daemon-system.postrm: remove libvirt-dnsmasq user and group
on purge
+ d/p/ubuntu/dnsmasq-as-priv-user: write dnsmasq config with user
libvirt-dnsmasq and adapt the self tests to expect that config
+ d/libvirt-daemon-system.postinst: fix old libvirt-dnsmasq users group
+ Add dnsmasq configuration to work with system wide dnsmasq-base
- debian/rules: disable the netcf backend. (LP: 1764314)
- debian/patches/ubuntu/ovmf_paths.patch: adjust paths to secboot.fd UEFI
Secure Boot enabled variants of the OVMF firmware and variable store for
the paths where we ship these files in Ubuntu.
- d/rules: install virtlockd correctly with defaults file (LP: 1729516)
- d/rules: also check build time self test results on all architectures
- d/p/ubuntu/set-default-machine-to-ubuntu.patch: to select default
machine type correctly with newer qemu/libvirt
- d/rules: add --no-restart-after-upgrade to services that are supposed to
stay up through upgrades - this also applies to related sockets.
- Apparmor Delta that is Ubuntu specific or yet to be upstreamed
split into logical pieces. File names in debian/patches/ubuntu-aa/:
+ 0003-apparmor-libvirt-qemu-Allow-read-access-to-overcommi.patch:
apparmor, libvirt-qemu: Allow read access to overcommit_memory
+ 0007-apparmor-libvirt-qemu-Allow-owner-read-access-to-PRO.patch:
apparmor, libvirt-qemu: Allow owner read access to @{PROC}/*/auxv
+ 0017-apparmor-virt-aa-helper-Allow-access-to-tmp-director.patch:
apparmor, virt-aa-helper: Allow access to tmp directories
+ 0020-virt-aa-helper-ubuntu-storage-paths.patch:
apparmor, virt-aa-helper: Allow various storage pools and image
locations
+ 0021-apparmor-virt-aa-helper-Add-openvswitch-support.patch:
apparmor, virt-aa-helper: Add openvswitch support
+ 0029-appmor-libvirt-qemu-Add-9p-support.patch: appmor,
libvirt-qemu: Add 9p support
+ 0030-virt-aa-helper-Complete-9p-support.patch: virt-aa-helper:
add l to 9p file options.
+ 0031-virt-aa-helper-Ask-for-no-deny-rule-for-readonly-dis.patch:
virt-aa-helper: Ask for no deny rule for readonly disk (renamed and
reworded, was virt-aa-helper-no-explicity-deny-for-basefiles.patch)
+ 0032-apparmor-libvirt-qemu-Allow-reading-charm-specific-c.patch:
apparmor, libvirt-qemu: Allow reading charm-specific ceph config
+ 0033-UBUNTU-only-apparmor-for-kvm.powerpc-LP-1680384.patch: allow
commands executed by ubuntu only kvm wrapper on ppc64el
(LP 1686621 LP 1680384 LP 1784023)
+ 0034-apparmor-virt-aa-helper-access-for-snapped-nova.patch:
apparmor, virt-aa-helper: access for snapped nova
+ 0050-local-include-for-libvirt-qemu.patch,
d/libvirt-daemon-system.postinst: provide a local apparmor include
for abstraction/libvirt-qemu (LP: 1786019)
+ lp-1815910-allow-vhost-net.patch: avoid apparmor issues
with vhost-net/vhost-vsock/vhost-scsi hotplug (LP: 1815910)
* Dropped changes (in Debian)
- d/libvirt0.symbols: bump symbol versions for 5.4.0
- avoid service dependency issues on upgrade (LP: 1786179)
This will in the long term be resolved in dh_* tools, but to let an
upgrade work for now we need to drop the sysV scripts (which we don't
use anyway) and slightly modify the systemd service to work with todays
dh_systemd_start properly. Can be dropped once Debian bug 905772 is
resolved in dh_* tools and libvirt uses those new code.
+ d/libvirt-daemon-system.virtlogd.init: removed sysV init file
+ d/libvirt-daemon-system.libvirtd.init: removed sysV init file
+ debian/libvirt-daemon-system.maintscript: rm_conffile for virtlogd
and lbivirtd sysV init file
+ d/p/ubuntu/avoid-restarting-virtlog-socket.patch: drop Also references
to virtlogd/virtlockd sockets as they would imply a restart of
virtlogd breaking it.
[ we now have split packages for sysv and systemd support ]
- d/t/control, d/t/smoke-lxc: fix up lxc smoke test isolation
- Refreshed to match new upstream
+ d/p/Reduce-udevadm-settle-timeout-to-10-seconds.patch
* Dropped changes (now upstream)
- d/p/ubuntu/lp-1828495-*: make libvirt able to handle arch_capabilities
cpu features for the Host. (LP: 1828495 - not closing yet as guest caps
are still need fixups to work well LP: 1841066)
- SECURITY UPDATEs: CVE-2019-10161, CVE-2019-10166,
CVE-2019-10167 and CVE-2019-10168
- d/p/ubuntu-aa/lp-1833040-Add-openGraphicsFD-rule-for-named-profile.patch:
avoid issues with remote screen connections like virt-manager due to
apparmor changes in libvirt 5.1 (LP 1833040)
- 0001-apparmor-Allow-pygrub-to-run-on-Debian-Ubuntu.patch: apparmor:
Allow pygrub to run on Debian/Ubuntu
- update to v5.4.0
* Dropped changes (Xen demoted to universe)
- d/p/ubuntu/ubuntu-libxl-qemu-path.patch: this change was split. The
section that adapts the path of the emulator to the Debian/Ubuntu
packaging is kept.
- d/p/ubuntu/ubuntu-libxl-Fix-up-VRAM-to-minimum-requirements.patch: auto
set VRAM to minimum requirements
- d/p/ubuntu/xen-default-uri.patch: set default URI on xen hosts
- Add libxl log directory
- libvirt-uri.sh: Automatically switch default libvirt URI for users on
Xen dom0 via user profile (was missing on changelogs before)
* Dropped changes (no more needed)
- d/p/ubuntu/apibuild-skip-libvirt-common.h: drop libvirt-common.h from
included_files to avoid build failures due to duplicate definitions.
[ finally works in v6.0.0 ]
- d/control: Revert iptables/ebtables dependency as Eoan still is on 1.6.x
[ focal has iptables 1.8.3 ]
- d/rules: adapt iptables binary paths present in Eoan (LP 1832297)
[ focal has iptables 1.8.3 ]
* Added Changes:
- refreshed patches for libvirt v6.0.0
- d/control: bump build dep to python3
- d/control: VCS links to use generic Ubuntu launchpad git URLs
- d/control: add python3-docutils as build dependency
- d/control: add libzfslinux-dev to build-deps
- d/rules: set enable-dependency-tracking to avoid FTBFS
- d/rules: drop the no more existing phyp option
- d/rules: drop the no more existing xen configure option
- d/libvirt-clients.maintscript: rm_conffile libvirt-uri.sh that was
optional for use on xen hosts
- d/control: drop libvirt-lxc, vbox and xen drivers to suggest
- minimize patches generated by autoreconf
- fix build on Debian/Ubuntu in qemuhotplugtest
- d/libvirt-doc.doc: install rendered docs
- d/libvirt-daemon-system.examples: drop old examples that are now active
- d/libvirt-doc.doc-base.libvirt-doc: adapt doc base to new file placement
- d/libvirt-daemon-system-sysv.lintian-overrides: not shipiing systemd files
- d/libnss-libvirt.lintian-overrides: accept having two nss so files
- d/rules: don't ship split daemons just yet
- d/rules: install /etc/default/* files that are shared between sysv and
systemd packages
- d/rules: add libvirt-guests.default to libvirt-daemon-system instead of
libvirt-daemon-system-sysv
- d/p/ubuntu/lp-1655111*: fix qemu_bridge_helper to work with named
profiles (LP: #1655111)
libvirt (5.6.0-4) experimental; urgency=medium
* [d88536d] Introduce libvirt-daemon-system-{systemd,sysv} Move init scripts
to separate package that allows people to experiment with alternative init
systems while avoiding the problems that mixed init scripts and systemd
units have in the current packaging.
Thanks to Christian Ehrhardt for all the input regarding upgrade
problems seen in Ubuntu and possible solutions.
(Closes: #887911, #905772)
* [c19d230] autopkg tests: Use isolation-machine.
This avoids running under debian ci since libvirt-lxc in lxc
doesn't work there. (Closes: #947006)
libvirt (5.6.0-3) unstable; urgency=medium
* Team upload.
[ Christian Ehrhardt ]
* Move qemu, lxc, uml, vbox and xen connection drivers into separate
packages. This reduces the dependencies pulled into default installations.
(Closes: #901940)
* d/copyright: Update
[ Guido Günther ]
* [362bec6] autopkgtest: Adjust to new path
libvirt (5.6.0-2) unstable; urgency=medium
* Team upload.
* [4dcbe93] Revert "Disable libvirtd socket activation" (Closes: #935883)
* [b464de1] Add libvirtd sockets handling
libvirt (5.6.0-1) unstable; urgency=medium
* Team upload.
[ Guido Günther ]
* [fb43676] d/control: Drop dh-autoreconf build-dep
* [81d21d5] d/not-installed: Use multi-arch dirs
* [07d5669] New upstream version 5.6.0
Fixes CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091,
CVE-2019-10132
(Closes: #915107, #931243, #929334)
* [9f38a9e] apparmor: Allow run pygrub
(Closes: #931768)
* Acknowledge NMU. Thanks Jonathan Wiltshire
[ Christian Ehrhardt ]
* [c28c3b3] d/libvirt0.install: install translations
* [c3c4cd4] d/libvirt-daemon-system.install: drop in helper for firewalld
* [3e8b43c] d/not-installed: ignore default files /etc/sysconfig
* [c223d7f] d/libvirt-daemon-system.examples: ship sysctl config as example
* [f19acf6] d/libvirt-daemon-system.install: ship libxl-sanlock.conf
(Closes: #919484)
* [483e44a] d/libvirt-doc.docs: fix whitespace issue
* [4f4751f] d/libvirt-doc.docs: install new doc elements
* [781e22e] d/not-installed: ignore documentation already being installed
* [eda89b2] d/no-installed, d/libvirt-doc.docs: do not install fonts
* [ab67a28] d/copyright: add license for docs/fonts/
* [2e222a2] d/rules: strip symbolic-functions linker option
* [39b658c] Revert "d/libvirt-daemon-system.install: ship
libxl-sanlock.conf"
* [ce46360] d/rules: install libxl-sanlock.conf dependent on xen being
enabled
[ Andrea Bolognani ]
* [6a2eae3] Simplify and improve watch file
* [82a1edc] Bump symbol versions
* [73fccd9] Specify --doc-main-package for dh_installdocs
* [d48fdf6] Rediff patches
* [3b16c86] Bump symbol versions
* [48c9b75] Drop Avahi support
* [a49de91] Fix AppArmor profile for virt-aa-helper
* [b8e92da] Disable libvirtd socket activation
* [73d1e8c] Install kbase articles
Date: Mon, 13 Jan 2020 13:14:14 +0100
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/libvirt/6.0.0-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 13 Jan 2020 13:14:14 +0100
Source: libvirt
Binary: libvirt-clients libvirt-daemon libvirt-daemon-driver-qemu libvirt-daemon-driver-lxc libvirt-daemon-driver-vbox libvirt-daemon-driver-xen libvirt-daemon-driver-storage-gluster libvirt-daemon-driver-storage-rbd libvirt-daemon-driver-storage-zfs libvirt-daemon-system libvirt-daemon-system-systemd libvirt-daemon-system-sysv libvirt0 libvirt-doc libvirt-dev libvirt-sanlock libnss-libvirt libvirt-wireshark
Architecture: source
Version: 6.0.0-0ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
libnss-libvirt - nss plugins providing IP address resolution for virtual machines
libvirt-clients - Programs for the libvirt library
libvirt-daemon - Virtualization daemon
libvirt-daemon-driver-lxc - Virtualization daemon LXC connection driver
libvirt-daemon-driver-qemu - Virtualization daemon QEMU connection driver
libvirt-daemon-driver-storage-gluster - Virtualization daemon glusterfs storage driver
libvirt-daemon-driver-storage-rbd - Virtualization daemon RBD storage driver
libvirt-daemon-driver-storage-zfs - Virtualization daemon ZFS storage driver
libvirt-daemon-driver-vbox - Virtualization daemon VirtualBox connection driver
libvirt-daemon-driver-xen - Virtualization daemon Xen connection driver
libvirt-daemon-system - Libvirt daemon configuration files
libvirt-daemon-system-systemd - Libvirt daemon configuration files (systemd)
libvirt-daemon-system-sysv - Libvirt daemon configuration files (sysv)
libvirt-dev - development files for the libvirt library
libvirt-doc - documentation for the libvirt library
libvirt-sanlock - Sanlock plugin for virtlockd
libvirt-wireshark - Wireshark dissector for the libvirt protocol
libvirt0 - library for interfacing with different virtualization systems
Closes: 887911 901940 905772 915107 919484 929334 931243 931768 935883 947006
Launchpad-Bugs-Fixed: 1655111 1845506 1848229 1853315 1853317 1854653 1858341 1859253 1859506
Changes:
libvirt (6.0.0-0ubuntu1) focal; urgency=medium
.
* Merged with Debian 5.6.0-4 from experimental and v6.0.0 from upstream
Among many other new features and fixes this includes fixes for:
- LP: #1859253 - rbd driver fails to create a new volume
- LP: #1858341 - rbd driver does not list all volumes in pool
- LP: #1845506 - Libvirt snapshot doesn't update apparmor profile
- LP: #1854653 - slow libvirt-guests.sh during shutdown if service is off
- LP: #1848229 - enable ppc64el to use ccf-assist feature
- LP: #1853315 - Enable CPU Model Comparison and Baselining on s390x
- LP: #1853317 - CCW IPL support to boot from ECKD DASDs
- LP: #1859506 - security: AppArmor profile fixes for swtpm
Remaining changes:
- Disable libssh2 support (universe dependency)
- Disable firewalld support (universe dependency)
- Set qemu-group to kvm (for compat with older ubuntu)
- Additional apport package-hook
- Autostart default bridged network (As upstream does, but not Debian).
In addition to just enabling it our solution provides:
+ do not autostart if subnet is already taken (e.g. in guests).
+ iterate some alternative subnets before giving up
- d/p/ubuntu/Allow-libvirt-group-to-access-the-socket.patch: This is
the group based access to libvirt functions as it was used in Ubuntu
for quite long.
+ d/p/ubuntu/daemon-augeas-fix-expected.patch fix some related tests
due to the group access change.
+ d/libvirt-daemon-system.postinst: add users in sudo to the libvirt
group.
- ubuntu/parallel-shutdown.patch: set parallel shutdown by default.
- Update Vcs-Git and Vcs-Browser fields to point to launchpad
- Update README.Debian with Ubuntu changes
- Enable some additional features on ppc64el and s390x (for arch parity)
+ systemtap, zfs, numa and numad on s390x.
+ systemtap on ppc64el.
- d/p/ubuntu/ubuntu_machine_type.patch: accept ubuntu types as pci440fx
- Further upstreamed apparmor Delta, especially any new one
Our former delta is split into logical pieces and is either Ubuntu only
or is part of a continuous upstreaming effort.
Listing related remaining changes in debian/patches/ubuntu-aa/:
- fix autopkgtests
+ d/t/control, d/t/smoke-qemu-session: fixup smoke-qemu-session by making
vmlinuz available and accessible (Debian bug 848314)
+ d/t/control: fix smoke-qemu-session by ensuring the service will run
installing libvirt-daemon-system
+ d/t/smoke-lxc: fix smoke-lxc by ignoring potential issues on destroy as
long as the following undefine succeeds
+ d/t/smoke-lxc: use systemd instead of sysV to restart the service
- dnsmasq related enhancements
+ run dnsmasq as libvirt-dnsmasq (LP: 1743718)
+ d/libvirt-daemon-system.postinst: add libvirt-dnsmasq user and group
+ d/libvirt-daemon-system.postrm: remove libvirt-dnsmasq user and group
on purge
+ d/p/ubuntu/dnsmasq-as-priv-user: write dnsmasq config with user
libvirt-dnsmasq and adapt the self tests to expect that config
+ d/libvirt-daemon-system.postinst: fix old libvirt-dnsmasq users group
+ Add dnsmasq configuration to work with system wide dnsmasq-base
- debian/rules: disable the netcf backend. (LP: 1764314)
- debian/patches/ubuntu/ovmf_paths.patch: adjust paths to secboot.fd UEFI
Secure Boot enabled variants of the OVMF firmware and variable store for
the paths where we ship these files in Ubuntu.
- d/rules: install virtlockd correctly with defaults file (LP: 1729516)
- d/rules: also check build time self test results on all architectures
- d/p/ubuntu/set-default-machine-to-ubuntu.patch: to select default
machine type correctly with newer qemu/libvirt
- d/rules: add --no-restart-after-upgrade to services that are supposed to
stay up through upgrades - this also applies to related sockets.
- Apparmor Delta that is Ubuntu specific or yet to be upstreamed
split into logical pieces. File names in debian/patches/ubuntu-aa/:
+ 0003-apparmor-libvirt-qemu-Allow-read-access-to-overcommi.patch:
apparmor, libvirt-qemu: Allow read access to overcommit_memory
+ 0007-apparmor-libvirt-qemu-Allow-owner-read-access-to-PRO.patch:
apparmor, libvirt-qemu: Allow owner read access to @{PROC}/*/auxv
+ 0017-apparmor-virt-aa-helper-Allow-access-to-tmp-director.patch:
apparmor, virt-aa-helper: Allow access to tmp directories
+ 0020-virt-aa-helper-ubuntu-storage-paths.patch:
apparmor, virt-aa-helper: Allow various storage pools and image
locations
+ 0021-apparmor-virt-aa-helper-Add-openvswitch-support.patch:
apparmor, virt-aa-helper: Add openvswitch support
+ 0029-appmor-libvirt-qemu-Add-9p-support.patch: appmor,
libvirt-qemu: Add 9p support
+ 0030-virt-aa-helper-Complete-9p-support.patch: virt-aa-helper:
add l to 9p file options.
+ 0031-virt-aa-helper-Ask-for-no-deny-rule-for-readonly-dis.patch:
virt-aa-helper: Ask for no deny rule for readonly disk (renamed and
reworded, was virt-aa-helper-no-explicity-deny-for-basefiles.patch)
+ 0032-apparmor-libvirt-qemu-Allow-reading-charm-specific-c.patch:
apparmor, libvirt-qemu: Allow reading charm-specific ceph config
+ 0033-UBUNTU-only-apparmor-for-kvm.powerpc-LP-1680384.patch: allow
commands executed by ubuntu only kvm wrapper on ppc64el
(LP 1686621 LP 1680384 LP 1784023)
+ 0034-apparmor-virt-aa-helper-access-for-snapped-nova.patch:
apparmor, virt-aa-helper: access for snapped nova
+ 0050-local-include-for-libvirt-qemu.patch,
d/libvirt-daemon-system.postinst: provide a local apparmor include
for abstraction/libvirt-qemu (LP: 1786019)
+ lp-1815910-allow-vhost-net.patch: avoid apparmor issues
with vhost-net/vhost-vsock/vhost-scsi hotplug (LP: 1815910)
* Dropped changes (in Debian)
- d/libvirt0.symbols: bump symbol versions for 5.4.0
- avoid service dependency issues on upgrade (LP: 1786179)
This will in the long term be resolved in dh_* tools, but to let an
upgrade work for now we need to drop the sysV scripts (which we don't
use anyway) and slightly modify the systemd service to work with todays
dh_systemd_start properly. Can be dropped once Debian bug 905772 is
resolved in dh_* tools and libvirt uses those new code.
+ d/libvirt-daemon-system.virtlogd.init: removed sysV init file
+ d/libvirt-daemon-system.libvirtd.init: removed sysV init file
+ debian/libvirt-daemon-system.maintscript: rm_conffile for virtlogd
and lbivirtd sysV init file
+ d/p/ubuntu/avoid-restarting-virtlog-socket.patch: drop Also references
to virtlogd/virtlockd sockets as they would imply a restart of
virtlogd breaking it.
[ we now have split packages for sysv and systemd support ]
- d/t/control, d/t/smoke-lxc: fix up lxc smoke test isolation
- Refreshed to match new upstream
+ d/p/Reduce-udevadm-settle-timeout-to-10-seconds.patch
* Dropped changes (now upstream)
- d/p/ubuntu/lp-1828495-*: make libvirt able to handle arch_capabilities
cpu features for the Host. (LP: 1828495 - not closing yet as guest caps
are still need fixups to work well LP: 1841066)
- SECURITY UPDATEs: CVE-2019-10161, CVE-2019-10166,
CVE-2019-10167 and CVE-2019-10168
- d/p/ubuntu-aa/lp-1833040-Add-openGraphicsFD-rule-for-named-profile.patch:
avoid issues with remote screen connections like virt-manager due to
apparmor changes in libvirt 5.1 (LP 1833040)
- 0001-apparmor-Allow-pygrub-to-run-on-Debian-Ubuntu.patch: apparmor:
Allow pygrub to run on Debian/Ubuntu
- update to v5.4.0
* Dropped changes (Xen demoted to universe)
- d/p/ubuntu/ubuntu-libxl-qemu-path.patch: this change was split. The
section that adapts the path of the emulator to the Debian/Ubuntu
packaging is kept.
- d/p/ubuntu/ubuntu-libxl-Fix-up-VRAM-to-minimum-requirements.patch: auto
set VRAM to minimum requirements
- d/p/ubuntu/xen-default-uri.patch: set default URI on xen hosts
- Add libxl log directory
- libvirt-uri.sh: Automatically switch default libvirt URI for users on
Xen dom0 via user profile (was missing on changelogs before)
* Dropped changes (no more needed)
- d/p/ubuntu/apibuild-skip-libvirt-common.h: drop libvirt-common.h from
included_files to avoid build failures due to duplicate definitions.
[ finally works in v6.0.0 ]
- d/control: Revert iptables/ebtables dependency as Eoan still is on 1.6.x
[ focal has iptables 1.8.3 ]
- d/rules: adapt iptables binary paths present in Eoan (LP 1832297)
[ focal has iptables 1.8.3 ]
* Added Changes:
- refreshed patches for libvirt v6.0.0
- d/control: bump build dep to python3
- d/control: VCS links to use generic Ubuntu launchpad git URLs
- d/control: add python3-docutils as build dependency
- d/control: add libzfslinux-dev to build-deps
- d/rules: set enable-dependency-tracking to avoid FTBFS
- d/rules: drop the no more existing phyp option
- d/rules: drop the no more existing xen configure option
- d/libvirt-clients.maintscript: rm_conffile libvirt-uri.sh that was
optional for use on xen hosts
- d/control: drop libvirt-lxc, vbox and xen drivers to suggest
- minimize patches generated by autoreconf
- fix build on Debian/Ubuntu in qemuhotplugtest
- d/libvirt-doc.doc: install rendered docs
- d/libvirt-daemon-system.examples: drop old examples that are now active
- d/libvirt-doc.doc-base.libvirt-doc: adapt doc base to new file placement
- d/libvirt-daemon-system-sysv.lintian-overrides: not shipiing systemd files
- d/libnss-libvirt.lintian-overrides: accept having two nss so files
- d/rules: don't ship split daemons just yet
- d/rules: install /etc/default/* files that are shared between sysv and
systemd packages
- d/rules: add libvirt-guests.default to libvirt-daemon-system instead of
libvirt-daemon-system-sysv
- d/p/ubuntu/lp-1655111*: fix qemu_bridge_helper to work with named
profiles (LP: #1655111)
.
libvirt (5.6.0-4) experimental; urgency=medium
.
* [d88536d] Introduce libvirt-daemon-system-{systemd,sysv} Move init scripts
to separate package that allows people to experiment with alternative init
systems while avoiding the problems that mixed init scripts and systemd
units have in the current packaging.
Thanks to Christian Ehrhardt for all the input regarding upgrade
problems seen in Ubuntu and possible solutions.
(Closes: #887911, #905772)
* [c19d230] autopkg tests: Use isolation-machine.
This avoids running under debian ci since libvirt-lxc in lxc
doesn't work there. (Closes: #947006)
.
libvirt (5.6.0-3) unstable; urgency=medium
.
* Team upload.
.
[ Christian Ehrhardt ]
* Move qemu, lxc, uml, vbox and xen connection drivers into separate
packages. This reduces the dependencies pulled into default installations.
(Closes: #901940)
* d/copyright: Update
.
[ Guido Günther ]
* [362bec6] autopkgtest: Adjust to new path
.
libvirt (5.6.0-2) unstable; urgency=medium
.
* Team upload.
.
* [4dcbe93] Revert "Disable libvirtd socket activation" (Closes: #935883)
* [b464de1] Add libvirtd sockets handling
.
libvirt (5.6.0-1) unstable; urgency=medium
.
* Team upload.
.
[ Guido Günther ]
* [fb43676] d/control: Drop dh-autoreconf build-dep
* [81d21d5] d/not-installed: Use multi-arch dirs
* [07d5669] New upstream version 5.6.0
Fixes CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091,
CVE-2019-10132
(Closes: #915107, #931243, #929334)
* [9f38a9e] apparmor: Allow run pygrub
(Closes: #931768)
* Acknowledge NMU. Thanks Jonathan Wiltshire
.
[ Christian Ehrhardt ]
* [c28c3b3] d/libvirt0.install: install translations
* [c3c4cd4] d/libvirt-daemon-system.install: drop in helper for firewalld
* [3e8b43c] d/not-installed: ignore default files /etc/sysconfig
* [c223d7f] d/libvirt-daemon-system.examples: ship sysctl config as example
* [f19acf6] d/libvirt-daemon-system.install: ship libxl-sanlock.conf
(Closes: #919484)
* [483e44a] d/libvirt-doc.docs: fix whitespace issue
* [4f4751f] d/libvirt-doc.docs: install new doc elements
* [781e22e] d/not-installed: ignore documentation already being installed
* [eda89b2] d/no-installed, d/libvirt-doc.docs: do not install fonts
* [ab67a28] d/copyright: add license for docs/fonts/
* [2e222a2] d/rules: strip symbolic-functions linker option
* [39b658c] Revert "d/libvirt-daemon-system.install: ship
libxl-sanlock.conf"
* [ce46360] d/rules: install libxl-sanlock.conf dependent on xen being
enabled
.
[ Andrea Bolognani ]
* [6a2eae3] Simplify and improve watch file
* [82a1edc] Bump symbol versions
* [73fccd9] Specify --doc-main-package for dh_installdocs
* [d48fdf6] Rediff patches
* [3b16c86] Bump symbol versions
* [48c9b75] Drop Avahi support
* [a49de91] Fix AppArmor profile for virt-aa-helper
* [b8e92da] Disable libvirtd socket activation
* [73d1e8c] Install kbase articles
Checksums-Sha1:
8e304042688a25bdf6c10bffca0d11516bb12f1c 5137 libvirt_6.0.0-0ubuntu1.dsc
9939a559e652d44b27e3404a26bcabe58988e4b4 8686092 libvirt_6.0.0.orig.tar.xz
3d0d3ff586170ff1209a8da5b11804cf957a1b9f 131940 libvirt_6.0.0-0ubuntu1.debian.tar.xz
305b0e5adefca8201d89468acadbcc0a233d5482 15350 libvirt_6.0.0-0ubuntu1_source.buildinfo
Checksums-Sha256:
1eac8c1a1ddc014459127fc7dcce5ee9600f3247976dcb3a53c9d7589c1ec80b 5137 libvirt_6.0.0-0ubuntu1.dsc
e6bb642389bbace3252c462bbb2e9b1749dd64315b9873a424f36c7f8d357f76 8686092 libvirt_6.0.0.orig.tar.xz
65bf4aa19ea9885b8bededacc83cf0c924117b37bb4c3cb88ded79879edc6a0e 131940 libvirt_6.0.0-0ubuntu1.debian.tar.xz
a74885aee74e2605a0615df9298bc36843d8f372d63ed79b1a152baad9141483 15350 libvirt_6.0.0-0ubuntu1_source.buildinfo
Files:
b387369529fee1c95ef01f1a1a798c7d 5137 libs optional libvirt_6.0.0-0ubuntu1.dsc
b81417434e24266085c49a3f5af7721e 8686092 libs optional libvirt_6.0.0.orig.tar.xz
ee48f01717adcf0b108e7af1c08e2c61 131940 libs optional libvirt_6.0.0-0ubuntu1.debian.tar.xz
b981d5ca8b327fe54c7ce0d25ad81694 15350 libs optional libvirt_6.0.0-0ubuntu1_source.buildinfo
Original-Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEktYY9mjyL47YC+71uj4pM4KAskIFAl41SV4ACgkQuj4pM4KA
skJ6MxAAkW9DCVdu20+/wTIiopdyo2/XjAbNr4gp4x46rWuxlRU1UXfBIDhwExPz
UpqPAoDt0mJDes0vgNrBKJRQg0q0h4CyI7/XdZlySQUuNCHDWrByhxJcaCJKXbEs
yG763Rrixmaa8goZevhYDxUncrVRC8Ldp86G1xrWHJehKeStTCHiLNfEBLyn28c8
QkgHEeZuo1onlg413vBhRGyS0axc76lmHC8W+SUkrWz+hxAriwQMJ3KOIbzRFFGH
d34gYJYlFMo8efKLztl+ltWZHnLoG6qdasYcqtkZAkypXNX/9IQSRlxU4M9SP9j5
m56DsgDk5E345e7l9LHf9BNVAQgh+d5q/FLyExDYiY6YFXhBgDfkxKAOoPMCGzdb
JBzq2kn6jxUwYrExAkIO2lxMDFth+HpFz71ja3EKOA2VX7Vik/Ap5MADp2WX7fED
xgk4utiiBUQlPEC3eZsDAYjEmfWBreXZdWFy1dpjlDDkjAYfjhKdWf7ZpzfpAzlK
f5lfQjnOYkPfM6BW9Ft2EcF3ynLjMvLRgyvFYOPejtLx2KtanAQmlsDfp3dxIWmM
3x0yF7jG+gFSDnCu+AKozyyBnpmSyrIhPgX40I+UAAFi8Glaj4zceD1qF7pzq0cV
PuRH6L7eGxNn1iDkIz5ukJJgSZZbwddLTF0GuvFzId+Efj3EI1g=
=DriO
-----END PGP SIGNATURE-----
More information about the Focal-changes
mailing list