~racb/ubuntu/+source/dbus:lpusip/ubuntu/quantal-updates

Last commit made on 2013-06-13
Get this branch:
git clone -b lpusip/ubuntu/quantal-updates 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/quantal-updates
Repository:
lp:~racb/ubuntu/+source/dbus

Recent commits

5c92be8... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu4.1 to ubuntu/quantal-updates

Imported using usd-importer.

Publish parent: a8ee82e482323a44ad49bfe5afe44b71a8131950
Changelog parent: b31c64db832d5100d07938bc720ba235d20a1431

b31c64d... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu4.1 to ubuntu/quantal-security

Imported using usd-importer.

Publish parent: a8ee82e482323a44ad49bfe5afe44b71a8131950

New changelog entries:
  * SECURITY UPDATE: denial of service via _dbus_printf_string_upper_bound()
    length.
    - debian/patches/CVE-2013-2168.patch: use a copy of va_list in
      dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c, added test to
      test/Makefile.am, test/internals/printf.c.
    - CVE-2013-2168

a8ee82e... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu4 to ubuntu/quantal

Imported using usd-importer.

Publish parent: de309389234ada22091e083b7b02eac4cb3fd238
Changelog parent: c9289f9b5da77d0579336488098fb9734ed3f027

c9289f9... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu4 to ubuntu/quantal-proposed

Imported using usd-importer.

Publish parent: 2c0a98c8c8d7446bd992af996847a92303e72ccd

New changelog entries:
  * debian/patches/CVE-2012-3524-regression-fix.patch: updated to fix test
    suite.

de30938... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu3 to ubuntu/quantal

Imported using usd-importer.

Publish parent: 144fff9198d0ef18fca0acdb3f2d940f824e4c9d
Changelog parent: 2c0a98c8c8d7446bd992af996847a92303e72ccd

2c0a98c... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu3 to ubuntu/quantal-proposed

Imported using usd-importer.

Publish parent: 714ff689a6b92f76f89f9f2e8d67fd3bc9e411fc

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.
  * 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.

144fff9... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu2 to ubuntu/quantal

Imported using usd-importer.

Publish parent: 882198982dd826b4ee6a86d7f466911029cdd328
Changelog parent: 714ff689a6b92f76f89f9f2e8d67fd3bc9e411fc

714ff68... by Marc Deslauriers

Import patches-unapplied version 1.6.4-1ubuntu2 to ubuntu/quantal-proposed

Imported using usd-importer.

Publish parent: 299cc87f90a992cd30671d63f72a5d0741ab62fa

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.ac,
      dbus/dbus-keyring.c, dbus/dbus-sysdeps*
    - CVE-2012-3524

8821989... by Sebastien Bacher

Import patches-unapplied version 1.6.4-1ubuntu1 to ubuntu/quantal

Imported using usd-importer.

Publish parent: 5bce4d083731906b828203105a169602f0f9140c
Changelog parent: 299cc87f90a992cd30671d63f72a5d0741ab62fa

299cc87... by Sebastien Bacher

Import patches-unapplied version 1.6.4-1ubuntu1 to ubuntu/quantal-proposed

Imported using usd-importer.

Publish parent: 5bce4d083731906b828203105a169602f0f9140c
Changelog parent: 6fc9fd4055321bf0496f063b1779dc8d5dd76175

New changelog entries:
  * Upload to quantal (lp: #1014850)
  * debian/control:
    - use "Breaks: unity-services (<< 6.0.0-0ubuntu6)", the new dbus
      eavedropping protection was creating issues with previous versions

  [ Iain Lane ]
  * Merge with Debian experimental for the new stable series. Remaining Ubuntu
    changes:
    - Install binaries into / rather than /usr:
      + debian/rules: Set --exec-prefix=/
      + debian/dbus.install, debian/dbus-x11.install: Install from /bin
    - Use upstart to start:
      + Add debian/dbus.upstart.
      + debian/control: Add upstart dependency.
      + debian/dbus.postinst: Use upstart call instead of invoking the init.d
        script for checking if we are already running.
      + debian/control: versioned dependency on netbase that emits the new
        deconfiguring-networking event used in upstart script.
    - 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.
    - Add 0001-activation-allow-for-more-variation-than-just-system.patch,
      0002-bus-change-systemd-activation-to-activation-systemd.patch,
      0003-upstart-add-upstart-as-a-possible-activation-type.patch,
      0004-upstart-add-UpstartJob-to-service-desktop-files.patch,
      0005-activation-implement-upstart-activation.patch: Patches from Scott
      James Remnant to implement Upstart service activation. Not upstream.
      Disable patches since they do not apply and this facility is unused
      anyway.
  * Remove systemd BDs; not appropriate for Ubuntu.