Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iwd: fix broken ead/run (ead crashes)
@ 2021-07-11 22:47 jirutka
  2021-07-12  5:25 ` [PR PATCH] [Updated] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jirutka @ 2021-07-11 22:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jirutka/void-packages iwd-fix-ead-run
https://github.com/void-linux/void-packages/pull/31917

iwd: fix broken ead/run (ead crashes)
#### Have the results of the proposed changes been tested?
- [x ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iwd-fix-ead-run-31917.patch --]
[-- Type: text/x-diff, Size: 981 bytes --]

From 289ac0e51d61ffdeffebdf59d22a2e3bb4368193 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Mon, 12 Jul 2021 00:45:35 +0200
Subject: [PATCH] iwd: fix broken ead/run (ead crashes)

---
 srcpkgs/iwd/files/ead/run | 2 +-
 srcpkgs/iwd/template      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/iwd/files/ead/run b/srcpkgs/iwd/files/ead/run
index 1c0dbc0f912c..0eabeb81ce80 100644
--- a/srcpkgs/iwd/files/ead/run
+++ b/srcpkgs/iwd/files/ead/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 [ -r ./conf ] && . conf
-exec /usr/libexec/ead "${OPTS}"
+exec /usr/libexec/ead ${OPTS}
diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index 3a1c0fc23121..d98c4010fed6 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,7 +1,7 @@
 # Template file for 'iwd'
 pkgname=iwd
 version=1.15
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
  --enable-dbus-policy --enable-wired"

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

* Re: [PR PATCH] [Updated] iwd: fix broken ead/run (ead crashes)
  2021-07-11 22:47 [PR PATCH] iwd: fix broken ead/run (ead crashes) jirutka
@ 2021-07-12  5:25 ` ericonr
  2021-07-12  5:25 ` [PR PATCH] [Merged]: " ericonr
  2021-07-12  5:25 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-12  5:25 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/jirutka/void-packages iwd-fix-ead-run
https://github.com/void-linux/void-packages/pull/31917

iwd: fix broken ead/run (ead crashes)
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

/cc @ericonr 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iwd-fix-ead-run-31917.patch --]
[-- Type: text/x-diff, Size: 1068 bytes --]

From 24ddf9cbc552900370b0a743f36e007a0a3703c3 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Mon, 12 Jul 2021 00:45:35 +0200
Subject: [PATCH] iwd: fix quoting in ead service.

No configured options would make ead crash, and only one option could be
used successfully.
---
 srcpkgs/iwd/files/ead/run | 2 +-
 srcpkgs/iwd/template      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/iwd/files/ead/run b/srcpkgs/iwd/files/ead/run
index 1c0dbc0f912c..0eabeb81ce80 100644
--- a/srcpkgs/iwd/files/ead/run
+++ b/srcpkgs/iwd/files/ead/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 [ -r ./conf ] && . conf
-exec /usr/libexec/ead "${OPTS}"
+exec /usr/libexec/ead ${OPTS}
diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index 3a1c0fc23121..d98c4010fed6 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,7 +1,7 @@
 # Template file for 'iwd'
 pkgname=iwd
 version=1.15
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
  --enable-dbus-policy --enable-wired"

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

* Re: [PR PATCH] [Merged]: iwd: fix broken ead/run (ead crashes)
  2021-07-11 22:47 [PR PATCH] iwd: fix broken ead/run (ead crashes) jirutka
  2021-07-12  5:25 ` [PR PATCH] [Updated] " ericonr
@ 2021-07-12  5:25 ` ericonr
  2021-07-12  5:25 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-12  5:25 UTC (permalink / raw)
  To: ml

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

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

iwd: fix broken ead/run (ead crashes)
https://github.com/void-linux/void-packages/pull/31917

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

/cc @ericonr 

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

* Re: iwd: fix broken ead/run (ead crashes)
  2021-07-11 22:47 [PR PATCH] iwd: fix broken ead/run (ead crashes) jirutka
  2021-07-12  5:25 ` [PR PATCH] [Updated] " ericonr
  2021-07-12  5:25 ` [PR PATCH] [Merged]: " ericonr
@ 2021-07-12  5:25 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-07-12  5:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31917#issuecomment-877982321

Comment:
Thanks for the fix!

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

end of thread, other threads:[~2021-07-12  5:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11 22:47 [PR PATCH] iwd: fix broken ead/run (ead crashes) jirutka
2021-07-12  5:25 ` [PR PATCH] [Updated] " ericonr
2021-07-12  5:25 ` [PR PATCH] [Merged]: " ericonr
2021-07-12  5:25 ` ericonr

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).