aboutsummaryrefslogtreecommitdiffstats
path: root/main/dbus/0001-_dbus_generate_random_bytes-fallback-to-getrandom-2.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/dbus: update getrandom patchNatanael Copa2020-03-261-118/+0
| | | | | update getrandom patch after feedback from upstream ref #11327
* main/dbus: re-add uuid generation from post-installNatanael Copa2020-03-241-0/+118
we need /etc/machine-id for some testsuites, for example for main/gcr. We solve the missing /dev/urandom in chroot by falling back to getrandom(2). fixes #11327 Upstream merge request: https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/147 This reverts commit 0af557e86d000ac9a1bc35a99b5d14d417c67d72.