dbus 1.12.0-1ubuntu1 source package in Ubuntu
Changelog
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) -- Jeremy Bicha <email address hidden> Mon, 30 Oct 2017 19:25:39 -0400
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dbus_1.12.0.orig.tar.gz | 2.0 MiB | 39af0d9267391434b549c5c4adc001b735518c96f7630c3fe7162af1d13ef3c0 |
dbus_1.12.0-1ubuntu1.debian.tar.xz | 60.9 KiB | 7b89d283387ead2bcee08b53b05830ebd461b6ea4cc2f5ebafc6b1785b3692f0 |
dbus_1.12.0-1ubuntu1.dsc | 3.4 KiB | 4643f064dc09b6c93b85ff174260073131762518153170b30592a26071ebce30 |
Available diffs
- diff from 1.10.22-1ubuntu1 to 1.12.0-1ubuntu1 (323.3 KiB)
Binary packages built by this source
- dbus: simple interprocess messaging system (daemon and utilities)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
D-Bus supports broadcast messages, asynchronous messages (thus
decreasing latency), authentication, and more. It is designed to be
low-overhead; messages are sent using a binary protocol, not using
XML. D-Bus also supports a method call mapping for its messages, but
it is not required; this makes using the system quite simple.
.
It comes with several bindings, including GLib, Python, Qt and Java.
.
This package contains the D-Bus daemon and related utilities.
.
The client-side library can be found in the libdbus-1-3 package, as it is no
longer contained in this package.
- dbus-1-doc: simple interprocess messaging system (documentation)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the API documentation for D-Bus, as well as
the protocol specification.
.
See the dbus description for more information about D-Bus in general.
- dbus-dbgsym: debug symbols for dbus
- dbus-tests: simple interprocess messaging system (test infrastructure)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package provides automated and manual tests for D-Bus, and the
dbus-test-tool utility. It also provides copies of the D-Bus libraries and
executables compiled with extra debug information and logging.
.
See the dbus package description for more information about D-Bus in general.
- dbus-tests-dbgsym: debug symbols for dbus-tests
- dbus-udeb: simple interprocess messaging system (minimal runtime)
D-Bus is a message bus, used for sending messages between applications.
.
This package is a minimal version of the dbus and dbus-x11 packages,
for use in the Debian installer. It can run a session bus, but is not
suitable for use as a system bus.
- dbus-user-session: simple interprocess messaging system (systemd --user integration)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
On systemd systems, this package opts in to the session model in which
a user's session starts the first time they log in, and does not end
until all their login sessions have ended. This model merges all
parallel non-graphical login sessions (text mode, ssh, cron, etc.), and up
to one graphical session, into a single "user-session" or "super-session"
within which all background D-Bus services are shared.
.
Multiple graphical sessions per user are not currently supported in this
mode; as a result, it is particularly suitable for gdm, which responds to
requests to open a parallel graphical session by switching to the existing
graphical session and unlocking it.
.
To retain dbus' traditional session semantics, in which login sessions
are artificially isolated from each other, remove this package and install
dbus-x11 instead.
.
See the dbus package description for more information about D-Bus in general.
- dbus-x11: simple interprocess messaging system (X11 deps)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the dbus-launch utility which is necessary for
packages using a D-Bus session bus.
.
See the dbus description for more information about D-Bus in general.
- dbus-x11-dbgsym: debug symbols for dbus-x11
- libdbus-1-3: simple interprocess messaging system (library)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
D-Bus supports broadcast messages, asynchronous messages (thus
decreasing latency), authentication, and more. It is designed to be
low-overhead; messages are sent using a binary protocol, not using
XML. D-Bus also supports a method call mapping for its messages, but
it is not required; this makes using the system quite simple.
.
It comes with several bindings, including GLib, Python, Qt and Java.
.
The daemon can be found in the dbus package.
- libdbus-1-3-dbgsym: debug symbols for libdbus-1-3
- libdbus-1-3-udeb: simple interprocess messaging system (minimal library)
D-Bus is a message bus, used for sending messages between applications.
.
This package is a minimal version of the libdbus-1-3 package,
for use in the Debian installer.
- libdbus-1-dev: simple interprocess messaging system (development headers)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
See the dbus description for more information about D-Bus in general.