[ubuntu/bionic-proposed] dbus 1.12.0-1ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Tue Oct 31 01:28:14 UTC 2017


dbus (1.12.0-1ubuntu1) bionic; urgency=medium

  * Sync with Debian. Remaining changes:
    - Clean up /etc/init/dbus.conf on upgrades. This needs to be kept until
      after 18.04 LTS.
    - 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.

dbus (1.12.0-1) unstable; urgency=medium

  * New upstream stable release 1.12.0
    - d/watch: Only watch for stable releases again
    - d/gbp.conf: Use upstream/1.12.x branch
  * Set Rules-Requires-Root to no. This package does not require
    fakeroot or root privileges to build with a sufficiently recent
    debhelper and dpkg-dev.
  * Replace deprecated dh_install --fail-missing with
    dh_missing --fail-missing
  * Replace deprecated dh_installinit --no-restart-on-upgrade with
    --no-stop-on-upgrade

dbus (1.11.22-1) unstable; urgency=medium

  * New upstream release 1.11.22 (1.12.0rc1)
  * Standards-Version: 4.1.1
    - Set messagebus's home directory to /nonexistent for new installs
    - Move tests and udebs from priority extra to optional
  * Make dbus-x11 provide default-dbus-session-bus on non-Linux ports
    (Closes: #878878)
  * Change dbus-user-session from Architecture: all to linux-any so it
    doesn't appear to provide default-dbus-session-bus on non-Linux ports
    (where it is uninstallable)

dbus (1.11.20-1) unstable; urgency=medium

  * New upstream release
    - Tolerate slower buildds, and provide better diagnostics on timeout
      (hopefully Closes: #873820)
  * Merge development branch of dbus from experimental to unstable
    - Debian derivatives should not merge this version unless they can
      commit to updating all the way to the 1.12.x stable releases
      (expected later this year). If you get on the development-branch
      train, please ride it all the way to the next station.

dbus (1.11.18-1) experimental; urgency=medium

  * New upstream release
    - Stop using horrible version numbers
    - Drop patches that came from upstream
  * Fix contents of .install files for the rename of stage1 to
    pkg.dbus.minimal (Closes: #870756)
  * Ignore build-time test failures on !linux for now
  * Mark dbus-1-doc as Multi-Arch: foreign

dbus (1.11.16+really1.11.16-2) experimental; urgency=medium

  * Add patches from upstream to respect $HOME when doing
    DBUS_COOKIE_SHA1 authentication. This is hopefully enough for
    the build-time tests to pass on the buildds, where the sbuild user
    has a nonexistent home directory.
  * Try running build-time tests again (Closes: #630152)

dbus (1.11.16+really1.11.16-1) experimental; urgency=medium

  * Re-version to recover from accidental upload of 1.11.16 to unstable
  * Don't run build-time tests (reopens: #630152).
    They don't work for users with a nonexistent home directory.
  * Re-version symbols file so newer symbols produce a dependency on
    this version
  * Really upload to experimental this time

dbus (1.11.16+really1.10.24-1) unstable; urgency=medium

  * New upstream stable release
    - Increases listen() backlog of AF_UNIX sockets (Closes: #872144)
    - Refresh patches
  * Add a patch to respect $HOME when determining the home directory
    of the uid of the current process
  * Run build-time tests (Closes: #630152)
  * Fix contents of .install files for the rename of stage1 to
    pkg.dbus.minimal (Closes: #870756)
  * Ignore build-time test failures on !linux for now
  * Mark dbus-1-doc as Multi-Arch: foreign
  * d/watch: Ignore "1.11.16+really" prefix for uscan
  * Reinstate patch to load /etc/dbus-1/*.conf.dpkg-bak instead of
    /etc/dbus-1/*.conf. This ensures that we don't get circular
    inclusion via the compat symlinks used to upgrade from jessie to
    stretch, before this dbus version's postinst cleans up those symlinks
    (Closes: #876442)

Date: Mon, 30 Oct 2017 19:25:39 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dbus/1.12.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 30 Oct 2017 19:25:39 -0400
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.0-1ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha 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: 630152 870756 872144 873820 876442 878878
Launchpad-Bugs-Fixed: 1438612 1540282
Changes:
 dbus (1.12.0-1ubuntu1) bionic; urgency=medium
 .
   * Sync with Debian. Remaining changes:
     - Clean up /etc/init/dbus.conf on upgrades. This needs to be kept until
       after 18.04 LTS.
     - 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.
 .
 dbus (1.12.0-1) unstable; urgency=medium
 .
   * New upstream stable release 1.12.0
     - d/watch: Only watch for stable releases again
     - d/gbp.conf: Use upstream/1.12.x branch
   * Set Rules-Requires-Root to no. This package does not require
     fakeroot or root privileges to build with a sufficiently recent
     debhelper and dpkg-dev.
   * Replace deprecated dh_install --fail-missing with
     dh_missing --fail-missing
   * Replace deprecated dh_installinit --no-restart-on-upgrade with
     --no-stop-on-upgrade
 .
 dbus (1.11.22-1) unstable; urgency=medium
 .
   * New upstream release 1.11.22 (1.12.0rc1)
   * Standards-Version: 4.1.1
     - Set messagebus's home directory to /nonexistent for new installs
     - Move tests and udebs from priority extra to optional
   * Make dbus-x11 provide default-dbus-session-bus on non-Linux ports
     (Closes: #878878)
   * Change dbus-user-session from Architecture: all to linux-any so it
     doesn't appear to provide default-dbus-session-bus on non-Linux ports
     (where it is uninstallable)
 .
 dbus (1.11.20-1) unstable; urgency=medium
 .
   * New upstream release
     - Tolerate slower buildds, and provide better diagnostics on timeout
       (hopefully Closes: #873820)
   * Merge development branch of dbus from experimental to unstable
     - Debian derivatives should not merge this version unless they can
       commit to updating all the way to the 1.12.x stable releases
       (expected later this year). If you get on the development-branch
       train, please ride it all the way to the next station.
 .
 dbus (1.11.18-1) experimental; urgency=medium
 .
   * New upstream release
     - Stop using horrible version numbers
     - Drop patches that came from upstream
   * Fix contents of .install files for the rename of stage1 to
     pkg.dbus.minimal (Closes: #870756)
   * Ignore build-time test failures on !linux for now
   * Mark dbus-1-doc as Multi-Arch: foreign
 .
 dbus (1.11.16+really1.11.16-2) experimental; urgency=medium
 .
   * Add patches from upstream to respect $HOME when doing
     DBUS_COOKIE_SHA1 authentication. This is hopefully enough for
     the build-time tests to pass on the buildds, where the sbuild user
     has a nonexistent home directory.
   * Try running build-time tests again (Closes: #630152)
 .
 dbus (1.11.16+really1.11.16-1) experimental; urgency=medium
 .
   * Re-version to recover from accidental upload of 1.11.16 to unstable
   * Don't run build-time tests (reopens: #630152).
     They don't work for users with a nonexistent home directory.
   * Re-version symbols file so newer symbols produce a dependency on
     this version
   * Really upload to experimental this time
 .
 dbus (1.11.16+really1.10.24-1) unstable; urgency=medium
 .
   * New upstream stable release
     - Increases listen() backlog of AF_UNIX sockets (Closes: #872144)
     - Refresh patches
   * Add a patch to respect $HOME when determining the home directory
     of the uid of the current process
   * Run build-time tests (Closes: #630152)
   * Fix contents of .install files for the rename of stage1 to
     pkg.dbus.minimal (Closes: #870756)
   * Ignore build-time test failures on !linux for now
   * Mark dbus-1-doc as Multi-Arch: foreign
   * d/watch: Ignore "1.11.16+really" prefix for uscan
   * Reinstate patch to load /etc/dbus-1/*.conf.dpkg-bak instead of
     /etc/dbus-1/*.conf. This ensures that we don't get circular
     inclusion via the compat symlinks used to upgrade from jessie to
     stretch, before this dbus version's postinst cleans up those symlinks
     (Closes: #876442)
Checksums-Sha1:
 d9f18a734772aa3b7839877b13d54d55bc715d56 3521 dbus_1.12.0-1ubuntu1.dsc
 45e5a28e75b3aa4f8da580c7b5cd2cf44347758d 2062151 dbus_1.12.0.orig.tar.gz
 3557402d1ced604ae1abdfc10ed2d4e3d7921210 62372 dbus_1.12.0-1ubuntu1.debian.tar.xz
 fd22ca25ff5a2642362b9fa3132ade48e6c5f087 7783 dbus_1.12.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
 4643f064dc09b6c93b85ff174260073131762518153170b30592a26071ebce30 3521 dbus_1.12.0-1ubuntu1.dsc
 39af0d9267391434b549c5c4adc001b735518c96f7630c3fe7162af1d13ef3c0 2062151 dbus_1.12.0.orig.tar.gz
 7b89d283387ead2bcee08b53b05830ebd461b6ea4cc2f5ebafc6b1785b3692f0 62372 dbus_1.12.0-1ubuntu1.debian.tar.xz
 db2a5ab48c76fa1812a3f3736e8a0d48ef961820dc911f0bf0c0449220748a2f 7783 dbus_1.12.0-1ubuntu1_source.buildinfo
Files:
 a19fbbed52754671e29e6c3f9690408c 3521 admin optional dbus_1.12.0-1ubuntu1.dsc
 7ee90da9661af052f0474c1154d0ba21 2062151 admin optional dbus_1.12.0.orig.tar.gz
 b3537a3e41f7bd59eca79e3583b00ec9 62372 admin optional dbus_1.12.0-1ubuntu1.debian.tar.xz
 18ffa0495fe1ffb4ac3f2db1b8c2ca40 7783 admin optional dbus_1.12.0-1ubuntu1_source.buildinfo
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJZ99GFAAoJEOZsd1rr/mx9jDgQAM7mk6OUpAjJFYhoFYLZ4+Y7
010i0CqPBuhqy0Tef1rHMsRgYyJGH+b7KEofdFK6HIq+ZNXCxhY1VfsyvutTLjaa
uiKIcWNEdDNuB5KJBs2mjkG203Fm9Xqvll5sKAL20mTUEC530jO5Lm5QdUBT18db
I2TsArTSA+g+5Pu9GtIsT0D4kk1xuvHeHmToxQM2IBjN+Lm/dIqp3AI0XlNsqIiE
Plblw0v0azUlirwF0ZhfE+dZWjK0Rlz/NFUydHyrWJfcpSvCdag+rPHMLBRKVZ4/
uAmNDpJtQTsle47QUt6vx3QjSKP5OdcxPpCunfo4Q0t661S02i30dz9FPRpa9huY
BOd4bCaKK4lDDyOIsFGq03jYxBYX9Ru8s4H46kQm3GmNkXqsRsn2Vl0M3B83KMqR
hbpP+8eOguZCc4CZ6WShyBJGCu+JloqxmivYnP7xbQoX54fs9PPULB7B7m+vdAhq
hkAwHbc9fOU811SKMMZ2dmwCIU8dzt4DtByZ3chOO59lxKVDWlxeHDcGVSlLfsTm
+T+PZynsRX33/tiffEBY2CjRjlaHWtxPFiymTRDXmGd+jddpZ2kHlYOJO8vc+qzb
pqmvrnjVnQ9LR9lXlkGDiBbtH8nLLJDZN2Ky3JVHrh7dG0WDBGpAk0LpBpq8anqD
iTHSHtsaFMGxq1ER/L6i
=75TV
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list