Change logs for libvirt source package in Disco

  • libvirt (5.0.0-1ubuntu2.6) disco; urgency=medium
    
      * debian/rules: libnss-libvirt: Install libnss_libvirt_guest (LP: #1853074)
    
     -- Rafael David Tinoco <email address hidden>  Tue, 19 Nov 2019 00:56:29 +0000
  • libvirt (5.0.0-1ubuntu2.5) disco; urgency=medium
    
      * d/p/ubuntu/lp-1840872-*: avoid hotplug issues with duplicate device
        addresses (LP: #1840872)
    
     -- Christian Ehrhardt <email address hidden>  Wed, 21 Aug 2019 11:15:43 +0200
  • libvirt (5.0.0-1ubuntu2.4) disco-security; urgency=medium
    
      * SECURITY UPDATE: virDomainSaveImageGetXMLDesc does not check for
        read-only connection
        - debian/patches/CVE-2019-10161.patch: add check to
          src/libvirt-domain.c, src/qemu/qemu_driver.c,
          src/remote/remote_protocol.x.
        - CVE-2019-10161
      * SECURITY UPDATE: virDomainManagedSaveDefineXML does not check for
        read-only connection
        - debian/patches/CVE-2019-10166.patch: add check to
          src/libvirt-domain.c.
        - CVE-2019-10166
      * SECURITY UPDATE: virConnectGetDomainCapabilities does not check for
        read-only connection
        - debian/patches/CVE-2019-10167.patch: add check to
          src/libvirt-domain.c.
        - CVE-2019-10167
      * SECURITY UPDATE: virConnect*HypervisorCPU do not check for read-only
        connection
        - debian/patches/CVE-2019-10168.patch: add checks to
          src/libvirt-host.c.
        - CVE-2019-10168
    
     -- Marc Deslauriers <email address hidden>  Tue, 02 Jul 2019 08:49:48 -0400
  • libvirt (5.0.0-1ubuntu2.3) disco-security; urgency=medium
    
      * SECURITY UPDATE: DoS via incorrect permissions check
        - debian/patches/CVE-2019-3886-1.patch: disallow virDomainGetHostname
          for read-only connections in src/libvirt-domain.c.
        - debian/patches/CVE-2019-3886-2.patch: enforce ACL write permission
          for getting guest time & hostname in src/remote/remote_protocol.x.
        - CVE-2019-3886
      * SECURITY UPDATE: privilege escalation via incorrect socket permissions
        - debian/patches/CVE-2019-10132-1.patch: reject clients unless their
          UID matches the current UID in src/admin/admin_server_dispatch.c.
        - debian/patches/CVE-2019-10132-2.patch: restrict sockets to mode 0600
          in src/locking/virtlockd-admin.socket.in,
          src/locking/virtlockd.socket.in.
        - debian/patches/CVE-2019-10132-3.patch: restrict sockets to mode 0600
          in src/logging/virtlogd-admin.socket.in,
          src/logging/virtlogd.socket.in.
        - CVE-2019-10132
    
     -- Marc Deslauriers <email address hidden>  Mon, 17 Jun 2019 07:18:24 -0400
  • libvirt (5.0.0-1ubuntu2.2) disco; urgency=medium
    
      * d/p/ubuntu/lp-1825195-*.patch: fix issues with old guests that defined
        the never functional osxsave and ospke features (LP: #1825195).
    
     -- Christian Ehrhardt <email address hidden>  Thu, 16 May 2019 10:42:09 +0200
  • libvirt (5.0.0-1ubuntu2.1) disco-security; urgency=medium
    
      * SECURITY UPDATE: Add support for md-clear functionality
        - debian/patches/ubuntu/md-clear.patch: Define md-clear CPUID bit in
          src/cpu_map/x86_features.xml.
        - CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091
    
     -- Marc Deslauriers <email address hidden>  Tue, 14 May 2019 14:48:05 -0400
  • libvirt (5.0.0-1ubuntu2) disco; urgency=medium
    
      * Implement further apparmor rules for usage of gl enabled
        graphics (LP: #1815452)
        - d/p/ubuntu-aa/lp-1815452-more-gl-rules.patch
        - d/p/ubuntu-aa/lp-1815452-virt-aa-helper-rule.patch
      * Implement further apparmor rules for usage of gl enabled
        graphics with nvidia cards (LP: #1817943)
        - d/p/ubuntu-aa/lp-1817943-nvidia-gl-rules.patch
        - d/p/ubuntu-aa/lp-1817943-devices-in-sysfs.patch
      * d/p/ubuntu-aa/lp-1804766-*: updated to the upstream accepted
        version (no functional change, LP: 1804766)
    
     -- Christian Ehrhardt <email address hidden>  Tue, 12 Feb 2019 11:27:14 +0100
  • libvirt (5.0.0-1ubuntu1) disco; urgency=medium
    
      * Merged with Debian unstable
        Among many other new features and fixes this includes fixes for:
        LP: #1754871 - 1799446 zPCI passthrough support for KVM
        LP: #1811198 - remove arbitrary limit on socket_id/core_id
        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
        - Xen related
          - 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)
        - d/p/ubuntu/apibuild-skip-libvirt-common.h: drop libvirt-common.h from
          included_files to avoid build failures due to duplicate definitions.
        - 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/t/control, d/t/smoke-qemu-session: fixup smoke-qemu-session by making
          vmlinuz available and accessible (Debian bug 848314)
        - d/t/control, d/t/smoke-lxc: fix up lxc smoke test isolation
        - 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/:
          + 0001-apparmor-Allow-pygrub-to-run-on-Debian-Ubuntu.patch: apparmor:
            Allow pygrub to run on Debian/Ubuntu
          + 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
          + ubuntu-aa/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
          + d/p/ubuntu-aa/0050-local-include-for-libvirt-qemu.patch,
            d/libvirt-daemon-system.postinst: provide a local apparmor include
            for abstraction/libvirt-qemu (LP: 1786019)
        - d/rules: enable build time self tests on all architectures
        - 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/control: drop libnetcf from Build-Depends.
        - 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)
        - 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.
          - d/t/smoke-lxc: use systemd instead of sysV to restart the service
      * Added Changes:
        - Refresh d/p/ubuntu/ubuntu-libxl-qemu-path.patch for new context
        - d/rules: also check build time self test results on all architectures
        - d/rules: strip -Bsymbolic-functions from linker flags as it breaks
          libvirt tests
        - d/p/ubuntu/set-default-machine-to-ubuntu.patch: to select default
          machine type correctly with newer qemu/libvirt
        - d/p/ubuntu-aa/lp-1804766-*: Allow rendering node access as needed
          for the ease use of mdev and gl devices (LP: #1804766)
        - refreshed d/p/ubuntu-aa for updated paths in libvirt 5.0
        - 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/p/ubuntu/lp-1771662-*: fix handling of VFs without associated PF
          (LP: #1771662)
      * Dropped Changes (upstream)
        - debian/patches/ubuntu/lp1787405-*: Support guest dedicated Crypto
          Adapters on s390x (LP: 1787405)
        - d/p/ubuntu/lp-1802727-netdevbridge-fall-back-to-ioctl-from-sysfs.patch:
          fix libvirt bridge handling in unprivileged containers (LP: 1802906)
        - d/p/ubuntu-aa/lp-1788603-fix-ptrace-rules-with-kernel-4.18.patch:
          avoid issues with newer kernels >=4.18 (LP: 1788603)
        - Fix an issue where guests with plenty of hostdevs attached where detected
          as not shut down due to the kernel needing more time to free up
          resources (LP: 1788226)
          - d/p/ubuntu/lp-1788226-wait-longer-5-30s-on-hard-shutdown.patch
          - d/p/ubuntu/lp-1788226-wait-longer-on-kill-per-assigned-Hostdev.patch
        - 0025-apparmor-fix-newer-virt-manager-1.4.0.patch: Add Apparmor
          permissions so virt-manager 1.4.0 viewing works (LP 1668681 1747442).
        - 0040-apparmor-add-mediation-rules-for-unconfined.patch:
          apparmor: add mediation rules for unconfined guests
        - d/p/ubuntu-aa/0051-allow-user-tmp.patch: some features need tmp, but we
          don't want blanket access. We only allow enumerating the base dir and
          reading owned files. Further features needing /tmp have to add local
          overrides, examples are qemu-smb and some modes of local snapshots.
          (LP: 1365261) Can be dropped >=libvirt 4.7
        - d/p/ubuntu-aa/0052-allow-to-preserve-dev-mountpoints.patch: Allow to
          preserve /dev mountpoints in qemu namespaces (LP: 1786168)
          Can be dropped >=libvirt 4.7
        - d/p/ubuntu/enable-kvm-spice.patch: compat with older Ubuntu qemu/kvm
          which provided a separate kvm-spice. Upstream completely dropped
          alternative types and kvm-spice is a symlink for quite some time.
          Builtin expected binaries work, so drop this delta.
      * Dropped Changes (in Debian)
        - Convert libvirt0, libnss_libvirt and libvirt-dev to multi-arch.
    
    libvirt (5.0.0-1) unstable; urgency=medium
    
      * [7346f30] New upstream version 5.0.0
      * [1c46a4c] Drop sheepdog support (Closes: #908071)
      * [b88175f] Bump symbol versions
      * [c13a8da] Rediff patches
    
    libvirt (4.10.0-2) unstable; urgency=medium
    
      [ Marcin Juszkiewicz ]
      * [d143d3c] update Vcs-git tags to point to salsa.debian.org
      * [96995c1] Fix versions in *.NEWS files
      * [8e8286d] Don't mark bash completion as executable
      * [72f8ed3] Use multiarch layout.
        Based on the on what Ubuntu does (Closes: #813062)
      * [9b52c21] Use dpkg-buildflags on configure
        to e.g. get the proper hardening flags.
    
      [ Andrea Bolognani ]
      * [684bb89] Move data files from libvirt-daemon to libvirt0.
        These files are used internally by the library, so they
        should be shipped along with it rather than with the daemon.
        This is consistent with the upstream libvirt.spec file.
        The pattern is partially expanded in the libvirt0.install
        file to avoid having to remove a specific subset of data
        files later on as part of debian/rules.
    
      [ Guido Günther ]
      * [a6cbf92] cpu_map is now a directory.
        It used to be a single XML file
    
    libvirt (4.10.0-1) unstable; urgency=medium
    
      * [0cde44d] Remove bridge-utils from recommends.  We don't use brctl since
        ages.  Thanks to Andreas Henriksson
      * [3c22e06] Drop debian/remove-RHism.diff.patch.
        Debian has /usr/bin/service since quiet some time now.
        Thanks to Andrea Bolognani
      * [54a5cdb] New upstream version 4.10.0
      * [87f075c] Rediff patches
      * [f798585] Bump symbol versions
      * [3bfd881] Depend on sensible-utils
    
    libvirt (4.7.0-1) unstable; urgency=medium
    
      * [8ff38ac] New upstream version 4.7.0
        (Closes: #908341)
      * [afdd147] Bump symbol versions
      * [41fa8f5] Rediff patches.
        Drop all jansson related patches. Fixed ustream.
    
     -- Christian Ehrhardt <email address hidden>  Tue, 08 Jan 2019 13:09:31 +0100
  • libvirt (4.6.0-2ubuntu6) disco; urgency=medium
    
      * No-change rebuild for readline soname change.
    
     -- Matthias Klose <email address hidden>  Tue, 15 Jan 2019 10:26:04 +0000
  • libvirt (4.6.0-2ubuntu5) disco; urgency=medium
    
      * d/p/ubuntu/lp1787405-0008-qemu-mdev-Use-vfio-pci-display-property-only
        -with-vf.patch: fix handling of non PCI vfio display propery (part
        of LP: #1787405)
    
     -- Christian Ehrhardt <email address hidden>  Thu, 06 Dec 2018 09:20:39 +0100
  • libvirt (4.6.0-2ubuntu4) disco; urgency=medium
    
      * debian/patches/ubuntu/lp1787405-*: Support guest dedicated Crypto
        Adapters on s390x (LP: #1787405)
      * d/p/ubuntu/lp-1802727-netdevbridge-fall-back-to-ioctl-from-sysfs.patch:
        fix libvirt bridge handling in unprivileged containers (LP: #1802906)
    
     -- Christian Ehrhardt <email address hidden>  Fri, 09 Nov 2018 07:42:01 +0100
  • libvirt (4.6.0-2ubuntu3) cosmic; urgency=medium
    
      * d/p/ubuntu-aa/lp-1788603-fix-ptrace-rules-with-kernel-4.18.patch:
        avoid issues with newer kernels >=4.18 (LP: #1788603)
    
     -- Christian Ehrhardt <email address hidden>  Mon, 27 Aug 2018 10:57:57 +0200