package/iwd: bump version to 1.24
- remove 001-dpp-fix-implicit-declaration-of-function-explicit_bz.patch
(upstream applied [1])
- Changelog (since 1.21, from [2]):
ver 1.24:
Fix issue with handshake and missing rekeying support.
Fix issue with BSS ranking and zero signal strength.
Fix issue with setting OWE IE length correctly.
ver 1.23:
Fix issue with handling handshake offloading.
Fix issue with at_console and D-Bus policy.
ver 1.22:
Fix issue with handling periodic scanning.
Fix issue with handling scanning completion.
Fix issue with handling scanning for OWE auto-connect.
Add support for additional DPP features.
[1] https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=6ce41f621154eff0145dab41308bc145c0440f16
[2] https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/ChangeLog
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 92e0fe71de
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9eb41375c2
commit
079e1510bb
@ -1,41 +0,0 @@
|
||||
From 6ce41f621154eff0145dab41308bc145c0440f16 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Seiderer <ps.report@gmx.net>
|
||||
Date: Mon, 10 Jan 2022 22:32:18 +0100
|
||||
Subject: [PATCH] dpp: fix implicit declaration of function explicit_bzero
|
||||
warning
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
- add missing src/missing.h include for explicit_bzero, fixes uclibc
|
||||
compile/linking
|
||||
|
||||
Fixes:
|
||||
|
||||
src/dpp.c:166:2: warning: implicit declaration of function ‘explicit_bzero’ [-Wimplicit-function-declaration]
|
||||
166 | explicit_bzero(dpp->r_nonce, dpp->nonce_len);
|
||||
| ^~~~~~~~~~~~~~
|
||||
|
||||
[backport from upstream]
|
||||
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
||||
[yann.morin.1998@free.fr: actual backport now upstreamn applied]
|
||||
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
|
||||
---
|
||||
src/dpp.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/dpp.c b/src/dpp.c
|
||||
index 84e89f6c..8091ded1 100644
|
||||
--- a/src/dpp.c
|
||||
+++ b/src/dpp.c
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "linux/nl80211.h"
|
||||
|
||||
+#include "src/missing.h"
|
||||
#include "src/dbus.h"
|
||||
#include "src/netdev.h"
|
||||
#include "src/module.h"
|
||||
--
|
||||
2.34.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
# From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
|
||||
sha256 bac891df91c605271e91b73cf0015e1ba86ff784347e53fc67601366859b3851 iwd-1.21.tar.xz
|
||||
sha256 61b5e48380cd3a6d0529f725eb6974157f1410af165f5d266b87add0bf395224 iwd-1.24.tar.xz
|
||||
|
||||
# License files
|
||||
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IWD_VERSION = 1.21
|
||||
IWD_VERSION = 1.24
|
||||
IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
|
||||
IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
|
||||
IWD_LICENSE = LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user