Github messages for voidlinux
 help / color / mirror / Atom feed
From: Johnnynator <Johnnynator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] iwd: use resolvconf instead of systemd-resolvd by default
Date: Tue, 27 Oct 2020 20:33:25 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25923@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2020-10-27 19:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-27 19:33 Johnnynator [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25923@inbox.vuxu.org \
    --to=johnnynator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).