iwd: update to 1.29.

Close: #38184
This commit is contained in:
Evgeny Ermakov 2022-06-25 19:03:19 +11:00 committed by Đoàn Trần Công Danh
parent f9afc568d0
commit e6b4f70c93
2 changed files with 7 additions and 4 deletions

View File

@ -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**)

View File

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