aboutsummaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-03 10:23:40 +0100
committerCem Keylan <cem@ckyln.com>2021-11-03 10:23:40 +0100
commit735190c3909239205e429eb08e802b97582dd787 (patch)
tree4a53bac26c38c8a5399b836d681e7322c26cd469 /dbus
parent0f33a350b22e6f313b00e98a2634324bb767508e (diff)
downloadrepository-735190c3909239205e429eb08e802b97582dd787.tar.gz
iwd: bump to 1.19
Diffstat (limited to 'dbus')
-rw-r--r--dbus/iwd/checksums3
-rw-r--r--dbus/iwd/patches/musl-fix.patch11
-rw-r--r--dbus/iwd/sources3
-rw-r--r--dbus/iwd/version2
4 files changed, 3 insertions, 16 deletions
diff --git a/dbus/iwd/checksums b/dbus/iwd/checksums
index 6ae2a03f..d332f86a 100644
--- a/dbus/iwd/checksums
+++ b/dbus/iwd/checksums
@@ -1,6 +1,5 @@
%BLAKE3
-df6b08aec9f528c45990021644dd7ba3882884d757085afd30f885762e8906b9 iwd-1.18.tar.xz
+05f3562f7c7ce7135304cb321851bcc778aac0297532649c6ad3a2652bc207f7 iwd-1.19.tar.xz
5950e1dd2a8474d150856eadf448a6e38a5a664a18ef0e0597d9e67be40c34d3 fix-name-request.patch
-ea1cd18a801a43eecd2d617eba8ba0d4baf79c8a9f5f92e5cbf0a7817af0f5d4 musl-fix.patch
fbbcb5adeabc7296e8801269cdd1a4f93c4d3f302f574b59321f4bb4f78f7d8d ead.run
b7c60edb5e3822e5c081909de3e8d9d134b85a0433811d02353649e50f64606b iwd.run
diff --git a/dbus/iwd/patches/musl-fix.patch b/dbus/iwd/patches/musl-fix.patch
deleted file mode 100644
index 58d12bfe..00000000
--- a/dbus/iwd/patches/musl-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- iwd.orig/src/netconfig.c Tue Sep 14 23:01:22 2021
-+++ iwd/src/netconfig.c Thu Sep 16 12:38:50 2021
-@@ -185,7 +185,7 @@
- struct in6_addr in6_addr;
- char *addr_str = l_malloc(INET6_ADDRSTRLEN);
-
-- memcpy(in6_addr.__in6_u.__u6_addr8, addr, 16);
-+ memcpy(in6_addr.__in6_union.__s6_addr, addr, 16);
-
- if (L_WARN_ON(unlikely(!inet_ntop(AF_INET6, &in6_addr, addr_str,
- INET6_ADDRSTRLEN)))) {
diff --git a/dbus/iwd/sources b/dbus/iwd/sources
index eb43679b..a03b37d2 100644
--- a/dbus/iwd/sources
+++ b/dbus/iwd/sources
@@ -1,5 +1,4 @@
-https://cdn.kernel.org/pub/linux/network/wireless/iwd-1.18.tar.xz
+https://cdn.kernel.org/pub/linux/network/wireless/iwd-1.19.tar.xz
patches/fix-name-request.patch
-patches/musl-fix.patch
files/ead.run
files/iwd.run
diff --git a/dbus/iwd/version b/dbus/iwd/version
index 4fd73f1f..4e7f270b 100644
--- a/dbus/iwd/version
+++ b/dbus/iwd/version
@@ -1 +1 @@
-1.18 1
+1.19 1