From 3f977bb7bf9777544fd3a6b150dc69a561bfb110 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 Jul 2022 22:04:13 +0300 Subject: iwd: bump to 1.29 --- dbus/iwd/checksums | 3 +- ...build-fix-time.h-related-breakage-on-musl.patch | 79 ---------------------- dbus/iwd/sources | 3 +- dbus/iwd/version | 2 +- 4 files changed, 3 insertions(+), 84 deletions(-) delete mode 100644 dbus/iwd/patches/0001-build-fix-time.h-related-breakage-on-musl.patch diff --git a/dbus/iwd/checksums b/dbus/iwd/checksums index 26c2fb77..4055043f 100644 --- a/dbus/iwd/checksums +++ b/dbus/iwd/checksums @@ -1,6 +1,5 @@ %BLAKE3 -9717f0a6b01e7e9e4e9b7324ea6a514e314f38acf4effc90056a4b7d758b47b0 iwd-1.28.tar.xz +1f57e789e8d3f46d186544c144890c576ec601890a1be4de54929788a06c224d iwd-1.29.tar.xz 5950e1dd2a8474d150856eadf448a6e38a5a664a18ef0e0597d9e67be40c34d3 fix-name-request.patch -3db730d55a1ed13b1188cea4ebcf3d7ca8bb174e0d455278d250f966ab9ce791 0001-build-fix-time.h-related-breakage-on-musl.patch fbbcb5adeabc7296e8801269cdd1a4f93c4d3f302f574b59321f4bb4f78f7d8d ead.run b7c60edb5e3822e5c081909de3e8d9d134b85a0433811d02353649e50f64606b iwd.run diff --git a/dbus/iwd/patches/0001-build-fix-time.h-related-breakage-on-musl.patch b/dbus/iwd/patches/0001-build-fix-time.h-related-breakage-on-musl.patch deleted file mode 100644 index 7da5c28f..00000000 --- a/dbus/iwd/patches/0001-build-fix-time.h-related-breakage-on-musl.patch +++ /dev/null @@ -1,79 +0,0 @@ -From 0cee9267ef95b3a13917e042dc205bc24be9328e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= -Date: Mon, 6 Jun 2022 17:05:48 +0000 -Subject: [PATCH] build: fix time.h related breakage on musl - -missing time.h for struct timeval usage -forward declaration of struct timeval in time-private.h ---- - ell/dhcp-transport.c | 1 + - ell/dhcp6-transport.c | 1 + - ell/icmp6.c | 1 + - ell/time-private.h | 2 +- - ell/time.c | 1 + - 5 files changed, 5 insertions(+), 1 deletion(-) - -diff --git a/ell/dhcp-transport.c b/ell/dhcp-transport.c -index ef030de..c4cf0ca 100644 ---- a/ell/dhcp-transport.c -+++ b/ell/dhcp-transport.c -@@ -40,6 +40,7 @@ - #include - #include - #include -+#include - - #include "io.h" - #include "util.h" -diff --git a/ell/dhcp6-transport.c b/ell/dhcp6-transport.c -index 30c425f..5ff6516 100644 ---- a/ell/dhcp6-transport.c -+++ b/ell/dhcp6-transport.c -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - - #include "private.h" - #include "missing.h" -diff --git a/ell/icmp6.c b/ell/icmp6.c -index 368977f..7319903 100644 ---- a/ell/icmp6.c -+++ b/ell/icmp6.c -@@ -36,6 +36,7 @@ - #include - #include - #include -+#include - - #include "private.h" - #include "useful.h" -diff --git a/ell/time-private.h b/ell/time-private.h -index 5295d94..83c23dd 100644 ---- a/ell/time-private.h -+++ b/ell/time-private.h -@@ -19,7 +19,7 @@ - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ -- -+struct timeval; - uint64_t _time_pick_interval_secs(uint32_t min_secs, uint32_t max_secs); - uint64_t _time_fuzz_msecs(uint64_t ms); - uint64_t _time_fuzz_secs(uint32_t secs, uint32_t max_offset); -diff --git a/ell/time.c b/ell/time.c -index 10e10b0..41e5725 100644 ---- a/ell/time.c -+++ b/ell/time.c -@@ -26,6 +26,7 @@ - - #define _GNU_SOURCE - #include -+#include - - #include "time.h" - #include "time-private.h" --- -2.36.1 - diff --git a/dbus/iwd/sources b/dbus/iwd/sources index 5d1884d5..9d4ea56a 100644 --- a/dbus/iwd/sources +++ b/dbus/iwd/sources @@ -1,5 +1,4 @@ -https://cdn.kernel.org/pub/linux/network/wireless/iwd-1.28.tar.xz +https://cdn.kernel.org/pub/linux/network/wireless/iwd-1.29.tar.xz patches/fix-name-request.patch -patches/0001-build-fix-time.h-related-breakage-on-musl.patch files/ead.run files/iwd.run diff --git a/dbus/iwd/version b/dbus/iwd/version index ebb2df53..907666ae 100644 --- a/dbus/iwd/version +++ b/dbus/iwd/version @@ -1 +1 @@ -1.28 1 +1.29 1 -- cgit v1.2.3