Commit Graph

12 Commits

Author SHA1 Message Date
ajacoutot
978381c7b1 Bring some fixes from upstream:
* sync configure.ac patch
* dbus-spawn: set SIGPIPE to SIG_IGN before activating services
* dbus-sysdeps-pthread.c: don't fail if !HAVE_MONOTONIC_CLOCK under -Werror=unused
* Remove redundant close() calls
* Don't leak temporary fds pointing to /dev/null
2013-01-08 09:30:27 +00:00
ajacoutot
604b0262ea Simpler patch; from pkgsrc. 2012-10-10 17:20:36 +00:00
ajacoutot
d3a02bd60f Update to dbus-1.4.6. 2011-03-07 19:20:28 +00:00
ajacoutot
85a3e00edb Bugfix update to dbus-1.4.1. 2010-12-21 14:59:49 +00:00
ajacoutot
cd5bf2e53e Update to dbus-1.4.0... second try.
Previously missed regression is fixed.
2010-12-21 05:57:42 +00:00
ajacoutot
4f3d0498f5 There seems to be an annoying runtime regression with session bus after
the last update which I failed to see in my tests.
While this is being worked on, let's revert for now so that people don't
run into it. Other parts of the D-DBus gang update are fine (glib and
python). Also keep the recent rc script tweak.

Sorry about that...
2010-12-16 07:13:58 +00:00
ajacoutot
927234fdf3 Update to dbus-1.4.0. 2010-12-13 10:41:22 +00:00
ajacoutot
e496b830fc Make use of getsockopt(2) SO_PEERCRED.
This fixes GetConnectionUnixProcessID().

Requires a very current current...
2010-06-30 20:48:57 +00:00
ajacoutot
9c5fee729a Better. 2010-06-29 03:36:30 +00:00
ajacoutot
8771739246 Fix the GetConnectionUnixProcessID() function. 2010-06-29 02:14:57 +00:00
ajacoutot
79a393a145 Update to dbus-1.2.16.
ok jasper@
2009-10-10 14:30:47 +00:00
kurt
c1c3b5b6db Prevent signal/waitpid races by blocking SIGCHLD in
_dbus_get_autolaunch_address(). This corrects the
pidgin + dbus plugin error dialog  "dbus: Failed to
get connection: Failed to execute dbus-launch to
autolaunch D-Bus session".

okay todd@
2009-04-24 15:06:05 +00:00