diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-30 23:38:29 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-21 08:57:38 +0530 |
| commit | 6de735114a69447c51935d801dc6012fbf369308 (patch) | |
| tree | 7262811eeddc0c0a48affd1d48023b71387606db /meta-oe/recipes-connectivity | |
| parent | bdf97cd9d21797d74a3b71e33ee7ccd8bde9b478 (diff) | |
| download | meta-openembedded-6de735114a69447c51935d801dc6012fbf369308.tar.gz | |
iwd: upgrade 3.11 -> 3.12
Changelog:
===========
- Fix issue with handling expiration of PMKSA.
- Fix issue with handling uninitialized buffer and PMKID.
- Fix issue with checking for PKCS#8 key parser in unit tests.
- Fix issue with using -std=c23 compiler setting.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 7c5ec1fa02b125d9285d0e518ed2e62073b30b73)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_3.12.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_3.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.11.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb index c4956fb22c..a53137537e 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_3.11.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ | |||
| 9 | file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ | 9 | file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ |
| 10 | file://iwd \ | 10 | file://iwd \ |
| 11 | " | 11 | " |
| 12 | SRC_URI[sha256sum] = "85730e79de05978e26e44b958fd11e2ebb45424ca181f8db7a8daf25fc2226ea" | 12 | SRC_URI[sha256sum] = "d89a5e45c7180170e19be828f9e944a768c593758094fc57a358d0e7c4cb1a49" |
| 13 | 13 | ||
| 14 | inherit autotools manpages pkgconfig python3native systemd update-rc.d | 14 | inherit autotools manpages pkgconfig python3native systemd update-rc.d |
| 15 | 15 | ||
