-
Notifications
You must be signed in to change notification settings - Fork 2.5k
elogind: update to 255.17. #56741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elogind: update to 255.17. #56741
Conversation
cc6717a to
be9145d
Compare
srcpkgs/elogind/patches/tests2.patch
Outdated
| #include "tests.h" | ||
|
|
||
| int main(int argc, char *argv[]) { | ||
| +#if 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this patch is turnstile specific, we probably cant pull it in without breakage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch disables malloc_trim() / malloc_info() calls (not available on musl) and some test code that fails to build, so I'm not sure if it breaks the package.
d91ef0b to
2ad2bd5
Compare
|
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
|
up ⬆️ |
|
255.22 is available, I updated the PR for that: oreo639@4b42857 feel free to use that (assuming you don't run into any issues). In this case, I split the elogind/elogind@e9aac30 |
2ad2bd5 to
89461d8
Compare
|
Thanks @oreo639 , it looks good to me, edit: All good. |
Co-authored-by: Daniel Martinez <danielpedromartinez@duck.com> Co-authored-by: oreo639 <oreo6391@gmail.com>
89461d8 to
74e1e3f
Compare
|
Alright, I updated |
Testing the changes
Local build testing
This update does not revbump dependent packages because the shared library ABI is unchanged (
libelogind.so.0).Runtime tested on my sway/Wayland setup; session tracking, suspend, poweroff, and seat management work as expected.
cc: @Gottox