Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iwd: use resolvconf instead of systemd-resolvd by default
@ 2020-10-27 19:33 Johnnynator
  2020-10-29 22:52 ` CameronNemo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Johnnynator @ 2020-10-27 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages iwd
https://github.com/void-linux/void-packages/pull/25923

iwd: use resolvconf instead of systemd-resolvd by default


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

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

From 8523d73217e5e1f164c84a68336a0506ec5e4a1e Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 27 Oct 2020 20:30:44 +0100
Subject: [PATCH] iwd: use resolvconf instead of systemd-resolvd by default

---
 srcpkgs/iwd/patches/resolvconf-default.patch | 11 +++++++++++
 srcpkgs/iwd/template                         |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/iwd/patches/resolvconf-default.patch

diff --git a/srcpkgs/iwd/patches/resolvconf-default.patch b/srcpkgs/iwd/patches/resolvconf-default.patch
new file mode 100644
index 00000000000..b5ab7d02e5c
--- /dev/null
+++ b/srcpkgs/iwd/patches/resolvconf-default.patch
@@ -0,0 +1,11 @@
+--- src/resolve.c	2020-09-05 09:43:41.000000000 +0200
++++ -	2020-10-27 20:27:39.193991880 +0100
+@@ -554,7 +554,7 @@
+ 			l_warn("[General].dns_resolve_method is deprecated, "
+ 				"use [Network].NameResolvingService");
+ 		else /* Default to systemd-resolved service. */
+-			method_name = "systemd";
++			method_name = "resolvconf";
+ 	}
+ 
+ 	for (i = 0; resolve_method_ops_list[i].name; i++) {
diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index 13cf01a762a..c147de23de8 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,7 +1,7 @@
 # Template file for 'iwd'
 pkgname=iwd
 version=1.9
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
  --enable-external-ell --enable-dbus-policy --enable-wired"

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

* Re: iwd: use resolvconf instead of systemd-resolvd by default
  2020-10-27 19:33 [PR PATCH] iwd: use resolvconf instead of systemd-resolvd by default Johnnynator
@ 2020-10-29 22:52 ` CameronNemo
  2020-10-29 22:52 ` CameronNemo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: CameronNemo @ 2020-10-29 22:52 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/25923#issuecomment-719068530

Comment:
the man page should also be updated, /usr/share/man/man5/iwd.config.5

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

* Re: iwd: use resolvconf instead of systemd-resolvd by default
  2020-10-27 19:33 [PR PATCH] iwd: use resolvconf instead of systemd-resolvd by default Johnnynator
  2020-10-29 22:52 ` CameronNemo
@ 2020-10-29 22:52 ` CameronNemo
  2020-11-01 21:37 ` [PR PATCH] [Updated] " Johnnynator
  2020-11-01 21:38 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: CameronNemo @ 2020-10-29 22:52 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/25923#issuecomment-719068530

Comment:
the man page should also be updated, /usr/share/man/man5/iwd.config.5, to document the changed default

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

* Re: [PR PATCH] [Updated] iwd: use resolvconf instead of systemd-resolvd by default
  2020-10-27 19:33 [PR PATCH] iwd: use resolvconf instead of systemd-resolvd by default Johnnynator
  2020-10-29 22:52 ` CameronNemo
  2020-10-29 22:52 ` CameronNemo
@ 2020-11-01 21:37 ` Johnnynator
  2020-11-01 21:38 ` [PR PATCH] [Merged]: " Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2020-11-01 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages iwd
https://github.com/void-linux/void-packages/pull/25923

iwd: use resolvconf instead of systemd-resolvd by default


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

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

From d27b4edd31954a1cef3e24de7b8cfd87d8342993 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 27 Oct 2020 20:30:44 +0100
Subject: [PATCH] iwd: use resolvconf instead of systemd-resolvd by default

---
 srcpkgs/iwd/patches/resolvconf-default.patch | 22 ++++++++++++++++++++
 srcpkgs/iwd/template                         |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/iwd/patches/resolvconf-default.patch

diff --git a/srcpkgs/iwd/patches/resolvconf-default.patch b/srcpkgs/iwd/patches/resolvconf-default.patch
new file mode 100644
index 00000000000..257615e7b92
--- /dev/null
+++ b/srcpkgs/iwd/patches/resolvconf-default.patch
@@ -0,0 +1,22 @@
+--- src/resolve.c	2020-09-05 09:43:41.000000000 +0200
++++ -	2020-10-27 20:27:39.193991880 +0100
+@@ -554,7 +554,7 @@
+ 			l_warn("[General].dns_resolve_method is deprecated, "
+ 				"use [Network].NameResolvingService");
+ 		else /* Default to systemd-resolved service. */
+-			method_name = "systemd";
++			method_name = "resolvconf";
+ 	}
+ 
+ 	for (i = 0; resolve_method_ops_list[i].name; i++) {
+--- src/iwd.config.5	2020-09-05 09:47:11.000000000 +0200
++++ -	2020-11-01 22:37:16.517573954 +0100
+@@ -198,7 +198,7 @@
+ \fBEnableNetworkConfiguration\fP and provides the choice of system
+ resolver integration.
+ .sp
+-If not specified, \fBsystemd\fP is used as default.
++If not specified, \fBresolvconf\fP is used as default.
+ T}
+ _
+ T{
diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template
index 13cf01a762a..c147de23de8 100644
--- a/srcpkgs/iwd/template
+++ b/srcpkgs/iwd/template
@@ -1,7 +1,7 @@
 # Template file for 'iwd'
 pkgname=iwd
 version=1.9
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
  --enable-external-ell --enable-dbus-policy --enable-wired"

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

* Re: [PR PATCH] [Merged]: iwd: use resolvconf instead of systemd-resolvd by default
  2020-10-27 19:33 [PR PATCH] iwd: use resolvconf instead of systemd-resolvd by default Johnnynator
                   ` (2 preceding siblings ...)
  2020-11-01 21:37 ` [PR PATCH] [Updated] " Johnnynator
@ 2020-11-01 21:38 ` Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2020-11-01 21:38 UTC (permalink / raw)
  To: ml

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

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

iwd: use resolvconf instead of systemd-resolvd by default
https://github.com/void-linux/void-packages/pull/25923

Description:


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

end of thread, other threads:[~2020-11-01 21:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27 19:33 [PR PATCH] iwd: use resolvconf instead of systemd-resolvd by default Johnnynator
2020-10-29 22:52 ` CameronNemo
2020-10-29 22:52 ` CameronNemo
2020-11-01 21:37 ` [PR PATCH] [Updated] " Johnnynator
2020-11-01 21:38 ` [PR PATCH] [Merged]: " Johnnynator

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