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

Last commit made on 2014-09-22
Get this branch:
git clone -b lpusip/ubuntu/lucid-security 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-security
Repository:
lp:~racb/ubuntu/+source/dbus

Recent commits

fb0f796... by Marc Deslauriers

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

Imported using usd-importer.

Publish parent: 93ef9e4767aead6446352b5071e9eb3f26d9bacd

New changelog entries:
  * SECURITY UPDATE: denial of service via large number of pending replies
    - debian/patches/CVE-2014-3638.patch: reduce max_replies_per_connection
      to 128 in bus/config-parser.c.
    - CVE-2014-3638
  * SECURITY UPDATE: denial of service via incomplete connections
    - debian/patches/CVE-2014-3639.patch: reduce auth_timeout in
      bus/config-parser.c, stop listening on DBusServer sockets when
      reaching max_incomplete_connections in bus/bus.*, bus/connection.*,
      dbus/dbus-server-protected.h, dbus/dbus-server.c, dbus/dbus-watch.*.
    - CVE-2014-3639

93ef9e4... by Marc Deslauriers

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

Imported using usd-importer.

Publish parent: 452ae2fb7786d6f5297be2acdcbe1406c8fb33ae

New changelog entries:
  * REGRESSION FIX: some applications launched with the activation helper
    may need DBUS_STARTER_ADDRESS. (LP: #1058343)
    - debian/patches/CVE-2012-3524-regression-fix.patch: hardcode the
      starter address to the default system bus address.
  * REGRESSION FIX: unclean shutdown after dbus upgrade (LP: #740390)
    - debian/libdbus-1-3.postinst: trigger an upstart re-exec before
      shutdown or reboot so that it can safely unmount the root
      filesystem.

452ae2f... by Marc Deslauriers

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

Imported using usd-importer.

Publish parent: 2922ad282192fdc64c27bea471611c861d3ed3de

New changelog entries:
  * SECURITY UPDATE: privilege escalation via unsanitized environment
    - debian/patches/CVE-2012-3524-dbus.patch: Don't access environment
      variables or run dbus-launch when setuid in configure.in,
      dbus/dbus-keyring.c, dbus/dbus-sysdeps*
    - CVE-2012-3524

2922ad2... by Jamie Strandboge

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

Imported using usd-importer.

Publish parent: 82d84430882f38bf193c760de567b4bf666f2c94
Changelog parent: ef57ef3cb98c3fe7bd23dcaffa9f6a4028cecb41

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

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.