* [Buildroot] [PATCH 0/2] Resend using proper tools of my dbus version bump / permissions patch
@ 2012-12-19 18:43 Gary Coulbourne
2012-12-19 18:43 ` [Buildroot] [PATCH 1/2] dbus: bump dbus version from 1.4.24 to current 1.6.8 Gary Coulbourne
2012-12-19 18:43 ` [Buildroot] [PATCH 2/2] dbus: fix permissions of the installed launch helper Gary Coulbourne
0 siblings, 2 replies; 3+ messages in thread
From: Gary Coulbourne @ 2012-12-19 18:43 UTC (permalink / raw)
To: buildroot
This is a set of patches which fix a broken permissions problem in dbus and bump the version.
Gary Coulbourne (2):
dbus: bump dbus version from 1.4.24 to current 1.6.8
dbus: fix permissions of the installed launch helper
package/dbus/dbus.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] dbus: bump dbus version from 1.4.24 to current 1.6.8
2012-12-19 18:43 [Buildroot] [PATCH 0/2] Resend using proper tools of my dbus version bump / permissions patch Gary Coulbourne
@ 2012-12-19 18:43 ` Gary Coulbourne
2012-12-19 18:43 ` [Buildroot] [PATCH 2/2] dbus: fix permissions of the installed launch helper Gary Coulbourne
1 sibling, 0 replies; 3+ messages in thread
From: Gary Coulbourne @ 2012-12-19 18:43 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gary Coulbourne <bear@bears.org>
---
package/dbus/dbus.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index ec42874..694cbfe 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -3,7 +3,7 @@
# dbus
#
#############################################################
-DBUS_VERSION = 1.4.24
+DBUS_VERSION = 1.6.8
DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
DBUS_INSTALL_STAGING = YES
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] dbus: fix permissions of the installed launch helper
2012-12-19 18:43 [Buildroot] [PATCH 0/2] Resend using proper tools of my dbus version bump / permissions patch Gary Coulbourne
2012-12-19 18:43 ` [Buildroot] [PATCH 1/2] dbus: bump dbus version from 1.4.24 to current 1.6.8 Gary Coulbourne
@ 2012-12-19 18:43 ` Gary Coulbourne
1 sibling, 0 replies; 3+ messages in thread
From: Gary Coulbourne @ 2012-12-19 18:43 UTC (permalink / raw)
To: buildroot
DBus uses a suid root launch helper to automatically start and stop services. This does not
get installed properly, and requires fixup after installation to have the correct permissions.
Signed-off-by: Gary Coulbourne <bear@bears.org>
---
package/dbus/dbus.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 694cbfe..f7f6d6d 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -87,6 +87,10 @@ HOST_DBUS_CONF_OPT = \
# dbus for the host
DBUS_HOST_INTROSPECT=$(HOST_DBUS_DIR)/introspect.xml
+define DBUS_PERMISSIONS
+/usr/libexec/dbus-daemon-launch-helper f 4750 0 81 - - - - -
+endef
+
HOST_DBUS_GEN_INTROSPECT = \
$(HOST_DIR)/usr/bin/dbus-daemon --introspect > $(DBUS_HOST_INTROSPECT)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-19 18:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 18:43 [Buildroot] [PATCH 0/2] Resend using proper tools of my dbus version bump / permissions patch Gary Coulbourne
2012-12-19 18:43 ` [Buildroot] [PATCH 1/2] dbus: bump dbus version from 1.4.24 to current 1.6.8 Gary Coulbourne
2012-12-19 18:43 ` [Buildroot] [PATCH 2/2] dbus: fix permissions of the installed launch helper Gary Coulbourne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox