From 4fbc59df2cd0f5bf862fca1e9c1e17421992da45 Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Sat, 25 Jun 2022 19:03:19 +1100 Subject: [PATCH] iwd: update to 1.29. --- srcpkgs/iwd/patches/resolvconf-default.patch | 7 +++++-- srcpkgs/iwd/template | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/iwd/patches/resolvconf-default.patch b/srcpkgs/iwd/patches/resolvconf-default.patch index 7e33bb36af058d..aba5858bf55573 100644 --- a/srcpkgs/iwd/patches/resolvconf-default.patch +++ b/srcpkgs/iwd/patches/resolvconf-default.patch @@ -15,8 +15,8 @@ by default. This setting can also be overriden on a per-network basis. * - NameResolvingService -- - Values: resolvconf, **systemd** -+ - Values: **resolvconf**, systemd +- - Values: resolvconf, **systemd**, none ++ - Values: **resolvconf**, systemd, none Configures a DNS resolution method used by the system. @@ -26,6 +26,9 @@ - If not specified, ``systemd`` is used as default. + If not specified, ``resolvconf`` is used as default. + + If ``none`` is specified, then DNS and domain name information is + ignored. * - RoutePriorityOffset - Values: uint32 value (default: **300**) diff --git a/srcpkgs/iwd/template b/srcpkgs/iwd/template index 0b01bad5a2398a..7f1170dd517a8f 100644 --- a/srcpkgs/iwd/template +++ b/srcpkgs/iwd/template @@ -1,6 +1,6 @@ # Template file for 'iwd' pkgname=iwd -version=1.27 +version=1.29 revision=1 build_style=gnu-configure configure_args="--disable-systemd-service --enable-pie @@ -15,7 +15,7 @@ license="LGPL-2.1-or-later" homepage="https://iwd.wiki.kernel.org/" changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog" distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz" -checksum=013b4a0a79629c20d915954fc3b5d0620ef6e0d6065db3c342f4b3f9111f46ec +checksum=71533fe3b8f6381f24832198ba11d00f04a361454770c173b3b66bc3cdf272bd make_dirs="/var/lib/iwd 0600 root root /var/lib/ead 0600 root root /etc/iwd 755 root root"