Change logs for colord source package in Precise

  • colord (0.1.16-2ubuntu0.1) precise-proposed; urgency=low
    
      * debian/patches/initialise_dbus_thread_support:
        - Initilise dbus' threadsafety support. colord uses libsane, which uses
          libavahi, which uses libdbus directly from multiple threads.
          Hopefully fixes colord crashes in libdbus. (LP: #844286)
      * debian/control:
      * debian/rules:
        - Add use dh_autoreconf to regenerate the autofoo for the patch and add
          the necessary build-dependencies.
     -- Christopher James Halse Rogers <email address hidden>   Tue, 11 Sep 2012 13:18:39 +1000
  • colord (0.1.16-2) unstable; urgency=low
    
    
      * debian/colord.postinst:
        - Only try to change ownership of /var/lib/colord after we've made sure the
          colord user actually exists.  (Closes: 658353)
      * debian/colord.install:
      * debian/rules:
        - Install systemd unit file.  Thanks, Rodolphe Pelloux-Prayer!
          (Closes: 658382)
    
     -- Christopher James Halse Rogers <email address hidden>  Fri, 03 Feb 2012 15:18:49 +1100
  • colord (0.1.15-3) unstable; urgency=low
    
      * debian/rules:
        + Pass --disable-examples to configure; we don't ship them, and they add
          an unnecessary Build-Dependancy on libdbus-1-dev.  Really fixes the
          kFreeBSD build. (Closes: 652427)
    
    colord (0.1.15-2) unstable; urgency=low
    
      * debian/control:
        + Move gir package to Section: introspection
      * debian/control:
      * debian/rules:
      * debian/colord.install:
        + Fix the kfreebsd build (Closes: 652427).  Thanks, Michael Biebl!
          - Restrict sane and gudev to linux-any.
          - Use libusb2-dev on kfreebsd-any.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 Jan 2012 02:31:58 +0000
  • colord (0.1.15-1) unstable; urgency=low
    
    
      * New upstream release.
        + Fixes sqlite injection vulnerability, preventing malicious applications
          from corrupting colord's database (Closes: #650021).
      * debian/patches/01_use_polkit_owner_annotation.patch:
        + Cherry-pick from upstream, enabling use of the PolicyKit "owner"
          annotation.
      * debian/control:
        + Add versioned Build-Depends on libpolkit-gobject-1-dev to ensure
          configure detects a new enough PolicyKit to enable the "owner"
          annotation.
        + Add versioned Depends on policykit-1 to colord to ensure a new enough
          PolicyKit to understand the "owner" annotation at runtime.
      * debian/rules:
        + Re-enable PolicyKit support now that the "owner" annotation is supported.
      * debian/patches/06_use_dbus_security_for_permissions.diff:
        + Drop; PolicyKit has been fixed.
      * debian/libcolord1.symbols: Add new symbols in 0.1.14 and 0.1.15
    
     -- Christopher James Halse Rogers <email address hidden>  Wed, 14 Dec 2011 15:25:41 +1100
  • colord (0.1.12-1ubuntu3) precise; urgency=low
    
      * SECURITY UPDATE: arbitrary database modification via SQL injection
        - debian/patches/CVE-2011-4349.diff: Use sqlite3_mprintf in
          src/cd-device-db.c, src/cd-mapping-db.c.
        - CVE-2011-4349
     -- Marc Deslauriers <email address hidden>   Tue, 29 Nov 2011 08:52:57 -0500
  • colord (0.1.12-1ubuntu2) oneiric; urgency=low
    
      * debian/control: Add missing liblcms2-dev, libdbus-1-dev, libglib2.0-dev
        dependencies to libcolord-dev, to fix FTBFS of reverse dependencies.
     -- Martin Pitt <email address hidden>   Tue, 20 Sep 2011 06:48:06 +0200