[ubuntu/cosmic-proposed] dbus 1.12.10-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Aug 31 17:56:13 UTC 2018


dbus (1.12.10-1ubuntu1) cosmic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add dont-stop-dbus.patch: Don't stop D-Bus in the service unit
      (see patch header and upstream bug for details). Fixes various
      causes of shutdown hangs, particularly with remote file systems.
      (LP: #1438612) (LP: #1540282)
    - debian/dbus.postinst, debian/rules: Don't start D-Bus on package
      installation, as that doesn't work any more with dont-stop-dbus.patch.
      Instead, start dbus.socket in postinst, which will then start D-Bus
      on demand after package installation.
    - Add aa-get-connection-apparmor-security-context.patch: This 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 credentials (GetConnectionCredentials).
      Ubuntu should carry this patch until packages in the archive are moved
      over to the new, generic method of getting a connection's credentials.
  * Dropped changes, no longer needed:
    - Clean up /etc/init/dbus.conf on upgrades. This needs to be kept until
      after 18.04 LTS.

dbus (1.12.10-1) unstable; urgency=medium

  * New upstream release
    - Drop patches that were applied upstream
  * Standards-Version: 4.1.5 (no changes required)
  * Don't run the build-time tests for the debug build in parallel.
    Some of the tests added by the debug build start many processes,
    and the debug build's tests have intermittently been timing out on
    reproducible-builds infrastructure, possibly because these machines
    run with a high "make -j" value and more than one multi-processing
    test gets run at the same time.

dbus (1.12.8-3) unstable; urgency=medium

  * d/rules: If tests fail, continue to run all tests before reporting
    failure
  * d/rules: On success or failure, output all test logs for comparison
    (in particular this lets us see how close we are to arbitrary
    timeouts on slower architectures)
  * d/p/debian/tests-Multiply-timeouts-by-20-on-riscv64.patch:
    Compensate for the riscv64 port being bootstrapped on
    qemu-system-riscv64 by multiplying arbitrary timeouts by 20
    (Closes: #897607)
  * d/rules: Use nss_wrapper to ensure that 127.0.0.1 and localhost
    can be resolved successfully, fixing build-time tests in pbuilder
    with the network namespace unshared (see #897662)
  * d/rules: Make sure the X11 DISPLAY (if any) doesn't leak into the
    test environment, fixing build-time tests if /tmp is unshared
  * d/p/sysdeps-unix-Handle-errors-from-getaddrinfo-correctly.patch:
    Add patch from upstream dbus-1.12 branch to fix getaddrinfo error
    reporting for tcp: and nonce-tcp: transports
  * d/p/server-oom-test-Parse-the-address-instead-of-going-direct.patch,
    d/p/test-Test-the-same-things-with-unix-that-we-do-with-tcp.patch,
    d/p/server-oom-test-Don-t-assume-localhost-is-resolvable.patch,
    test-Skip-TCP-tests-if-getaddrinfo-doesn-t-work.patch:
    Add patches from upstream dbus-1.12 branch to improve test robustness
    and coverage when getaddrinfo doesn't work

dbus (1.12.8-2) unstable; urgency=medium

  * Remove debian/dbus-tests.shlibs.local. It was useful before 1.11.10-2
    to make dbus-tests depend on the debug build in dbus-1-dbg, but now
    that the debug build is itself in dbus-tests, making dbus-tests
    depend on itself is not useful. It also suppressed the generated
    dependency on libdbus-1-3 (= ${binary:Version}), causing autopkgtest
    failures when only dbus-tests was upgraded.

dbus (1.12.8-1) unstable; urgency=medium

  * New upstream stable release
  * Standards-Version: 4.1.4 (no changes required)
  * tests: Use AUTOPKGTEST_TMP in preference to deprecated ADTTMP
  * tests: Make sure $HOME is set to somewhere we can write (workaround for
    #897170)
  * Build ducktype documentation, unless building with nodoc
    - Build-depend on ducktype and yelp-tools

dbus (1.12.6-2) unstable; urgency=medium

  * New upstream stable release 1.12.6
  * d/tests/root: Re-run test-dbus-daemon as root, since it now contains
    tests that are skipped as non-root
  * There was no 1.12.6-1 due to a mistake with `git tag`

dbus (1.12.4-1) unstable; urgency=medium

  * New upstream stable release 1.12.4
    - d/copyright: Update
  * Standards-Version: 4.1.3 (no changes required)
  * Use debhelper compat level 11
    - Build-depend on debhelper 11.1~ for #885998 to be fixed
  * Rely on dh_installman's compat level 11 behaviour instead of
    installing man pages by hand. This reduces the amount of dh-exec
    use needed.
  * Adapt Vcs-* for migration to salsa.debian.org Gitlab

Date: Fri, 31 Aug 2018 10:29:17 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dbus/1.12.10-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 31 Aug 2018 10:29:17 -0700
Source: dbus
Binary: dbus dbus-1-doc dbus-tests dbus-udeb dbus-user-session dbus-x11 libdbus-1-3 libdbus-1-3-udeb libdbus-1-dev
Architecture: source
Version: 1.12.10-1ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
 dbus       - simple interprocess messaging system (daemon and utilities)
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-tests - simple interprocess messaging system (test infrastructure)
 dbus-udeb  - simple interprocess messaging system (minimal runtime) (udeb)
 dbus-user-session - simple interprocess messaging system (systemd --user integration)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system (library)
 libdbus-1-3-udeb - simple interprocess messaging system (minimal library) (udeb)
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 897607
Launchpad-Bugs-Fixed: 1438612 1540282
Changes:
 dbus (1.12.10-1ubuntu1) cosmic; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Add dont-stop-dbus.patch: Don't stop D-Bus in the service unit
       (see patch header and upstream bug for details). Fixes various
       causes of shutdown hangs, particularly with remote file systems.
       (LP: #1438612) (LP: #1540282)
     - debian/dbus.postinst, debian/rules: Don't start D-Bus on package
       installation, as that doesn't work any more with dont-stop-dbus.patch.
       Instead, start dbus.socket in postinst, which will then start D-Bus
       on demand after package installation.
     - Add aa-get-connection-apparmor-security-context.patch: This 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 credentials (GetConnectionCredentials).
       Ubuntu should carry this patch until packages in the archive are moved
       over to the new, generic method of getting a connection's credentials.
   * Dropped changes, no longer needed:
     - Clean up /etc/init/dbus.conf on upgrades. This needs to be kept until
       after 18.04 LTS.
 .
 dbus (1.12.10-1) unstable; urgency=medium
 .
   * New upstream release
     - Drop patches that were applied upstream
   * Standards-Version: 4.1.5 (no changes required)
   * Don't run the build-time tests for the debug build in parallel.
     Some of the tests added by the debug build start many processes,
     and the debug build's tests have intermittently been timing out on
     reproducible-builds infrastructure, possibly because these machines
     run with a high "make -j" value and more than one multi-processing
     test gets run at the same time.
 .
 dbus (1.12.8-3) unstable; urgency=medium
 .
   * d/rules: If tests fail, continue to run all tests before reporting
     failure
   * d/rules: On success or failure, output all test logs for comparison
     (in particular this lets us see how close we are to arbitrary
     timeouts on slower architectures)
   * d/p/debian/tests-Multiply-timeouts-by-20-on-riscv64.patch:
     Compensate for the riscv64 port being bootstrapped on
     qemu-system-riscv64 by multiplying arbitrary timeouts by 20
     (Closes: #897607)
   * d/rules: Use nss_wrapper to ensure that 127.0.0.1 and localhost
     can be resolved successfully, fixing build-time tests in pbuilder
     with the network namespace unshared (see #897662)
   * d/rules: Make sure the X11 DISPLAY (if any) doesn't leak into the
     test environment, fixing build-time tests if /tmp is unshared
   * d/p/sysdeps-unix-Handle-errors-from-getaddrinfo-correctly.patch:
     Add patch from upstream dbus-1.12 branch to fix getaddrinfo error
     reporting for tcp: and nonce-tcp: transports
   * d/p/server-oom-test-Parse-the-address-instead-of-going-direct.patch,
     d/p/test-Test-the-same-things-with-unix-that-we-do-with-tcp.patch,
     d/p/server-oom-test-Don-t-assume-localhost-is-resolvable.patch,
     test-Skip-TCP-tests-if-getaddrinfo-doesn-t-work.patch:
     Add patches from upstream dbus-1.12 branch to improve test robustness
     and coverage when getaddrinfo doesn't work
 .
 dbus (1.12.8-2) unstable; urgency=medium
 .
   * Remove debian/dbus-tests.shlibs.local. It was useful before 1.11.10-2
     to make dbus-tests depend on the debug build in dbus-1-dbg, but now
     that the debug build is itself in dbus-tests, making dbus-tests
     depend on itself is not useful. It also suppressed the generated
     dependency on libdbus-1-3 (= ${binary:Version}), causing autopkgtest
     failures when only dbus-tests was upgraded.
 .
 dbus (1.12.8-1) unstable; urgency=medium
 .
   * New upstream stable release
   * Standards-Version: 4.1.4 (no changes required)
   * tests: Use AUTOPKGTEST_TMP in preference to deprecated ADTTMP
   * tests: Make sure $HOME is set to somewhere we can write (workaround for
     #897170)
   * Build ducktype documentation, unless building with nodoc
     - Build-depend on ducktype and yelp-tools
 .
 dbus (1.12.6-2) unstable; urgency=medium
 .
   * New upstream stable release 1.12.6
   * d/tests/root: Re-run test-dbus-daemon as root, since it now contains
     tests that are skipped as non-root
   * There was no 1.12.6-1 due to a mistake with `git tag`
 .
 dbus (1.12.4-1) unstable; urgency=medium
 .
   * New upstream stable release 1.12.4
     - d/copyright: Update
   * Standards-Version: 4.1.3 (no changes required)
   * Use debhelper compat level 11
     - Build-depend on debhelper 11.1~ for #885998 to be fixed
   * Rely on dh_installman's compat level 11 behaviour instead of
     installing man pages by hand. This reduces the amount of dh-exec
     use needed.
   * Adapt Vcs-* for migration to salsa.debian.org Gitlab
Checksums-Sha1:
 e7597c7b1f0735d112cda1ba21c201fea5b4af0d 3890 dbus_1.12.10-1ubuntu1.dsc
 efd426031424519011e46d28256626a5ca20195c 2073510 dbus_1.12.10.orig.tar.gz
 6d2b3952d65d8a68cf79f06c3fe20d277745f7d0 833 dbus_1.12.10.orig.tar.gz.asc
 1d2ace69b96a1de9576b4078a6bb1f88350f79e4 64376 dbus_1.12.10-1ubuntu1.debian.tar.xz
 cd15c0a08f5663d1ca9d5aa8516d154dcce0af30 8348 dbus_1.12.10-1ubuntu1_source.buildinfo
Checksums-Sha256:
 3586459595f203cf7c28a4b6e9274f32d34c56f88c819926f513e5c8632b6f8a 3890 dbus_1.12.10-1ubuntu1.dsc
 4b693d24976258c3f2fa9cc33ad9288c5fbfa7a16481dbd9a8a429f7aa8cdcf7 2073510 dbus_1.12.10.orig.tar.gz
 37d53f044deeca6f47b646135fe5457b977eac8cf8aced9f5032469f45f94f37 833 dbus_1.12.10.orig.tar.gz.asc
 cd0ae2b77627668d0010883a8a010c993a827c5e3cf4db86515d2e7a08e73946 64376 dbus_1.12.10-1ubuntu1.debian.tar.xz
 08fdcd69c3fb9187d0f4feafc54ab7586f802b607e72979730f589426a7714f8 8348 dbus_1.12.10-1ubuntu1_source.buildinfo
Files:
 965097322af7c5841ae1773c188c489e 3890 admin optional dbus_1.12.10-1ubuntu1.dsc
 c3e12b4206e2a7da39d7cc42567790ef 2073510 admin optional dbus_1.12.10.orig.tar.gz
 50f1f004fe9cf442951c654d5eeb594d 833 admin optional dbus_1.12.10.orig.tar.gz.asc
 7630e8a0008359bb9e0a6f4a0dec30a8 64376 admin optional dbus_1.12.10-1ubuntu1.debian.tar.xz
 6c17bad613540b75c6fa1dc9dd1333bb 8348 admin optional dbus_1.12.10-1ubuntu1_source.buildinfo
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAluJfGkaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz0P4hAAmMmv1LQzWE0NnCz3xNyP
8QPpRsK2C0ZKfG1WEVoysXbplPTdMFq4Ne4vNL67vX6Rile3nrHSjZ/TFpojia08
gpGlU1uOuNIcrpB9HAT3VT4abzkgSJ0CpTLht8MirJziYvkoHzrYea4sI+p3mmdA
LnUt8REs5pzLR2GwcHOvRBA44kgNDwasBsnc+mmVMyryuDcsGI5rfkfvXOHat+8e
Nf5E9LHS2F/xZ1k27NGaoutfz4nk0yfa31FxaY4QGHrcEljS25nr6U5EgLqkrpZI
KNnJkX0rgCfxmMwT7pEU+92BuR8IrhQBGubhTAL7KFfEjmhfGFPVJz9lRk5cc9j5
w6tE1CeJsjEY7mLmmsFaA8pmjDdf4ckIKhajIyK4FLOBi1xtVjtlczxUWoE/Fvd5
tu0F9X9MWIc5fYvzGMS//hrC6l6zLsHgAFJtqvCkwtLDvNog8m8eiqxKk9hzY9jq
c5QXgymcmwBnd+Kxn8QyLHKRO1xX0deYKzwtV3ueJROB3vbRkSdmwl6mul9EvJSc
2ezCKzdQE1O481NOCjsSFbS74Ss6LYRH1pxhmUFmBA5oC9kTLXc114Q29QYdDinC
8XOBpxJHAs2X/YdfnMsvOH0T/RUo6UZX0sF334CfLOSpzIVL7v+KPaQsIWWYe12V
2cTsIkkRFjxx8imYlaSf0lU=
=chcm
-----END PGP SIGNATURE-----


More information about the Cosmic-changes mailing list