Commit Graph

65 Commits

Author SHA1 Message Date
ajacoutot
6874568674 Fix a comment, pointed out by Markus Lude. 2011-05-23 21:46:08 +00:00
ajacoutot
ef45bee41f Resurrect patch-dbus_dbus-connection_c which was lost during an update. 2011-05-23 08:58:31 +00:00
ajacoutot
e32a88b897 Don't try to open /proc. 2011-05-06 07:34:17 +00:00
ajacoutot
ca4ec51287 Fix detection of SCM_RIGHTS for fd passing.
from eric@
ok jasper@
2011-04-28 13:09:32 +00:00
ajacoutot
84e11a7fde Update to dbus-1.4.8. 2011-04-21 08:27:23 +00:00
ajacoutot
0fe6219413 Unbreak on gcc3: remove non supported -Wno-address.
spotted by and ok naddy@
2011-03-10 15:18:43 +00:00
ajacoutot
d3a02bd60f Update to dbus-1.4.6. 2011-03-07 19:20:28 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +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
bd6486671c It makes more sense to deal with the pidfile in pre, not post. 2010-12-14 18:45:54 +00:00
ajacoutot
927234fdf3 Update to dbus-1.4.0. 2010-12-13 10:41:22 +00:00
ajacoutot
4431a17a56 Quiet up rc_post. 2010-12-01 19:57:51 +00:00
ajacoutot
e89b9beb0f Cosmetic, be consistent with how we set the rcs id in other files. 2010-11-06 07:56:48 +00:00
ajacoutot
1d69cad31e Move to pkg-readmes. 2010-10-29 12:59:03 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
robert
6cb87fdc4c After discussion with $french and $german, we are renaming the rc scripts from
dash to underscore so that we are consitent with the foo_bar_flags
variable.
2010-10-28 21:10:07 +00:00
robert
535ab9db6c add an rc script for dbus-daemon 2010-10-28 10:59:33 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
tobias
bc97c9ccf0 Fixed typo.
ok ajacoutot
2010-09-16 12:47:54 +00:00
ajacoutot
31d891dbb4 Tweak MESSAGE. 2010-08-23 14:29:54 +00:00
ajacoutot
dd5e40f963 Enhance message with suggestions from dcoppa@.
This should help people having issues with gvfs applications out of the
full blown DE.
2010-08-21 19:06:00 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
ajacoutot
deef71a598 Take maintainer.
ok robert@
2010-07-02 18:01:53 +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
14a823cef8 Prevent an infinite EINVAL loop, from FreeBSD. 2010-04-20 17:48:18 +00:00
ajacoutot
33f40fbd10 Maintainance update to dbus-1.2.24. 2010-04-20 14:54:21 +00:00
landry
5fadbd3443 Also disable PIE on hppa, use same workaround as for arm. This produces
a non-segfaulting dbus package, so dbus-glib and a whole lot of other
packages might now build on hppa..
hints from ajacoutot@, ok espie@
2010-02-06 11:58:59 +00:00
ajacoutot
79a393a145 Update to dbus-1.2.16.
ok jasper@
2009-10-10 14:30:47 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
jasper
5085cdbc09 - better DESCR 2009-05-31 20:56:38 +00:00
ajacoutot
498110be75 - bugfix update to dbus-1.2.14
ok jasper@
2009-05-11 20:27:07 +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
kili
6b8efc7f28 Disable PIE *only* on arm.
From Brad.
2009-04-15 16:12:52 +00:00
kili
d4c0d5cf09 Disable PIE to fix the build on arm.
XXX this is just a workaround to get a working dbus on arm until PIE is fixed

ok "if you add some XXX about the PIE problem", ajacoutot@
2009-04-14 20:33:11 +00:00
ajacoutot
35b27c7e02 - it seems this patch was forgotten in previous commit
- safe bump
2009-01-28 19:05:23 +00:00
jasper
c4aa7d354a - maintenance update dbus to 1.2.12
from Brad, ok ajacoutot@
2009-01-28 14:16:19 +00:00
ajacoutot
1832f492c5 - re-add pie support now that it's been fixed on powerpc 2009-01-19 11:56:43 +00:00
ajacoutot
1bc053e624 - don't build with pie, it gives empty unresolved symbols on powerpc
ok todd@
2009-01-06 10:16:52 +00:00
jasper
2751f6c998 - set configure style to 'gnu', prodded by brad@ 2008-12-09 14:14:45 +00:00
jasper
51924015e8 - SECURITY UPDATE for dbus to 1.2.6
fixes CVE-2008-4311
The default policy for both sent and received messages was
effectively *allow*, and not deny as stated.

"looks good" todd@
2008-12-09 14:12:08 +00:00
ajacoutot
df15bcb26d - move -pthread linking where it belongs 2008-11-24 11:20:13 +00:00
brad
a56fa0420e Update to DBus 1.2.4.
Also a security update for a remote application DoS.. CVE-2008-3834.

ok jasper@ ajacoutot@
2008-10-12 22:08:04 +00:00
sturm
9bc75e4494 uninstall machine-id with pkg_delete -c 2008-06-10 03:09:39 +00:00
jasper
34f422b70d - better COMMENT
- fix locations in dbus-daemon.1 (spotted by ajacoutot)
2008-04-20 21:00:19 +00:00