~racb/ubuntu/+source/dbus:lpusip/ubuntu/lucid-proposed

Last commit made on 2011-03-04
Get this branch:
git clone -b lpusip/ubuntu/lucid-proposed https://git.launchpad.net/~racb/ubuntu/+source/dbus
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
lpusip/ubuntu/lucid-proposed
Repository:
lp:~racb/ubuntu/+source/dbus

Recent commits

ef57ef3... by Alkis Georgopoulos

Import patches-unapplied version 1.2.16-2ubuntu4.2 to ubuntu/lucid-proposed

Imported using usd-importer.

Publish parent: 6beee3128f8ddebe25bf25415b23362d1bd49a37
Changelog parent: 82d84430882f38bf193c760de567b4bf666f2c94

New changelog entries:
  * Prevent dbus.postinst from failing in chroots (LP: #552404)

82d8443... by Jamie Strandboge

Import patches-unapplied version 1.2.16-2ubuntu4.1 to ubuntu/lucid-security

Imported using usd-importer.

Publish parent: 6beee3128f8ddebe25bf25415b23362d1bd49a37

New changelog entries:
  * SECURITY UPDATE: fix DoS with too deeply nested messages
    - debian/patches/99-CVE-2010-4352.patch: Limit nesting to 64 for dynamic
      message variants. Backported from upstream.
    - CVE-2010-4352
    - LP: #688992

6beee31... by Martin Pitt

Import patches-unapplied version 1.2.16-2ubuntu4 to ubuntu/lucid

Imported using usd-importer.

Publish parent: a46797fc22690af9c8d5d2e6e9744aab91a4a6db

New changelog entries:
  * 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)

a46797f... by Martin Pitt

Import patches-unapplied version 1.2.16-2ubuntu3 to ubuntu/lucid

Imported using usd-importer.

Publish parent: f4f92c5fa8fe332c76ab528cecd44537e3f2069c

New changelog entries:
  * debian/dbus-Xsession: Use new "has_option" function from x11-common
    instead of grepping the option file, to avoid calling an external program.

f4f92c5... by Martin Pitt

Import patches-unapplied version 1.2.16-2ubuntu2 to ubuntu/lucid

Imported using usd-importer.

Publish parent: 4f494c9e4553f6b9e205c5534a74becb9b0e8d31

New changelog entries:
  * Fix installation of dbus-arch-deps.h.

4f494c9... by Martin Pitt

Import patches-unapplied version 1.2.16-2ubuntu1 to ubuntu/lucid

Imported using usd-importer.

Publish parent: baae55623cdfda670110b39fb813723e402875fd
Changelog parent: e3fbfc144b76fc3c9e22b7db699b017be39c8e22

New changelog entries:
  * Merge with Debian testing; 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.
    - 11_timeout_handling.patch: Fix timeout accounting. The
      elapsed_milliseconds contains the time from the start, so subtracting it
      on every iteration means that the timeout is much less than what is
      requested. Instead compare the absolute values, but pass the difference
      to calls which want a timeout so that the correct remaining time is
      used. (LP #376145)
    - 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.

baae556... by Michael Vogt

Import patches-unapplied version 1.2.16-0ubuntu9 to ubuntu/lucid

Imported using usd-importer.

Publish parent: 28691694d36026b448d8281c136d54ee72aab09d

2869169... by Michael Vogt

Import patches-unapplied version 1.2.16-0ubuntu9 to ubuntu/karmic

Imported using usd-importer.

Publish parent: 48bc29d476bfad44f67af6b4b16451573745dcb3

New changelog entries:
  * 20_system_conf_limit.patch:
    - increase max_match_rules_per_connection for the system
      bus to 5000 (LP: #454093)

48bc29d... by James Westby

Import patches-unapplied version 1.2.16-0ubuntu8 to ubuntu/karmic

Imported using usd-importer.

Publish parent: eff2abd3f629d7d3f4118ea33ce97adb72a547e1

New changelog entries:
  * Add debian/patches/11_timeout_handling.patch:
    - Fix timeout accounting. The elapsed_milliseconds contains the time
      from the start, so subtracting it on every iteration means that the
      timeout is much less than what is requested. Instead compare the
      absolute values, but pass the difference to calls which want a timeout
      so that the correct remaining time is used. (LP: #376145)
      Thanks to Chris Coulson for his help in tracking this down.

eff2abd... by Scott James Remnant (Canonical)

Import patches-unapplied version 1.2.16-0ubuntu7 to ubuntu/karmic

Imported using usd-importer.

Publish parent: ebfdb5eac4eba5d5db5083639d353d75ad6a18d7

New changelog entries:
  * Instruct upstart to attempt to reconnect to D-Bus once we've started
    the daemon.