Change logs for dbus source package in Maverick

  • dbus (1.4.0-0ubuntu1.3) maverick-security; urgency=low
    
      * SECURITY UPDATE: denial of service via messages with non-native byte order
        - debian/patches/99-CVE-2011-2200.patch: update dbus-marshal-header.c
          to verify header->data byte order and header->byte_order match in
          _dbus_header_byteswap()
        - CVE-2011-2200
     -- Jamie Strandboge <email address hidden>   Fri, 22 Jul 2011 09:01:52 -0500
  • dbus (1.4.0-0ubuntu1.2) maverick-proposed; urgency=low
    
      * Prevent dbus.postinst from failing in chroots (LP: #552404).
     -- Alkis Georgopoulos <email address hidden>   Mon, 14 Feb 2011 11:49:57 +0200
  • dbus (1.4.0-0ubuntu1.1) maverick-security; urgency=low
    
      * SECURITY UPDATE: fix DoS with too deeply nested messages
        - debian/patches/99-CVE-2010-4352.patch: Limit nesting to 64 for dynamic
          message variants.
        - CVE-2010-4352
        - LP: #688992
     -- Jamie Strandboge <email address hidden>   Tue, 04 Jan 2011 14:10:39 -0600
  • dbus (1.4.0-0ubuntu1) maverick; urgency=low
    
      * New upstream release
       - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
       - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2
     -- Jonathan Riddell <email address hidden>   Mon, 27 Sep 2010 13:06:32 +0100
  • dbus (1.2.24-3ubuntu1) maverick; urgency=low
    
      * Resync on Debian
      * Remaining Ubuntu Changes:
        - Install into / rather than /usr.
        - debian/control: Depend on ConsoleKit for "at_console" policy stanza.
        - debian/dbus.postinst: Do not restart dbus on upgrades, since it breaks
          too many applications. Instead, trigger a "reboot required" notification.
        - debian/dbus.postinst: Create /var/run/dbus in postinst to handle system
          being rebooted before package is configured.  LP: #275229.
        - Add debian/dbus.upstart and bump debhelper b-dep to ensure that it is
          properly installed.
        - 20_system_conf_limit.patch: Increase max_match_rules_per_connection for
          the system bus to 5000 (LP #454093)
        - 81-session.conf-timeout.patch: Raise the service startup timeout from 25
          to 60 seconds. It may be too short on the live CD with slow machines.
    
    dbus (1.2.24-3) unstable; urgency=medium
    
      * Add patch from upstream to fix segfaults when reloaded on kFreeBSD
        (Closes: #589662)
      * Work around FTBFS if dh-buildinfo is installed (Closes: #590594)
    
    dbus (1.2.24-2) unstable; urgency=low
    
      [ Simon McVittie ]
      * Merge from experimental
        - add separate debugging symbols (dbus-1-dbg)
    
      [ Michael Biebl ]
      * Switch to source format 3.0 (quilt)
        - Add debian/source/format.
        - Drop Build-Depends on quilt.
        - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
        - Remove debian/README.source.
      * debian/control
        - Bump Standards-Version to 3.9.0.
        - Use architecture wildcard linux-any for libselinux1-dev Build-Depends.
        - Use Breaks instead of Conflicts as recommended by the new policy.
        - Remove old Conflicts which is no longer relevant.
      * debian/dbus.init
        - Simplify check in start_it_up() by using the existing status action.
        - Stop restarting dependent services. It was an ugly hack anyway and if
          people want to restart dbus, they need take care of that themselves.
          (Closes: #540693, #530395)
      * debian/dbus.postinst
        - Stop restarting dbus system bus on upgrades as it breaks too many
          applications and is not supported by upstream in a sensible way.
          Instead trigger a reboot-required message using update-notifier.
          (Closes: #530000, #573386)
    
    dbus (1.2.24-1+exp1) experimental; urgency=low
    
       * Add separate debugging symbols (Closes: #550517)
    
    dbus (1.2.24-1) unstable; urgency=low
    
      * New upstream release.
        - Correctly get pointer data from DBusString when creating a syslog
          message. (Closes: #574697)
      * debian/dbus-Xsession
        - Use new "has_option" function from x11-common instead of grepping the
          option file, to avoid calling an external program. (Closes: #570480)
          Thanks to Martin Pitt for the patch.
      * debian/control
        - Add Breaks: x11-common (<< 1:7.5+4) to dbus-x11 to ensure we have a
          recent enough version with "has_option" support.
      * debian/dbus.init
        - Update LSB header: Remove runlevel 1 from Default-Stop and let killprocs
          do the job for us.
      * debian/rules
        - Update DEB_DH_INSTALLINIT_ARGS accordingly.
      * debian/dbus.postinst
        - Remove old stop symlinks from runlevel 1 on upgrades.
    
    dbus (1.2.22-1) unstable; urgency=low
    
      * New upstream release.
      * debian/patches/11_kfreebsd_kqueue_build_fix.patch
        - Removed, merged upstream.
      * debian/control
        - Drop Provides: dbus-1-utils, there is no more package depending on it.
    
    dbus (1.2.20-2) unstable; urgency=low
    
      * debian/patches/11_kfreebsd_kqueue_build_fix.patch
        - Fix kqueue implementation on GNU/kFreeBSD. (Closes: #568338)
          Thanks to Cyril Brulebois for the patch.
    
    dbus (1.2.20-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control
        - Drop Build-Depends on docbook-utils, apparently no longer necessary.
        - Bump Standards-Version to 3.8.4.
      * debian/rules
        - Explicitly disable audit support so we don't accidentally pick up a
          libaudit shlib dependency.
        - Drop our workaround for the broken binutils and re-enable -pie on mips.
          (Closes: #533460)
        - Improve the way we create the symlink from /usr/lib/ → /lib by using
          readlink.
      * Remove patches:
        - debian/patches/02_dbus_monitor_no_sigint_handler.patch (fixed upstream)
        - debian/patches/20_kbsd_cmsgcred.patch (merged upstream)
        - debian/patches/30_rt-as-needed.patch (merged upstream)
      * debian/README.source
        - Add reference to the quilt patch management system documentation.
     -- Sebastien Bacher <email address hidden>   Mon, 09 Aug 2010 16:09:57 +0200
  • dbus (1.2.16-2ubuntu4) lucid; urgency=low
    
      * Add debian/dbus.links: provide a symlink for dbus-daemon-launch-helper's
        old location in /usr, to provide a more stable upgrade from Hardy. This
        can be dropped in Lucid+1. (LP: #551672)
     -- Martin Pitt <email address hidden>   Tue, 30 Mar 2010 16:28:07 +0200