Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] elogind: update to 243.7.
@ 2020-12-15 16:03 pbui
  2020-12-16  0:23 ` travankor
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: pbui @ 2020-12-15 16:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages elogind
https://github.com/void-linux/void-packages/pull/27182

elogind: update to 243.7.
This was reverted in 93eb2fb2f548db67c6e295d690b8075449656509, but it appears to be fixed now.

Upstream has retagged 243.7 (https://github.com/elogind/elogind/releases/tag/v243.7) and it appears to be working (no issues with XDG_RUNTIME_DIR).  

This also fixes handling of sleep/resume hooks.

A patch file from https://github.com/void-linux/void-packages/pull/27182.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elogind-27182.patch --]
[-- Type: text/x-diff, Size: 1359 bytes --]

From 5b70e0086e7004d92ba4a37b3518f78e78b556a1 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Tue, 15 Dec 2020 10:59:16 -0500
Subject: [PATCH] elogind: update to 243.7.

Upstream has retagged 243.7 and it appears to be working (no issues with
XDG_RUNTIME_DIR).  This also fixes handling of sleep/resume hooks.
---
 srcpkgs/elogind/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index 35480b0ece0..eb04b35a878 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -1,8 +1,7 @@
 # Template file for 'elogind'
 pkgname=elogind
-reverts="243.7_1"
-version=243.4
-revision=3
+version=243.7
+revision=2
 build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
  -Drootlibexecdir=/usr/libexec/elogind -Dreboot-path=/usr/bin/reboot
@@ -18,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/elogind/elogind"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=f1098745863138e6270ea22e78a39baef9a0356b48246c5a53b34211992dc7db
+checksum=941fde1ffbdf51d61e47fcebc49e2fc2b1347fcf3b0522bfa9d65ad5da653e53
 conf_files="/etc/elogind/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: elogind: update to 243.7.
  2020-12-15 16:03 [PR PATCH] elogind: update to 243.7 pbui
@ 2020-12-16  0:23 ` travankor
  2020-12-16  1:51 ` pbui
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: travankor @ 2020-12-16  0:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27182#issuecomment-745674613

Comment:
this breaks unprivileged suspend/hibernate if you don't have polkit present

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: elogind: update to 243.7.
  2020-12-15 16:03 [PR PATCH] elogind: update to 243.7 pbui
  2020-12-16  0:23 ` travankor
@ 2020-12-16  1:51 ` pbui
  2020-12-16  2:16 ` travankor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: pbui @ 2020-12-16  1:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27182#issuecomment-745711019

Comment:
@travankor Could you explain what you mean or provide detail on how to reproduce the breakage?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: elogind: update to 243.7.
  2020-12-15 16:03 [PR PATCH] elogind: update to 243.7 pbui
  2020-12-16  0:23 ` travankor
  2020-12-16  1:51 ` pbui
@ 2020-12-16  2:16 ` travankor
  2020-12-16  2:41 ` pbui
  2020-12-16  2:41 ` [PR PATCH] [Closed]: " pbui
  4 siblings, 0 replies; 7+ messages in thread
From: travankor @ 2020-12-16  2:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27182#issuecomment-745718710

Comment:
A good summary is in this [ticket](https://github.com/elogind/elogind/issues/167).

tl;dr: Elogind added a commit that unintentionally makes polkit a mandatory dependency, when in the past it was optional. And note that this was fixed for elogind v246.X whenever that gets released.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: elogind: update to 243.7.
  2020-12-15 16:03 [PR PATCH] elogind: update to 243.7 pbui
                   ` (2 preceding siblings ...)
  2020-12-16  2:16 ` travankor
@ 2020-12-16  2:41 ` pbui
  2020-12-16  2:41 ` [PR PATCH] [Closed]: " pbui
  4 siblings, 0 replies; 7+ messages in thread
From: pbui @ 2020-12-16  2:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27182#issuecomment-745726302

Comment:
Ah, ok.  We can wait for the next release then and hopefully that use case works.  I mainly wanted to update to get working suspend/resume hooks... but I can build that locally and run it on my own machines.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: elogind: update to 243.7.
  2020-12-15 16:03 [PR PATCH] elogind: update to 243.7 pbui
                   ` (3 preceding siblings ...)
  2020-12-16  2:41 ` pbui
@ 2020-12-16  2:41 ` pbui
  4 siblings, 0 replies; 7+ messages in thread
From: pbui @ 2020-12-16  2:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

There's a closed pull request on the void-packages repository

elogind: update to 243.7.
https://github.com/void-linux/void-packages/pull/27182

Description:
This was reverted in 93eb2fb2f548db67c6e295d690b8075449656509, but it appears to be fixed now.

Upstream has retagged 243.7 (https://github.com/elogind/elogind/releases/tag/v243.7) and it appears to be working (no issues with XDG_RUNTIME_DIR).  

This also fixes handling of sleep/resume hooks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: elogind: update to 243.7.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22664@inbox.vuxu.org>
@ 2020-09-29 12:13 ` travankor
  0 siblings, 0 replies; 7+ messages in thread
From: travankor @ 2020-09-29 12:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

There's a closed pull request on the void-packages repository

elogind: update to 243.7.
https://github.com/void-linux/void-packages/pull/22664

Description:
None

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-16  2:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 16:03 [PR PATCH] elogind: update to 243.7 pbui
2020-12-16  0:23 ` travankor
2020-12-16  1:51 ` pbui
2020-12-16  2:16 ` travankor
2020-12-16  2:41 ` pbui
2020-12-16  2:41 ` [PR PATCH] [Closed]: " pbui
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22664@inbox.vuxu.org>
2020-09-29 12:13 ` travankor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).