diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-13 17:29:44 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-18 05:25:19 -1000 |
commit | f6bf88909aa609ef5d7c19345e6274fe02af5c0b (patch) | |
tree | c503eef9377d6719ea118607ad7dd64d041daca5 | |
parent | af8586bde2b8910ab7d0712aaf553720683cbd8e (diff) | |
download | poky-f6bf88909aa609ef5d7c19345e6274fe02af5c0b.tar.gz |
dbus: upgrade 1.14.8 -> 1.14.10
Changelog:
===========
• Avoid a dbus-daemon crash if re-creating a connection's policy fails.
• If getting the groups from a user ID fails, report the error correctly,
instead of logging "(null)"
• Return the primary group ID in GetConnectionCredentials()' UnixGroupIDs
field for processes with a valid-but-empty supplementary group list
(From OE-Core rev: 67ddf87d3286007a68071685d28a8f9e1ce7f3fa)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit aeabd6dd4e65e5cc31f4c2acc5cc46ea03737bed)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.14.10.bb (renamed from meta/recipes-core/dbus/dbus_1.14.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.14.8.bb b/meta/recipes-core/dbus/dbus_1.14.10.bb index 2dcbadd50b..2a256beabf 100644 --- a/meta/recipes-core/dbus/dbus_1.14.8.bb +++ b/meta/recipes-core/dbus/dbus_1.14.10.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \ | |||
16 | file://dbus-1.init \ | 16 | file://dbus-1.init \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[sha256sum] = "a6bd5bac5cf19f0c3c594bdae2565a095696980a683a0ef37cb6212e093bde35" | 19 | SRC_URI[sha256sum] = "ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f" |
20 | 20 | ||
21 | EXTRA_OECONF = "--disable-xml-docs \ | 21 | EXTRA_OECONF = "--disable-xml-docs \ |
22 | --disable-doxygen-docs \ | 22 | --disable-doxygen-docs \ |