[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-21 Thread Sebastien Bacher
that was uploaded, unsubscribing sponsors

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  In Progress

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-21 Thread LocutusOfBorg
** Changed in: dbus (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  Fix Committed

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-21 Thread Iain Lane
Fire ze missiles.

** Tags removed: block-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  Fix Committed

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package dbus - 1.8.6-1ubuntu1

---
dbus (1.8.6-1ubuntu1) utopic; urgency=low

  * Resynchronize on Debian testing (LP: #1320422). 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 and dbus.user-session.upstart
  + 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.
- debian/dbus.user-session.upstart, debian/rules: Communicate session bus
  to Upstart Session Init to avoid potential out-of-memory scenario
  triggered by Upstart clients that do not run main loops
  (LP: #1235649, LP: #1252317).
- debian/control, debian/rules: Build against libapparmor for AppArmor
  D-Bus mediation
- debian/control: Use logind for session tracking, so that at_console
  policies work with logind instead of ConsoleKit. Add libpam-systemd
  recommends.
- debian/rules: Adjust dbus-send path to our changed install layout.
  (LP: #1325364)
- debian/dbus-Xsession: Don't start a session bus if there already is one,
  i. e. $DBUS_SESSION_BUS_ADDRESS is already set. (Closes: #681241)
  * Dropped changes:
- debian/control: Drop version bump on the libglib2.0-dev Build-Depends.
  It is no longer needed.
- debian/control: use Breaks: unity-services ( 6.0.0-0ubuntu6), the
  new dbus eavedropping protection was creating issues with previous
  versions. This can be dropped now since upgrades from Quantal are no
  longer a concern.
- debian/control, debian/rules: The tests are not run during the build.
  Configure with --disable-tests, drop the build dependencies needed for
  the tests. The tests should now run with the debug build using
  autopkgtest.
- 00git_logind_check.patch: Fix logind check. This change is present in
  upstream dbus.
- Add 00git_sd_daemon_update.patch: Update to current sytemd upstream
  sd_booted() to actually check for systemd init. This change is present
  in upstream dbus.
- debian/patches/aa-build-tools.patch, debian/patches/aa-mediation.patch,
  debian/patches/aa-mediate-eavesdropping.patch: Drop these patches in
  favor of the latest set of patches submitted for upstream inclusion
- debian/patches/02_obsolete_g_thread_api.patch: This change is present in
  upstream dbus
- 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: These patches have
  been disabled since 12.10 so it should be safe to remove them at this
  point
- debian/patches/CVE-2014-3477.patch, debian/patches/CVE-2014-3532.patch,
  debian/patches/CVE-2014-3533.patch: These changes are present in
  upstream dbus
  * 0001-Document-AppArmor-enforcement-in-the-dbus-daemon-man.patch,
0002-Add-apparmor-element-and-attributes-to-the-bus-confi.patch,
0003-Update-autoconf-file-to-build-against-libapparmor.patch,
0004-Add-apparmor-element-support-to-bus-config-parsing.patch,
0005-Initialize-AppArmor-mediation.patch,
0006-Store-AppArmor-label-of-bus-during-initialization.patch,
0007-Store-AppArmor-label-of-connecting-processes.patch,
0008-Mediation-of-processes-that-acquire-well-known-names.patch,
0009-Do-LSM-checks-after-determining-if-the-message-is-a-.patch,
0010-Mediation-of-processes-sending-and-receiving-message.patch,
0011-Mediation-of-processes-eavesdropping.patch,
0012-New-a-sv-helper-for-using-byte-arrays-as-the-variant.patch,
0013-Add-AppArmor-support-to-GetConnectionCredentials.patch: Add the
latest set of AppArmor D-Bus mediation patches. This the v3 patch set from
the upstream feature inclusion bug.
- https://bugs.freedesktop.org/show_bug.cgi?id=75113
  * aa-get-connection-apparmor-security-context.patch: Refresh this patch so
that it compiles with latest AppArmor D-Bus mediation patches. It is not
intended for upstream inclusion. It implements a bus method
(GetConnectionAppArmorSecurityContext) to get a connection's AppArmor
security context but upstream D-Bus has recently added a generic way of
getting a connection's security 

[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-20 Thread Martin Pitt
I am now running the -proposed d-bus packages on my amd64 laptop under
upstart and systemd. No problems.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  In Progress

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-19 Thread Sebastien Bacher
I'm currently running that version on my work system which is
i386/utopic/unity and didn't notice any issue, +1 from me for upload

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  Triaged

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-19 Thread Iain Lane
I'm going to review/upload but I'll block it in proposed for a couple of
hours to do some phone testing

** Changed in: dbus (Ubuntu)
   Status: Triaged = In Progress

** Changed in: dbus (Ubuntu)
 Assignee: (unassigned) = Iain Lane (laney)

** Tags added: block-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  In Progress

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-19 Thread Tyler Hicks
Thanks, Iain and Seb! I've still had no issues while running this merged
dbus version on my work laptop daily.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  In Progress

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-15 Thread Tyler Hicks
** Summary changed:

- Please merge dbus 1.8.2-1 (main) from Debian testing (main)
+ Please merge dbus 1.8.6-1 (main) from Debian testing (main)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  In Progress

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1320422] Re: Please merge dbus 1.8.6-1 (main) from Debian testing (main)

2014-08-15 Thread Tyler Hicks
Here's a tested debdiff. I've been running it on my amd64 Utopic laptop for 48
hours without issue and I've ran the following tests in an amd64 Utopic VM:

 * test-dbus.py from lp:qa-regression-testing
 * test-apparmor.py from lp:qa-regression-testing

I tried to test in the i386 ubuntu-emulator but the emulator isn't stable for
me with or without the updated dbus packages. However, I was able to verify
that the emulator will boot to the homescreen without any issues.

Unfortunately, I don't have any real testing hardware that runs the system
image.

I'll need a sponsor for this upload so I'll be unassigning myself and
subscribing ubuntu-sponsors.


** Patch added: dbus_1.8.6-1ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+attachment/4178824/+files/dbus_1.8.6-1ubuntu1.debdiff

** Changed in: dbus (Ubuntu)
   Status: In Progress = Triaged

** Changed in: dbus (Ubuntu)
 Assignee: Tyler Hicks (tyhicks) = (unassigned)

** Patch removed: dbus_1.8.2-1ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+attachment/4114185/+files/dbus_1.8.2-1ubuntu1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1320422

Title:
  Please merge dbus 1.8.6-1 (main) from Debian testing (main)

Status in “dbus” package in Ubuntu:
  Triaged

Bug description:
  I'm working on a debdiff to resync our dbus package with the current
  version in Debian testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1320422/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp