[ubuntu/disco-proposed] dbus 1.12.12-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Feb 1 01:54:12 UTC 2019


dbus (1.12.12-1ubuntu1) disco; 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, superseded in Debian:
    - debian/tests/root: don't set ulimit on containers, since the container
      may be unprivileged and "root" may not be able to raise ulimits again.

dbus (1.12.12-1) unstable; urgency=medium

  [ Ritesh Raj Sarraf ]
  * Explicitly set session and test socket directory to /tmp, instead
    of using a (possibly non-standard) TMPDIR

  [ Simon McVittie ]
  * New upstream stable release
  * d/tests/build: Mark as superficial (see #904979)
  * d/tests/build: Comment why we don't test or support static linking
    here (it's because libsystemd doesn't)
  * Standards-Version: 4.2.1 (no changes required)
  * d/p/dbus-daemon-test-Don-t-test-fd-limits-if-in-an-unprivileg.patch:
    Add proposed patch to skip fd limit tests if we are uid 0 but do not
    have CAP_SYS_RESOURCE (Closes: #908092)
  * dbus: Drop dependency on lsb-base. It is only needed when booting
    with sysvinit and initscripts, but initscripts already Depends on
    lsb-base (see #864999).
  * dbus: Add Provides: dbus-system-bus and Provides: dbus-bin.
    This provides a way to split the package in a later Debian version
    or in derivatives. dbus-system-bus represents the well-known system
    bus facility (/lib/systemd/system/dbus.service and /etc/init.d/dbus),
    while dbus-bin represents the availability of executables like
    dbus-daemon and dbus-send.
  * d/tests/system-bus: Add a smoke-test for the system bus

Date: Thu, 31 Jan 2019 17:47:44 -0800
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.12-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 31 Jan 2019 17:47:44 -0800
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.12-1ubuntu1
Distribution: disco
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: 908092
Launchpad-Bugs-Fixed: 1438612 1540282
Changes:
 dbus (1.12.12-1ubuntu1) disco; 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, superseded in Debian:
     - debian/tests/root: don't set ulimit on containers, since the container
       may be unprivileged and "root" may not be able to raise ulimits again.
 .
 dbus (1.12.12-1) unstable; urgency=medium
 .
   [ Ritesh Raj Sarraf ]
   * Explicitly set session and test socket directory to /tmp, instead
     of using a (possibly non-standard) TMPDIR
 .
   [ Simon McVittie ]
   * New upstream stable release
   * d/tests/build: Mark as superficial (see #904979)
   * d/tests/build: Comment why we don't test or support static linking
     here (it's because libsystemd doesn't)
   * Standards-Version: 4.2.1 (no changes required)
   * d/p/dbus-daemon-test-Don-t-test-fd-limits-if-in-an-unprivileg.patch:
     Add proposed patch to skip fd limit tests if we are uid 0 but do not
     have CAP_SYS_RESOURCE (Closes: #908092)
   * dbus: Drop dependency on lsb-base. It is only needed when booting
     with sysvinit and initscripts, but initscripts already Depends on
     lsb-base (see #864999).
   * dbus: Add Provides: dbus-system-bus and Provides: dbus-bin.
     This provides a way to split the package in a later Debian version
     or in derivatives. dbus-system-bus represents the well-known system
     bus facility (/lib/systemd/system/dbus.service and /etc/init.d/dbus),
     while dbus-bin represents the availability of executables like
     dbus-daemon and dbus-send.
   * d/tests/system-bus: Add a smoke-test for the system bus
Checksums-Sha1:
 52f49cc7a8a3c4f868050774a284efa7b358ff59 3896 dbus_1.12.12-1ubuntu1.dsc
 ff61dc5bb7e3b4dd86444f4a72fb54378edc54fa 2077301 dbus_1.12.12.orig.tar.gz
 1d9369329003c250128e61ea747cc426c533ee92 833 dbus_1.12.12.orig.tar.gz.asc
 66c9388bd03c3411d8024289367f3eda09d909ad 66260 dbus_1.12.12-1ubuntu1.debian.tar.xz
 151567c76aab18255577894bd434360cb85fc170 8297 dbus_1.12.12-1ubuntu1_source.buildinfo
Checksums-Sha256:
 a600b10ab1ac53cd331d2c9da78019257cd4d548070c420445f15d8d8bd02da7 3896 dbus_1.12.12-1ubuntu1.dsc
 9546f226011a1e5d9d77245fe5549ef25af4694053189d624d0d6ac127ecf5f8 2077301 dbus_1.12.12.orig.tar.gz
 aae64ece92ef2bcf17178d10131bea250a034c74606716f40d107e84cfe2c971 833 dbus_1.12.12.orig.tar.gz.asc
 8dd9841c482bbf0002c3d799a7603e77f463fa8d888fb6084c54db43e43b5c02 66260 dbus_1.12.12-1ubuntu1.debian.tar.xz
 b4c73a5b9224c3a4bc9c1369445fdd74b14fa1cf7935e6f61816744a886a9ef2 8297 dbus_1.12.12-1ubuntu1_source.buildinfo
Files:
 820c46766bc2aa4baff39ed541d0b296 3896 admin optional dbus_1.12.12-1ubuntu1.dsc
 ea11069521beeee4e47f0086596a43c8 2077301 admin optional dbus_1.12.12.orig.tar.gz
 de3b8ec923f1afa6a04bd623cb6c622e 833 admin optional dbus_1.12.12.orig.tar.gz.asc
 86361cedf55b26f95c3fbe6d24e67834 66260 admin optional dbus_1.12.12-1ubuntu1.debian.tar.xz
 d51b088e944ae450199b98c8740797d7 8297 admin optional dbus_1.12.12-1ubuntu1_source.buildinfo
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

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

iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAlxTpnUaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz3LMw//Q5lhXN20EAVqLD3rOmtH
Gm7Gn/eXHberU8aEshMn+mxXmFPmYM3J5KFEJdm8VGS8X/KyqTY9xy9mfA+8k6cy
sEj4xNGE9Oxp0hEQg8jrCR86XU7u5hzEr9tO/UA58BR8AEGZ+XdGyr7PHUmS3QkS
57yKri5F2Ke/AZrm+A5Tz7e+NCD0OwdTxfk73YeAaS+otGfAXn/6dpebEkHFfgyH
vYea/9Jj85xhqQi86norbr66xl+VWyrQPru2OENJLgwhwFaV/xQ/fC6KRFIwO6B0
dUj89g2BionZEaT1m5GRaGr6/NpGahq7Wk9aPEiK0yfZK6UziKZSG6TYTLv6MvLu
9Ck6yEqu2WOe0gbzLd7WNjt2hH4i7I0UXoZpbHYu917oeW8/ZwtEczR/S9hf/B+s
vWfOlw12t1e/t8U3uVYpZjrVy5scREbm4RHhB19bz9QPaOCHpl4gIWMiYA0uE6Hp
3te0LvW111iWo0RUvoqEF10cZbyjcDaZEmzf2xuljnl3xsq/rayICgx1B0Cr9qRB
1w2Vf3Szhr99DXjMS/Kn1uB0P2998aU+bAdhsRROD3cEVrrmc8TbkestrrgTJpeN
l5SHLksUMmlHns4quVKW/bDr+qr0TLENgX+bVURXGI/q5L+ow7+LLT8dWGMT7yT6
bFqJ8dI3BBuwLu/HXMOHOL4=
=TWI5
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list