Accepting request 803328 from Base:System
- Update to release 23 OBS-URL: https://build.opensuse.org/request/show/803328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dbus-broker?expand=0&rev=7
This commit is contained in:
commit
16eba8a4c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32f30700cefc997c479d75fcc42f3177940f1ebbee9c5a60c1e3ee39b90a9783
|
|
||||||
size 226536
|
|
3
dbus-broker-23.tar.xz
Normal file
3
dbus-broker-23.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95adfde56bce898c3b69eee0524732365e802348dd8189a35d5d00c30990dc81
|
||||||
|
size 227960
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 15:27:29 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 23
|
||||||
|
* Expose supplementary groups as `UnixGroupIDs` as defined by
|
||||||
|
the dbus specification in 0.53.
|
||||||
|
* The broker now uses the peer-pid from `SO_PEERCRED` on the
|
||||||
|
controller socket, rather than relying on `getppid()`. This
|
||||||
|
allows creating the broker from intermediate processes
|
||||||
|
without having any credentials of the intermediate leak into
|
||||||
|
the broker.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 17:52:17 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Mon Feb 24 17:52:17 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dbus-broker
|
Name: dbus-broker
|
||||||
Version: 22
|
Version: 23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XDG-conforming message bus implementation
|
Summary: XDG-conforming message bus implementation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -86,7 +86,6 @@ ln -s service "%buildroot/%_sbindir/rcdbus-broker"
|
|||||||
%service_del_postun dbus-broker.service
|
%service_del_postun dbus-broker.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%_bindir/dbus-broker*
|
%_bindir/dbus-broker*
|
||||||
%_unitdir/*.service
|
%_unitdir/*.service
|
||||||
%_prefix/lib/systemd/user/*.service
|
%_prefix/lib/systemd/user/*.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user