Change logs for libvirt source package in Maverick

  • libvirt (0.8.3-1ubuntu19.4) maverick-proposed; urgency=low
    
      * New version of debian/patches/lxc-use-own-ptyfns.patch.  Previous version
        failed to build.
    
    libvirt (0.8.3-1ubuntu19.3) maverick-proposed; urgency=low
    
      * lxc_controller: use our own unlocpt+grantpt rather than glibc's, which
        can't handle opening a pty in a devpts not mounted at /dev/pts.
        (LP: #863629)
     -- Serge Hallyn <email address hidden>   Tue, 15 Nov 2011 08:06:57 -0600
  • libvirt (0.8.3-1ubuntu19.3) maverick-proposed; urgency=low
    
      * lxc_controller: use our own unlocpt+grantpt rather than glibc's, which
        can't handle opening a pty in a devpts not mounted at /dev/pts.
        (LP: #863629)
     -- Serge Hallyn <email address hidden>   Tue, 01 Nov 2011 18:03:04 +0000
  • libvirt (0.8.3-1ubuntu19.2) maverick-proposed; urgency=low
    
      * debian/libvirt-bin.upstart: add a pre-stop script to shut down running VMs
        before the host shuts down.  (LP: #350936)
      * debian/libvirt-bin.default: add a comment that this file is not actually
        used at startup.  (LP: #823638)
     -- Serge Hallyn <email address hidden>   Mon, 15 Aug 2011 18:19:33 -0500
  • libvirt (0.8.3-1ubuntu19.1) maverick-security; urgency=low
    
      * SECURITY UPDATE: integer overflow in virDomainGetVcpus()
        - debian/patches/9031-CVE-2011-2511.patch: use INT_MULTIPLY_OVERFLOW() to
          verify maxinfo * maplen < REMOTE_CPUMAPS_MAX
        - CVE-2011-2511
     -- Jamie Strandboge <email address hidden>   Tue, 26 Jul 2011 07:13:43 -0500
  • libvirt (0.8.3-1ubuntu19) maverick-proposed; urgency=low
    
      * Fix /etc/init/libvirt-bin.conf start on to wait until networking.conf
        has stopped with success, meaning ifup -a completed successfully and
        all auto-started network devices are up.  (LP: #495394)
     -- Serge Hallyn <email address hidden>   Thu, 07 Jul 2011 16:48:36 -0500
  • libvirt (0.8.3-1ubuntu18) maverick-security; urgency=low
    
      * SECURITY UPDATE:
        - 9030-CVE-2011-1486.patch: update daemon/dispatch.c and daemon/remote.c
          to call virDomainFree() after remoteDispatchConnError()
        - CVE-2011-1486
     -- Jamie Strandboge <email address hidden>   Fri, 10 Jun 2011 17:25:26 -0500
  • libvirt (0.8.3-1ubuntu17) maverick-proposed; urgency=low
    
      * add parted to build-depends (LP: #697046)
     -- Serge Hallyn <email address hidden>   Thu, 05 May 2011 09:19:18 -0500
  • libvirt (0.8.3-1ubuntu16) maverick-proposed; urgency=low
    
      * debian/patches/9029-lp750565.patch
        Fix initialization error of controller in QEmu SCSI hotplug.
        (LP: #750565)
    
    libvirt (0.8.3-1ubuntu15) maverick-proposed; urgency=low
    
      * debian/patches/9901-handle-no-ip.patch: Additional patch cherrypick
        to handle no ip address in the network configuration. (LP: #748834)
     -- Serge Hallyn <email address hidden>   Wed, 06 Apr 2011 13:57:14 -0500
  • libvirt (0.8.3-1ubuntu14.1) maverick-security; urgency=low
    
      * SECURITY UPDATE: debian/patches/9029-CVE-2011-1146.patch: Add missing
        checks for read only connections.
        - CVE-2011-1146
     -- Jamie Strandboge <email address hidden>   Tue, 15 Mar 2011 15:31:42 -0500
  • libvirt (0.8.3-1ubuntu14) maverick; urgency=low
    
      * Let Apparmor allow libvirtd to create PF_PACKET sockets. Several
        utility functions require it. Of particular interest, the NWFilter
        code uses it, so libvirt's firewalling functionality depends on
        this. (LP: #646706)
     -- Soren Hansen <email address hidden>   Fri, 24 Sep 2010 23:36:36 +0200
  • libvirt (0.8.3-1ubuntu13) maverick; urgency=low
    
      * debian/patch/9028-lp628055.patch: include sys/stat.h to fix compiler
        warning and stat() failure on 32bit architectures when calling stat() on
        large files. This can be dropped in 0.8.5. (LP: #628055)
     -- Jamie Strandboge <email address hidden>   Wed, 22 Sep 2010 15:21:21 -0500
  • libvirt (0.8.3-1ubuntu12) maverick; urgency=low
    
      * 9027-Make-newfilter-xml-transformations-endian-safe.patch
        NWFilter XML processing includes endian assumptions.  Ensure
        that XML is parsed in an endian-safe manner.  Thanks to
        Stefan Berger for developing the patch upstream. (LP: #643394)
     -- Emmet Hikory <email address hidden>   Mon, 20 Sep 2010 19:18:11 +0900
  • libvirt (0.8.3-1ubuntu11) maverick; urgency=low
    
      * 9026-Rebuild-network-filter-for-UML-guests-on-updates.patch.
        NWFilter updates are supposed to be immediate. Add this support to
        the UML driver.
     -- Soren Hansen <email address hidden>   Wed, 15 Sep 2010 22:11:57 +0200
  • libvirt (0.8.3-1ubuntu10) maverick; urgency=low
    
      [ Jamie Strandboge ]
      * debian/apparmor/usr.lib.virt-aa-helper: add read access to new 'loader'
        for eucalyptus (LP: #637544)
    
      [ Soren Hansen ]
      * Add 9025-Add-nwfilter-support-to-UML-driver.patch. Adds missing
        nwfilter support to UML.
     -- Jamie Strandboge <email address hidden>   Tue, 14 Sep 2010 13:47:02 -0500
  • libvirt (0.8.3-1ubuntu9) maverick; urgency=low
    
      * Update 9023-Support-virDomainAttachDevice-and-virDomainDetachDev.patch
        based on a small last-minute change upstream.
      * Add 9024-Explicitly-pass-uml_dir-argument-to-user-mode-linux.patch
        to stop user-mode-linux domains running under a libvirtd run by
        upstart from mysteriously and silently crashing during boot.
     -- Soren Hansen <email address hidden>   Tue, 31 Aug 2010 16:05:24 +0200
  • libvirt (0.8.3-1ubuntu8) maverick; urgency=low
    
      * debian/patches/9009-autodetect-nc-params.patch: updated to fix
        connecting to a remote server when using zsh or tcsh. (LP: #605172)
     -- Marc Deslauriers <email address hidden>   Wed, 25 Aug 2010 12:41:25 -0400
  • libvirt (0.8.3-1ubuntu7) maverick; urgency=low
    
      * debian/patches/series: per Ubuntu Server team, run qemu/kvm as non-root
        and comment out 9008-run-as-root-by-default.patch. This has now received
        significant testing in Debian, adds a good security benefit for people
        who disable AppArmor and fixes the libvirt portion of LP: #619843. With
        this patch removed, libvirt will default to the Debian configure arguments
        and run qemu/kvm VMs as 'libvirt-qemu:kvm'.
      * debian/README.Debian: adjusted for the above
     -- Jamie Strandboge <email address hidden>   Tue, 24 Aug 2010 12:58:51 -0500
  • libvirt (0.8.3-1ubuntu6) maverick; urgency=low
    
      * FFe: LP: #622682.
      * Replace 9019-Remove-wrong-check-for-uml-monitor-response-size.patch with
        9019-uml-fix-logic-bug-in-checking-reply-length.patch which is what ended
        up getting applied upstream.
      * Add the following patches taken from upstream git:
        - 9021-Allow-chardev-of-type-file-for-UML-domains.patch
        - 9022-Rename-qemudShrinkDisks-to-virDomainDiskRemove-and-m.patch
        - 9023-Support-virDomainAttachDevice-and-virDomainDetachDev.patch
     -- Soren Hansen <email address hidden>   Mon, 23 Aug 2010 14:24:06 +0200
  • libvirt (0.8.3-1ubuntu5) maverick; urgency=low
    
      * update to allow pcidev and hostdev to work with AppArmor (LP: #545795)
        - debian/patches/lp-545795.patch: add vendor and device to
          pciDeviceFileIterate(). Patch submitted upstream and they feel it is
          reasonable, but not committed yet. This should fix pcidev.
        - debian/apparmor/usr.lib.libvirt.virt-aa-helper: add read access to
          /sys/bus/usb/devices/**
        - debian/apparmor/libvirt-qemu: adjust read access to be
          /sys/devices/**/usb[0-9]*/** instead of /sys/devices/*/*/usb[0-9]*/**.
          Patched based on work by Andreas Ntaflos.
     -- Jamie Strandboge <email address hidden>   Fri, 20 Aug 2010 09:21:15 -0500
  • libvirt (0.8.3-1ubuntu4) maverick; urgency=low
    
      * debian/patches/9012-apparmor-dont-ignore-open.patch: don't bother with
        updated logic. After review, upstream's code is sufficient and simpler.
        Keep new tests and rename to 9012-apparmor-extra-tests.patch. This can be
        removed in 0.8.4.
      * debian/patches/9013-apparmor-lp457716.patch: updated based on upstream
        feedback. This can be removed in 0.8.4.
     -- Jamie Strandboge <email address hidden>   Mon, 16 Aug 2010 16:11:40 -0500
  • libvirt (0.8.3-1ubuntu3) maverick; urgency=low
    
      * Added the following patches:
        - 9015-Add-ubd-to-the-list-of-disk-prefixes.patch.
        - 9016-Close-fd-s-of-persistent-tap-devices.patch.
        - 9017-Make-sure-all-command-line-arguments-get-passed-to-U.patch.
        - 9018-Make-umlConnectTapDevice-ask-brAddTap-for-a-persiste.patch.
        - 9019-Remove-wrong-check-for-uml-monitor-response-size.patch
      * All but the last are already in upstream git. Together, they make
        user-mode-linux guests work again.
      * Note: The last patch in the list is still being reviewed upstream.
        Depending on the outcome, I'll update here accordingly.
     -- Soren Hansen <email address hidden>   Mon, 16 Aug 2010 13:33:23 +0200
  • libvirt (0.8.3-1ubuntu2) maverick; urgency=low
    
      * debian/patches/9014-skip-nodeinfotest.patch: fix FTBFS in nodeinfotest
        which is still broken on armel
     -- Jamie Strandboge <email address hidden>   Fri, 13 Aug 2010 08:12:23 -0500
  • libvirt (0.8.3-1ubuntu1) maverick; urgency=low
    
      * Merge from debian unstable with security fixes
      * Fixes:
        - LP: #588369
        - LP: #585964
      * Remaining changes:
        - debian/control:
          + Build-Depends on qemu-kvm, not qemu
          + Build-Depends on open-iscsi-utils, not open-iscsi
          + Build-Depends on libxml2-utils
          + Build-Depends on libapparmor-dev and Suggests apparmor
          + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
            to Depends of libvirt-bin
          + Drop lvm2, qemu-kvm and qemu to Suggests
          + We call libxen-dev libxen3-dev, so change all references
          + Rename Vcs-* to XS-Debian-Vcs-*
        - debian/libvirt-bin.postinst:
          + rename the libvirt group to libvirtd
          + add each admin user to the libvirtd group
          + reload apparmor profiles
        - debian/libvirt-bin.postrm:
          + rename the libvirt group to libvirtd
          + remove apparmor symlinks on purge
        - debian/README.Debian: add AppArmor section based on the upstream
          documentation
        - debian/rules:
          + update DEB_DH_INSTALLINIT_ARGS for upstart
          + add DEB_MAKE_CHECK_TARGET := check
          + use --with-apparmor
          + copy apparmor and apport hook to debian/tmp
        - add debian/libvirt-bin.upstart
        - debian/libvirt-bin.dirs: add /etc/apparmor.d/abstractions,
          /etc/apparmor.d/disable, /etc/apparmor.d/force-complain,
          /etc/apparmor.d/libvirt, /etc/cron.daily and
          /usr/share/apport/package-hooks
        - add debian/libvirt-bin.cron.daily
        - add debian/libvirt-bin.apport
        - debian/libvirt-bin.install: install apparmor profiles, abstractions
          and apport hook
        - debian/apparmor:
          - add TEMPLATE
          - add libvirt-qemu abstraction
          - add usr.lib.libvirt.virt-aa-helper
          - add usr.sbin.libvirtd
        - debian/patches/series:
          + don't apply 0002-qemu-disable-network.diff.patch
          + don't apply 0005-Terminate-nc-on-EOF.patch. Use
            9009-autodetect-nc-params.patch instead
          + 9000-delayed_iff_up_bridge.patch (refreshed)
          + 9001-dont_clobber_existing_bridges.patch
          + 9002-better_default_uri_virsh.patch (refreshed)
          + 9003-better-default-arch.patch (refreshsed)
          + 9004-libvirtd-group-name.patch
          + 9005-increase-unix-socket-timeout.patch (refreshed)
          + 9006-default-config-test-case.patch
          + 9007-fix-daemon-conf-ftbfs.patch (updated)
          + 9008-run-as-root-by-default.patch (refreshed)
          + 9009-autodetect-nc-params.patch (refreshed)
          + 9010-dont-disable-ipv6.patch (refreshsed)
          + 9011-move-ebtables-script.patch (refreshed)
      * Dropped the following patches included/fixed upstream:
        - 9012-fix-nodeinfotest-ftbfs.patch
        - 9013-apparmor-lp457716.patch
      * Disable virtualbox support since virtualbox-ose is not in main
        - debian/control: remove virtualbox-ose build dependency
        - debian/rules: use --without-vbox
      * debian/patches/9012-apparmor-dont-ignore-open.patch: fix logic when
        using virDomainDiskDefForeachPath() and add tests. This can be removed
        in 0.8.4.
      * debian/apparmor/usr.sbin.libvirtd: add capability fsetid (LP: #613549)
      * debian/apparmor/usr.lib.libvirt.virt-aa-helper: allow access to
        @{PROC}/[0-9]*/net/psched
      * debian/patches/9013-apparmor-chardev.patch: update for serial, parallel
        and channels. This can be removed in 0.8.4. (LP: #609055, LP: #578527)
      * migrate virtual machine definitions with non-raw disks and previously
        unspecified disk format with a one time probe:
        - add debian/libvirt-migrate-qemu-disks
        - add debian/libvirt-migrate-qemu-disks.1
        - debian/libvirt-bin.postinst: updated to run 'libvirt-migrate-qemu-disks
          -a' on upgrades
        - debian/rules: cp debian/libvirt-migrate-qemu-disks into place
        - debian/libvirt-bin.manpages: install debian/libvirt-migrate-qemu-disks.1
        - debian/README.Debian: updated for libvirt-migrate-qemu-disks
    
    libvirt (0.8.3-1) unstable; urgency=low
    
      [ Guido Günther ]
      * Mention clear_emulator_capabilities
      * Recommend iptables and gawk
    
      [ Laurent Léonard ]
      * Imported Upstream version 0.8.3
        - Fixes: CVE-2010-2237, CVE-2010-2238, CVE-2010-2239, CVE-2010-2242
      * Redo patches
      * Update libvirt0 symbols
      * Bump Standards-Version to 3.9.1
    
      [ Guido Günther ]
      * Install libvirt-qemu library
      * Add libvirt-qemu.so symbols
    
      [ Laurent Léonard ]
      * Fix debian/NEWS syntax
    
    libvirt (0.8.2-1) unstable; urgency=low
    
      * Imported Upstream version 0.8.2
      * Drop patches.
      * Update libvirt0 symbols.
      * Bump Standards-Version to 3.9.0.
      * Add virtualbox-ose and libnl-dev build dependencies.
     -- Jamie Strandboge <email address hidden>   Thu, 12 Aug 2010 17:00:59 -0500
  • libvirt (0.8.1-2ubuntu1) maverick; urgency=low
    
      * Merge from debian unstable. Remaining changes:
        - Fixes:
          LP: #522845
          LP: #553737
          LP: #520386
        - debian/control:
          + Build-Depends on qemu-kvm, not qemu
          + Build-Depends on open-iscsi-utils, not open-iscsi
          + Build-Depends on libxml2-utils
          + Build-Depends on libapparmor-dev and Suggests apparmor
          + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
            to Depends of libvirt-bin
          + Drop qemu-kvm and qemu to Suggests
          + We call libxen-dev libxen3-dev, so change all references
          + Rename Vcs-* to XS-Debian-Vcs-*
        - debian/libvirt-bin.postinst:
          + rename the libvirt group to libvirtd
          + add each admin user to the libvirtd group
          + reload apparmor profiles
        - debian/libvirt-bin.postrm:
          + rename the libvirt group to libvirtd
          + remove apparmor symlinks on purge
        - debian/README.Debian: add AppArmor section based on the upstream
          documentation
        - debian/rules:
          + update DEB_DH_INSTALLINIT_ARGS for upstart
          + add DEB_MAKE_CHECK_TARGET := check
          + use --with-apparmor
          + copy apparmor and apport hook to debian/tmp
        - add debian/libvirt-bin.upstart
        - debian/libvirt-bin.dirs: add /etc/apparmor.d/abstractions,
          /etc/apparmor.d/disable, /etc/apparmor.d/force-complain,
          /etc/apparmor.d/libvirt, /etc/cron.daily and
          /usr/share/apport/package-hooks
        - add debian/libvirt-bin.cron.daily
        - add debian/libvirt-bin.apport
        - debian/libvirt-bin.install: install apparmor profiles, abstractions
          and apport hook
        - debian/apparmor:
          - add TEMPLATE
          - add libvirt-qemu abstraction
          - add usr.lib.libvirt.virt-aa-helper
          - add usr.sbin.libvirtd
        - debian/patches/series:
          + don't apply 0002-qemu-disable-network.diff.patch
          + don't apply 0005-Terminate-nc-on-EOF.patch. Use
            9010-autodetect-nc-params.patch instead
          + 9000-delayed_iff_up_bridge.patch (refreshed)
          + 9001-dont_clobber_existing_bridges.patch
          + 9002-better_default_uri_virsh.patch (updated)
          + 9004-better-default-arch.patch
          + 9005-libvirtd-group-name.patch
          + 9006-increase-unix-socket-timeout.patch (refreshed)
          + 9007-default-config-test-case.patch (updated)
          + 9008-fix-daemon-conf-ftbfs.patch (rewritten)
          + 9009-run-as-root-by-default.patch (refreshed)
          + 9010-autodetect-nc-params.patch (refreshed, formerly 9015)
          + 9011-dont-disable-ipv6.patch (updated)
      * Dropped following packaging changes, no longer required with upgrades
        from Lucid:
        - debian/control:
          + versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg
          + remove Build-Depends on libcap-ng-dev
        - debian/libvirt-bin.postinst: virt-aa-helper profile migration to
          /usr/lib/libvirt
        - debian/libvirt-bin.preinst: added to force complain on certain
          upgrades
      * Dropped the following patches, included upstream:
        - 0010-Use-base-16-for-product-vendor.patch
        - 9003-increase-logoutput-timeout.patch
        - 9010-apparmor-ftbfs.patch
        - 9011-node_device_driver.patch
        - 9012-dont-crash-on-restart.patch
        - 9013-apparmor-dont-clear-caps.patch
        - 9014-apparmor-remove-unloaded-profile-is-not-fatal.patch
        - 9016-disk-cache-setting-xml.patch
        - 9018-fix-pty-console.patch
        - 9019-apparmor-fix-xauth.patch
        - 9020-apparmor-fix-backingstore.patch
        - 9021-apparmor-fix-hostdev.patch
        - 9022-dont-leak-log-fd.path.patch
        - 9023-virt-pki-validate_fixes.patch
        - 9024-free-memory-for-invalid-devices.patch (use
          0008-Fix-leaks-in-udev-device-add-remove.patch from Debian)
      * debian/apparmor/usr.lib.libvirt.virt-aa-helper: allow access to ecryptfs
        files (LP: #591769)
      * debian/patches/9012-fix-nodeinfotest-ftbfs.patch: fix FTBFS in
        nodeinfotest. Drop in 0.8.2.
      * debian/patches/9013-apparmor-lp457716.patch: properly support/save and
        restore (LP: #457716). Drop in 0.8.2.
      * debian/apparmor/libvirt-qemu: remove workaround for LP: #457716
      * don't create and run ebtables script in /tmp:
        - debian/apparmor/usr.sbin.libvirt: allow ixr to /var/lib/libvirt/virtd*
          for new ebtables functionality added in 0.8.0
        - debian/patches/9014-move-ebtables-script.patch: update
          nwfilter_ebiptables_driver.c /var/lib/libvirt to use /var/lib/libvirt
          instead of /tmp
    
    libvirt (0.8.1-2) unstable; urgency=low
    
      * [41aea79] Drop patchsys-quilt since this package is 3.0 (quilt) now.
        (Closes: #577919)
      * [978e3c9] libvirt-bin.init: export PATH. (Closes: #584333)
      * [e4f0869] virt-xml-validate needs xmllint from libxml2-utils.
        (Closes: #584869)
      * [bba6d72] New patch 0008-Fix-leaks-in-udev-device-add-remove.patch:
        Fix leaks in udev device add/remove. (Closes: #582965) - thanks to
        Nigel Jones for forwarding this
    
    libvirt (0.8.1-1) unstable; urgency=low
    
      * [647cbd6] Imported Upstream version 0.8.1
            * fixes spurious syslog messages (Closes: #565275)
            * sysfs USB class parsing (Closes: #579208)
            * virsh honors $VISUAL (Closes: #574415)
      * [fecd1b9] Update libvirt symbols to 0.8.1
      * [3e58e0b] Drop patches merged upstream:
            * 0007-nwfilter-Don-t-crash-if-driverState-NULL.patch
            * 0008-Ignore-empty-type-statement-in-disk-element.patch
      * [561ab2e] New patch:
            * 0007-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch:
              make qemuMonitorTextGetMigrationStatus to intercept unknown
              command 'info migrate' (Closes: #574272) - thanks to Andreas Bießmann
      * [aeda8ea] Enanble macvtap support
    
    libvirt (0.8.0-2) unstable; urgency=low
    
      * [70fbcb6] New patch 0007-nwfilter-Don-t-crash-if-driverState- NULL.patch
        nwfilter: Don't crash if driverState == NULL (Closes: #577728)
      * [d7d1abd] New patch 0008-Ignore-empty-type-statement-in-disk-
        element.patch Ignore empty type statement in disk element
        (Closes: #578347)
    
    libvirt (0.8.0-1) unstable; urgency=low
    
      * Imported Upstream version 0.8.0
      * Drop patches.
      * Update libvirt0 symbols.
      * Switch to new source format 3.0 (quilt).
    
    libvirt (0.7.7-4) unstable; urgency=low
    
      [ Guido Günther ]
      * [cf4919c] Recommend either qemu-kvm or qemu
    
      [ Laurent Léonard ]
      * [1b12f02] Change libparted1.8-dev build dependency to libparted0- dev.
        (Closes: #574906)
    
    libvirt (0.7.7-3) unstable; urgency=low
    
      * The "fix all those crashes" release
      * [f74e13a] Explicitly disable hal (Closes: #574177)
      * [21ef92b] New patch 0009-security-Set-permissions-for-kernel- initrd.patch
        security: Set permissions for kernel/initrd (Closes: #574241) - thanks to
        Cole Robinson
      * [b69d3cc] Revert "Enable NUMA support" since it breaks the python
        bindings.
      * [5f2ca4a] New patch 0010-Don-t-crash-without-a-security-driver.patch Don't
        crash without a security driver (Closes: #574359)
    
    libvirt (0.7.7-2) unstable; urgency=low
    
      [ Guido Günther ]
      * [b350683] Enable parallel build
      * [b2a6aab] Enable NUMA support
      * [13274cf] New patch 0007-Work-around-broken-linux-socket.h.patch
        Work around broken linux/socket.h
    
      [ Laurent Léonard ]
      * [3c12caf] qemu: Fix USB by product with security enabled.
    
    libvirt (0.7.7-1) unstable; urgency=low
    
      * [f944460] Imported Upstream version 0.7.7
      * [bd457cc] Redo patches.
      * [098d1d3] Update libvirt0 symbols.
    
    libvirt (0.7.6-2) unstable; urgency=low
    
      * [72790fc] Drop hal dependency We're using udev for device enumeration.
      * [ce225c4][11cc6e9] New patch
        0006-Don-t-drop-caps-when-exec-ing-qemu.patch: Don't drop caps when
        exec'ing qemu. Instead of disabling libcap-ng better exclude this one exec
        so we get the additional security for the rest of the calls. Makes
        interface type="network" work again. (Closes: #565767)
    
    libvirt (0.7.6-1) unstable; urgency=low
    
      * [0229557] Imported Upstream version 0.7.6
      * [6fdc00b] Drop patches.
      * [1b0670b] Update libvirt0 symbols.
    
    libvirt (0.7.5-6) unstable; urgency=low
    
      [ Laurent Léonard ]
      * [a3b98c9] Don't free an uninitalized pointer in update_driver_name()
        (Closes: #565983) - thanks to Matthias Bolte
      * [719976d] Handle only official releases in debian/watch.
      * [83902d9] Bump Standards-Version to 3.8.4.
    
      [ Guido Günther ]
      * [959640d] New patch 0011-Fix-parsing-of-info-chardev-line-
        endings.patch Fix parsing of 'info chardev' line endings (Closes:
        #567818) - thanks to Matthew Booth
    
      [ Laurent Léonard ]
      * [0b2a9dd] Add $remote_fs to Required-Start and Required-Stop in
        libvirt-bin init script.
     -- Jamie Strandboge <email address hidden>   Wed, 16 Jun 2010 14:22:39 -0500
  • libvirt (0.7.5-5ubuntu29) maverick; urgency=low
    
      * debian/apparmor/libvirt-qemu: allow setgid and setuid so qemu can drop
        privileges (LP: #579584)
     -- Jamie Strandboge <email address hidden>   Thu, 10 Jun 2010 13:09:44 -0500
  • libvirt (0.7.5-5ubuntu28) maverick; urgency=low
    
      * debian/control: lower qemu-kvm and lvm2 from Recommends to Suggests,
        LP: #556312; it's reasonable to install libvirt on systems that
        host xen and qemu VMs; see meta packages (ubuntu-virt, ubuntu-virt-server,
        ubuntu-virt-mgmt) for group installation of virt pacakge sets
     -- Dustin Kirkland <email address hidden>   Fri, 04 Jun 2010 19:09:36 -0500
  • libvirt (0.7.5-5ubuntu27.1) maverick; urgency=low
    
      [ Nigel Jones ]
      * debian/patches/9024-free-memory-for-invalid-devices.patch: clean
        up a memory leak affecting multipath+libvirt, LP: #571093
     -- Dustin Kirkland <email address hidden>   Mon, 24 May 2010 10:00:07 -0500
  • libvirt (0.7.5-5ubuntu27) lucid; urgency=low
    
      * debian/libvirt-bin.postinst: ensure that the convenience feature
        of adding users to the libvirtd group does cause package setup
        failure, LP: #565380
      * debian/patches/9023-virt-pki-validate_fixes.patch: fix a bashism,
        a missing autoconf substitution, and an insufficient sed call, in
        order to get this working on Ubuntu, LP: #562266; patch submitted
        upstream
     -- Dustin Kirkland <email address hidden>   Wed, 21 Apr 2010 15:59:49 -0500