diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-18 14:46:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-18 14:46:36 +0300 |
commit | 123928ddb136133a99765e4c865ee54bade64f6f (patch) | |
tree | 883978048e631a9c752526465c6bb357b37b6914 /dbus/iwd | |
parent | 71fd77b8b5521cdfadddfc3cb118b8f6f07245cc (diff) | |
download | repository-123928ddb136133a99765e4c865ee54bade64f6f.tar.gz |
iwd: bump to 1.12
Diffstat (limited to 'dbus/iwd')
-rwxr-xr-x | dbus/iwd/build | 4 | ||||
-rw-r--r-- | dbus/iwd/checksums | 2 | ||||
-rw-r--r-- | dbus/iwd/sources | 2 | ||||
-rw-r--r-- | dbus/iwd/version | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dbus/iwd/build b/dbus/iwd/build index c82e1860..b069be59 100755 --- a/dbus/iwd/build +++ b/dbus/iwd/build @@ -16,10 +16,10 @@ done PKG_CONFIG="pkgconf --static" # Don't use systemd as the default name resolver. -sed -i 's|method_name = "systemd"|method_name = "resolvconf"' src/resolve.c +sed -i 's|method_name = "systemd"|method_name = "resolvconf"|' src/resolve.c # Update the manual page to reflect upon the change. -sed -i '/If not specified/s/systemd/resolvconf' src/iwd.config.5 +sed -i '/If not specified/s/systemd/resolvconf/' src/iwd.config.5 make LDFLAGS=-all-static diff --git a/dbus/iwd/checksums b/dbus/iwd/checksums index 4646da17..db2cfa02 100644 --- a/dbus/iwd/checksums +++ b/dbus/iwd/checksums @@ -1,4 +1,4 @@ -db854f569cfa94dc32120d8cf2e7d483a16679f238e1a4794837d0e455ea7aa9 iwd-1.11.tar.xz +4238c394d35ee6e99291009424d5530183aa5367c6f4f5349a95a56c5c94a211 iwd-1.12.tar.xz 757221d6c8567238f03c53cb0254a0ffe24285459058a47c3e5cf992545b172c fix-name-request.patch 9095020f84ef469e0f284a3fa5bb286df34065f8791af3b6996518699ddce94b ead.run 2d34fa383666e43cdc7359909486c7e848bdedd48c58f849cd8a66471c406f50 iwd.run diff --git a/dbus/iwd/sources b/dbus/iwd/sources index 5f183d9f..600468e3 100644 --- a/dbus/iwd/sources +++ b/dbus/iwd/sources @@ -1,4 +1,4 @@ -https://cdn.kernel.org/pub/linux/network/wireless/iwd-1.11.tar.xz +https://cdn.kernel.org/pub/linux/network/wireless/iwd-1.12.tar.xz patches/fix-name-request.patch files/ead.run files/iwd.run diff --git a/dbus/iwd/version b/dbus/iwd/version index 1c832f37..44724bd8 100644 --- a/dbus/iwd/version +++ b/dbus/iwd/version @@ -1 +1 @@ -1.11 1 +1.12 1 |