<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/dbus, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-06-08T13:29:56Z</updated>
<entry>
<title>treewide: add or correct license information</title>
<updated>2026-06-08T13:29:56Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-05-13T04:40:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1adc05845455fa0da399d534a7ac35cdfc0e86f7'/>
<id>urn:sha1:1adc05845455fa0da399d534a7ac35cdfc0e86f7</id>
<content type='text'>
Add or correct license information across multiple packages.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix typos in version check overrides</title>
<updated>2026-05-25T05:02:47Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-05-23T23:22:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6a20260a1f42e57b64a1f435be4c26a569a72f71'/>
<id>urn:sha1:6a20260a1f42e57b64a1f435be4c26a569a72f71</id>
<content type='text'>
Fix shellcheck shell configuration in version check overrides.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>dbus: add version check override</title>
<updated>2026-05-16T14:49:10Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-05-11T14:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=94c808d1460bff44e08d2d5f23dfcb9790d9e4f7'/>
<id>urn:sha1:94c808d1460bff44e08d2d5f23dfcb9790d9e4f7</id>
<content type='text'>
Add manual version checks and skip version checks for dbus-utils.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>dbus: add test.sh for binaries without --version</title>
<updated>2026-05-01T18:01:30Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-01T07:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5b9e2dd55ea09b12c79357de68b9e1628d920adb'/>
<id>urn:sha1:5b9e2dd55ea09b12c79357de68b9e1628d920adb</id>
<content type='text'>
dbus-utils utilities do not implement --version so the generic CI
version check fails for them. Add a test.sh case that verifies the
binaries are present and executable instead.

dbus-utils: dbus-monitor, dbus-send, dbus-test-tool
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: avoid deref symlinks when installing .so</title>
<updated>2026-04-27T09:48:13Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-12-29T23:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=537c2a631dd117564720a80f6976280901b010f5'/>
<id>urn:sha1:537c2a631dd117564720a80f6976280901b010f5</id>
<content type='text'>
Deduplicate files

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>dbus: fix ujail configuration</title>
<updated>2025-08-14T08:58:04Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2025-08-05T15:34:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2749f0a3af09e02d4540ec6e624794c693bf9f4f'/>
<id>urn:sha1:2749f0a3af09e02d4540ec6e624794c693bf9f4f</id>
<content type='text'>
Running dbus as an unprivileged user fails for two reasons: Cannot write pid file
and cannot read the installed policies:

 Tue Aug  5 17:12:41 2025 daemon.info dbus-daemon[8568]: jail: exec-ing /usr/bin/dbus-daemon
 Tue Aug  5 17:12:41 2025 daemon.info dbus-daemon[8585]: Encountered error 'Failed to open "/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf": Permission denied' while parsing '/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf'
 Tue Aug  5 17:12:41 2025 daemon.err dbus-daemon[8568]: dbus-daemon[8585]: Encountered error 'Failed to open "/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf": Permission denied' while parsing '/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf'
 Tue Aug  5 17:12:41 2025 daemon.warn dbus-daemon[8585]: Failed to start message bus: Failed to open "/var/run/dbus.pid": Permission denied
 Tue Aug  5 17:12:41 2025 daemon.err dbus-daemon[8568]: dbus-daemon[8585]: Failed to start message bus: Failed to open "/var/run/dbus.pid": Permission denied
 Tue Aug  5 17:12:41 2025 daemon.info dbus-daemon[8568]: jail: jail (8585) exited with exit: 1

Fix by dropping the pid file when running unprivileged and changing the owner
of the installed policies.

Fixes: f238d6dd0996 ("dbus: run as regular user rather than as root")
Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>dbus: use pid file owned by dbus</title>
<updated>2025-08-01T21:35:41Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-08-01T14:12:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=78bdf21e799c917d1e3336e09ca8d06f748733e7'/>
<id>urn:sha1:78bdf21e799c917d1e3336e09ca8d06f748733e7</id>
<content type='text'>
Switching to the dbus user in edc5a534 also needed to redefine the
location of dbus.pid into the directory under its ownership. This
commit fixes that omission.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>dbus: run as regular user rather than as root</title>
<updated>2025-07-31T08:59:55Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-23T00:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f238d6dd0996e4cd511522b5af25c80ddab30e9b'/>
<id>urn:sha1:f238d6dd0996e4cd511522b5af25c80ddab30e9b</id>
<content type='text'>
Running as a dedicated dbus users is better from both a security and an
isolation perspective than running as root.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>dbus: update to 1.16.2</title>
<updated>2025-07-30T20:23:10Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-07-23T11:47:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c6b21821a56d387e0d3da87fbbacb28a260aa09b'/>
<id>urn:sha1:c6b21821a56d387e0d3da87fbbacb28a260aa09b</id>
<content type='text'>
Update the 1.16.2 and adapt Makefile to meson build system.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>dbus: take maintainership of the package</title>
<updated>2023-09-08T21:40:41Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2023-09-08T21:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=33627698a9af2fc56b1a6628248ec56d8655c4d1'/>
<id>urn:sha1:33627698a9af2fc56b1a6628248ec56d8655c4d1</id>
<content type='text'>
Since it seems that this nobody wants to be the maintainer of dbus,
I can take the responsibility.

I am no dbus expert, but can runtime test it and see if change seems
sane.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
</feed>
