Change logs for libvirt source package in Hardy

  • libvirt (0.6.1-0ubuntu5.1~hardy1) hardy-backports; urgency=low
    
      * Backport from Jaunty
      * debian/control: drop open-iscsi dep, adjust libparted dep
      * debian/rules: configure without iscsi
    
     -- Dustin Kirkland <email address hidden>   Mon, 14 Sep 2009 15:46:11 -0500
  • libvirt (0.4.0-2ubuntu8.3) hardy-security; urgency=low
    
      * SECURITY UPDATE: fix to disallow privileged users in guests from accessing
        privileged resources, such as NFS
        - debian/patches/CVE-2010-2242.patch: set iptables masqerading rules to
          use ports 1024-65535
        - CVE-2010-2242
     -- Jamie Strandboge <email address hidden>   Wed, 01 Sep 2010 16:47:58 -0500
  • libvirt (0.4.0-2ubuntu8.2) hardy-proposed; urgency=low
    
      * masquerade-only-outbound-traffic.patch:
        - Ensure masquerading rule only catches traffic leaving the virtual
          network, and not traffic inside it.  (Backported from commit
          d175caad25a4e80800d5e7e7d8c9d920a88b78e1 of
          git://git.et.redhat.com/libvirt.git.) (LP: #227837).
     -- <email address hidden> (J. Bruce Fields)   Sun, 05 Oct 2008 15:13:50 -0400
  • libvirt (0.4.0-2ubuntu8.1) hardy-security; urgency=low
    
      * SECURITY UPDATE: fix privilege escalation due to missing read only
        connection checks
        - debian/patches/CVE-2008-5086.patch: update functions in src/libvirt.c to
          check against VIR_CONNECT_RO and return with operation denied error
        - CVE-2008-5086
    
     -- Jamie Strandboge <email address hidden>   Tue, 16 Dec 2008 10:58:05 -0600
  • libvirt (0.4.0-2ubuntu8) hardy; urgency=low
    
      * disk-bus.patch:
        - Add bus attribute to disk/target tags. Allows you to create virtio disks.
          (LP: #213991)
      * nic-model.patch:
        - Add <model type='foo'/> support to network interfaces. (LP: #213991)
      * graceful_shutdown.patch:
        - Rather than pulling the power from virtual machines, send an ACPI power
          button event and let the OS handle it.
      * better_default_uri_virsh.patch:
        - Updated patch: Output connection URI to stderr instead of stdout to avoid
          breaking scripts that use virsh.
    
     -- Soren Hansen <email address hidden>   Wed, 16 Apr 2008 10:35:03 +0200
  • libvirt (0.4.0-2ubuntu7) hardy; urgency=low
    
      * better_default_uri_virsh.patch:
        - Make virsh connect to qemu:///system by default if the user has write
          access to /var/run/libvirt/libvirt-sock and qemu:///session if not.
    
     -- Soren Hansen <email address hidden>   Tue, 01 Apr 2008 10:32:59 +0200
  • libvirt (0.4.0-2ubuntu6) hardy; urgency=low
    
      * *Actually* apply our patches to the -dbg version.
    
     -- Soren Hansen <email address hidden>   Tue, 11 Mar 2008 14:49:03 +0100
  • libvirt (0.4.0-2ubuntu5) hardy; urgency=low
    
      * Create /var/lib/libvirt in libvirt-bin. (LP: #191636)
    
     -- Soren Hansen <email address hidden>   Wed, 13 Feb 2008 22:17:33 +0100
  • libvirt (0.4.0-2ubuntu4) hardy; urgency=low
    
      * dont_clobber_existing_bridges.patch:
        - Change bridge name from virbr0 to virbr%d, to ensure we never clobber
          existing bridges.
      * Add iptables dependency
    
     -- Soren Hansen <email address hidden>   Wed, 13 Feb 2008 00:53:20 +0100
  • libvirt (0.4.0-2ubuntu3) hardy; urgency=low
    
      * Build against libxen3-dev instead of libxen3.2-dev.
      * libvirt-bin:
        + Replace "Suggests: dnsmasq" with "Depends: dnsmasq-base".
        + Add dependency on netcat-openbsd (to enable qemu+ssh:// style remote
          management)
    
     -- Soren Hansen <email address hidden>   Fri, 08 Feb 2008 17:24:48 +0100
  • libvirt (0.4.0-2ubuntu2) hardy; urgency=low
    
      * Build against libxen-3.2 instead of 3.1.
      * Bump bridge-utils from Suggests: to Depends:.
    
     -- Soren Hansen <email address hidden>   Tue, 05 Feb 2008 10:34:31 +0100
  • libvirt (0.4.0-2ubuntu1) hardy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - DebianMaintainerField.
        - Add libxen3.1-dev to enable Xen management.
        - Add libpolkit-dbus-dev to enable polkit integration.
        - Build libvirt0-dbg flavour.
        - Start libvirtd by default.
        - Install polkit policy.
        - Install sasl config.
        - Install sample qemu and libvirtd config.
        - Create libvirtd group in postinst.
        - libvirt-remote-ssh.patch: Fix foo+ssh:// urls.
        - delayed_iff_up_bridge.patch: Don't try to IFF_UP the bridge interface
          until an interface gets added to it.
      * Create /var/run if it doesn't exist (LP: #178106).
    
    libvirt (0.4.0-2) unstable; urgency=low
    
      * libvirt-bin.init: fix the reload target
      * add configuration examples
    
    libvirt (0.4.0-1) unstable; urgency=low
    
      * new upstream version
      * enable sasl support
      * leave policykit support disabled since it's not in unstable yet
      * bump shlibs version
      * remove CVS metadata
      * rediff patches
      * libvirtd-bin.init: libvirtd supports reload
    
     -- Soren Hansen <email address hidden>   Wed, 30 Jan 2008 16:43:11 +0100
  • libvirt (0.4.0-0ubuntu3) hardy; urgency=low
    
      * Clean up debian/rules (should reenable concurrent builds).
      * Don't restart libvirt on upgrades (if there's a good reason, we'll
        add it to postinst/prerm with checks for specific versions).
    
     -- Soren Hansen <email address hidden>   Fri, 18 Jan 2008 19:07:19 +0100
  • libvirt (0.4.0-0ubuntu2) hardy; urgency=low
    
      * IFF_UP'ing a bridge interface doesn't work until the first interface has
        been added to it.
      * Fix remote ssh connections.
    
     -- Soren Hansen <email address hidden>   Tue, 15 Jan 2008 10:53:25 +0100
  • libvirt (0.4.0-0ubuntu1) hardy; urgency=low
    
      * New upstream release.
      * Don't change the default URI. It appears that too many applications
        still depend on this broken behaviour.
      * Change maintainer to ubuntu-core-dev.
    
    libvirt (0.3.3-6ubuntu1) hardy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Add libvirt0-dbg package.
        - Start libvirtd by default.
        - Create libvirtd group, and have libvirtd's sockets have group ownership
          "libvirtd".
        - Add libxen as a build-dependency to enable libvirt's Xen features.
    
    libvirt (0.3.3-6) unstable; urgency=low
    
      * don't include precompiled examples in the doc package (Closes: #456825)
      * remove RHism from manpage (Closes: #455859)
      * bump standards version
    
    libvirt (0.3.3-5) unstable; urgency=low
    
      * make libs match overrides
      * move to team maintenance
      * suggest dnsmasq and bridge-utils for qemu networking
      * remove stale PID files
    
     -- Soren Hansen <email address hidden>   Fri, 21 Dec 2007 11:24:02 +0100
  • libvirt (0.3.3-4ubuntu5) hardy; urgency=low
    
      * Made default_uri a configurable.
    
     -- Soren Hansen <email address hidden>   Wed, 19 Dec 2007 00:56:31 +0100
  • libvirt (0.3.3-4ubuntu4) hardy; urgency=low
    
      * Add "Provides: libvirt0" to libvirt0-dbg.
      * Make virsh understand that the default URI is not xen:///.
    
     -- Soren Hansen <email address hidden>   Wed, 19 Dec 2007 00:13:10 +0100
  • libvirt (0.3.3-4ubuntu3) hardy; urgency=low
    
      * Change default URI to qemu:///session
      * Add libvirt0-dbg package, which is just like libvirt0, but built
        with --enable-debug=yes.
    
     -- Soren Hansen <email address hidden>   Thu, 13 Dec 2007 21:37:39 +0100
  • libvirt (0.3.3-4ubuntu2) hardy; urgency=low
    
      * Start libvirtd by default.
      * Create libvirtd group, and have libvirtd's sockets have group ownership
        "libvirtd".
    
     -- Soren Hansen <email address hidden>   Thu, 13 Dec 2007 15:08:29 +0100
  • libvirt (0.3.3-4ubuntu1) hardy; urgency=low
    
      * Fakesync with Debian.
      * Reenable Xen.
    
    libvirt (0.3.3-4) unstable; urgency=low
    
      * put packages into the proper sections
      * fix messed up Standards-Version (Closes: #453900)
    
    libvirt (0.3.3-3) unstable; urgency=low
    
      * add initscript to start libvirtd
    
    libvirt (0.3.3-2) unstable; urgency=low
    
      * debian/copyright:
          * update FSF address
          * update upstream author and copyright information
      * install the virsh manpage
      * use binary:Version instead of Source-Version
    
    libvirt (0.3.3-1) unstable; urgency=low
    
      * repackage for Debian (Closes: #384300)
      * enable avahi
      * build with qemu/kvm support
      * disable xen support until #402249 is fixed
      * disable qemu autonetwork for now, causes libvirtd to seqfault
      * fix path to kvm
      * switch off DH_VERBOSE
      * thanks to the Ubuntu maintainers for their work!
    
     -- Soren Hansen <email address hidden>   Thu, 06 Dec 2007 13:33:13 +0100
  • libvirt (0.3.3-0ubuntu1) hardy; urgency=low
    
      * New upstream release.
      * Update maintainer.
    
     -- Soren Hansen <email address hidden>   Wed, 14 Nov 2007 23:09:33 +0100
  • libvirt (0.3.0-0ubuntu2) gutsy; urgency=low
    
      * Add lingnutls-dev Build-Dep.
    
     -- <email address hidden> (Fabio M. Di Nitto)   Mon, 16 Jul 2007 12:10:41 +0200