mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
iwd: update to 1.13.
Fix iwd.config(5) patch to act on .rst file, not the pre-generated .5 file - the build system re-generates it and overrode our change.
This commit is contained in:
parent
8887b9d0d8
commit
135e582a03
2 changed files with 25 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- src/resolve.c 2020-09-05 09:43:41.000000000 +0200
|
--- src/resolve.c
|
||||||
+++ - 2020-10-27 20:27:39.193991880 +0100
|
+++ src/resolve.c
|
||||||
@@ -554,7 +554,7 @@
|
@@ -604,7 +604,7 @@ static int resolve_init(void)
|
||||||
l_warn("[General].dns_resolve_method is deprecated, "
|
l_warn("[General].dns_resolve_method is deprecated, "
|
||||||
"use [Network].NameResolvingService");
|
"use [Network].NameResolvingService");
|
||||||
else /* Default to systemd-resolved service. */
|
else /* Default to systemd-resolved service. */
|
||||||
|
@ -9,14 +9,23 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; resolve_method_ops_list[i].name; i++) {
|
for (i = 0; resolve_method_ops_list[i].name; i++) {
|
||||||
--- src/iwd.config.5 2020-09-05 09:47:11.000000000 +0200
|
--- src/iwd.config.rst
|
||||||
+++ - 2020-11-01 22:37:16.517573954 +0100
|
+++ src/iwd.config.rst
|
||||||
@@ -198,7 +198,7 @@
|
@@ -194,7 +194,7 @@ The group ``[Network]`` contains network configuration related settings.
|
||||||
\fBEnableNetworkConfiguration\fP and provides the choice of system
|
by default. This setting can also be overriden on a per-network basis.
|
||||||
resolver integration.
|
|
||||||
.sp
|
* - NameResolvingService
|
||||||
-If not specified, \fBsystemd\fP is used as default.
|
- - Values: resolvconf, **systemd**
|
||||||
+If not specified, \fBresolvconf\fP is used as default.
|
+ - Values: **resolvconf**, systemd
|
||||||
T}
|
|
||||||
_
|
Configures a DNS resolution method used by the system.
|
||||||
T{
|
|
||||||
|
@@ -202,7 +202,7 @@ The group ``[Network]`` contains network configuration related settings.
|
||||||
|
``EnableNetworkConfiguration`` and provides the choice of system
|
||||||
|
resolver integration.
|
||||||
|
|
||||||
|
- If not specified, ``systemd`` is used as default.
|
||||||
|
+ If not specified, ``resolvconf`` is used as default.
|
||||||
|
|
||||||
|
* - RoutePriorityOffset
|
||||||
|
- Values: uint32 value (default: **300**)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=1.12
|
version=1.13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-pie
|
configure_args="--disable-systemd-service --enable-pie
|
||||||
|
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://iwd.wiki.kernel.org/"
|
homepage="https://iwd.wiki.kernel.org/"
|
||||||
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
||||||
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
|
||||||
checksum=4238c394d35ee6e99291009424d5530183aa5367c6f4f5349a95a56c5c94a211
|
checksum=b005f7ed0f0a96a2c6181c44560fc868533a18e7034bd4cb43ea0d40c21b4e7a
|
||||||
make_dirs="/var/lib/iwd 0600 root root
|
make_dirs="/var/lib/iwd 0600 root root
|
||||||
/var/lib/ead 0600 root root
|
/var/lib/ead 0600 root root
|
||||||
/etc/iwd 755 root root"
|
/etc/iwd 755 root root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue