diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-22 23:31:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-22 23:31:29 +0000 |
commit | a27235ccbddd2d8513ced37cccf7a823bc92da57 (patch) | |
tree | 0b4a18c474d3c563f9d3abbdd273a81ba2a9bf00 /sysutils/dbus | |
parent | 02a79f0786212357339186ae888b61fadcf9e50d (diff) | |
download | pkgsrc-a27235ccbddd2d8513ced37cccf7a823bc92da57.tar.gz |
Update dbus to 1.10.4:
D-Bus 1.10.4 (2015-11-17)
==
The “Frostburn Canyon” release.
Enhancements:
• GetConnectionCredentials, GetConnectionUnixUser and
GetConnectionUnixProcessID with argument "org.freedesktop.DBus"
will now return details of the dbus-daemon itself. This is required
to be able to call SetEnvironment on systemd.
(fd.o #92857, Jan Alexander Steffens)
Fixes:
• Make UpdateActivationEnvironment always fail with AccessDenied on the
system bus. Previously, it was possible to configure it so root could
call it, but the environment variables were not actually used,
because the launch helper would discard them.
(fd.o #92857, Jan Alexander Steffens)
• On Unix with --systemd-activation on a user bus, make
UpdateActivationEnvironment pass on its arguments to systemd's
SetEnvironment method, solving inconsistency between the environments
used for traditional activation and systemd user-service activation.
(fd.o #92857, Jan Alexander Steffens)
• On Windows, don't crash if <syslog/> or --syslog is used
(fd.o #92538, Ralf Habacker)
• On Windows, fix a memory leak when setting a DBusError from a Windows
error (fd.o #92721, Ralf Habacker)
• On Windows, don't go into infinite recursion if we abort the process
with backtraces enabled (fd.o #92721, Ralf Habacker)
• Fix various failing tests, variously on Windows and cross-platform:
· don't test system.conf features (users, groups) that only make sense
on the system bus, which is not supported on Windows
· don't call _dbus_warn() when we skip a test, since it is fatal
· fix computation of expected <standard_session_servicedirs/>
· when running TAP tests, translate newlines to Unix format, fixing
cross-compiled tests under Wine on Linux
· don't stress-test refcounting under Wine, where it's really slow
· stop assuming that a message looped-back to the test will be received
immediately
· skip some system bus tests on Windows since they make no sense there
(fd.o #92538, fd.o #92721; Ralf Habacker, Simon McVittie)
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index f1b2f9fdfd7..e35b176421a 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2015/11/19 19:02:18 asau Exp $ +# $NetBSD: Makefile,v 1.93 2015/11/22 23:31:29 wiz Exp $ -DISTNAME= dbus-1.10.2 +DISTNAME= dbus-1.10.4 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index dfe4299738d..6593f59633e 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.69 2015/11/06 09:25:17 wiz Exp $ +$NetBSD: distinfo,v 1.70 2015/11/22 23:31:29 wiz Exp $ -SHA1 (dbus-1.10.2.tar.gz) = a7bb0e44bb3551b2e607c5a1f927244bec5b8f0a -RMD160 (dbus-1.10.2.tar.gz) = d503fceee9c9fd6c94928007d6b322a07f7d6761 -SHA512 (dbus-1.10.2.tar.gz) = 6bedb7bb9b6c5c2cd1280d2a672622914a7a56d55d8f9fdcaf740157df29ce3bb9c845a216c35954abe7a5be4e8ff7d39f2a01e2e06d1d303bc7e1b9b567a347 -Size (dbus-1.10.2.tar.gz) = 1948031 bytes +SHA1 (dbus-1.10.4.tar.gz) = ec1921a09199c81ea20b20448237146a414d51ae +RMD160 (dbus-1.10.4.tar.gz) = b31e4269db9f8ab207d7e3f4d022cd83ea518229 +SHA512 (dbus-1.10.4.tar.gz) = 75f4564d89f6dca32090ba23526d91b1fe8139769b5d92aa2de9f1571bd70bd4730b079aeba69a78d32ef96b4c8dab665057df39c248f19dbe73764889241001 +Size (dbus-1.10.4.tar.gz) = 1951832 bytes SHA1 (patch-ak) = 9f84b015ae706ebfe8230fe315a92c6960a84a60 SHA1 (patch-al) = 08d49257c3eea7b6ae0a3fe2682dba977ba06951 SHA1 (patch-am) = 8c794ff8b0981e90243ee20c26ae1ecc72e68de8 |