wpa_supplicant: Update to version 2.12

Message ID 20260813133942.2669472-13-adolf.belka@ipfire.org
State Staged
Commit b10b224858dc7a82a6b9a179cd208b5f389b665f
Headers
Series wpa_supplicant: Update to version 2.12 |

Commit Message

Adolf Belka 13 Aug 2026, 1:39 p.m. UTC
- Update from version 2.11 to 2.12
- No change in rootfile
- Changelog
2.12
	* support RSN overriding (e.g., WPA3-Personal Compatibility Mode)
	* improve BSS transition management support
	* EHT/IEEE 802.11be/Wi-Fi 7
	  - more complete support
	  - fix message validation issues that could enable DoS attacks
	* support Wi-Fi Direct R2
	* support Wi-Fi Aware (add synchronized NAN; extend USD support)
	* support Proximity Ranging
	* support SPP A-MSDU negotiation
	* support IEEE 802.11bi functionality
	  - changing SAE password identifiers
	  - EPPKE
	  - IEEE 802.1X/EAP in Authentication frames
	  - Association frame encryption
	  - PMKID privacy
	* enable layer 2/Wi-Fi multicast filtering for all networks (not
	  just some Passpoint networks which enabled this before)
	* wpa_gui: port to Qt6
	* support OpenSSL 3.0 API changes
	* EAP-TEAP: protocol changes based on RFC 9930; this is not compatible
	  with previous versions
	* maintain configuration file permissions when writing updated
	  configuration
	* add option to validate PKCS#11/OpenSC engine and module paths
	* fix PMKSA caching to enforce network context to avoid misuse of
	  unexpected PMKSA cache entries
	* fix a potential DoS attack in SAE processing of an unexpected element
	* fix incomplete bounds checking of mesh AMPE messages that could have
	  resulted in DoS attacks and memory corruption
	* a large number of other fixes, cleanup, and extensions

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/wpa_supplicant | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant
index 38a147619..e9a2d2c13 100644
--- a/lfs/wpa_supplicant
+++ b/lfs/wpa_supplicant
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.11
+VER        = 2.12
 
 THISAPP    = wpa_supplicant-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 71bd0d11cd31eb5bc6beb51caf0f1399856ea188f316d2330053a2d8c81869057811e9f500828e8981eabd0af38f30a18a3ae584d744005c78681c82fa910abf
+$(DL_FILE)_BLAKE2 = 8a0d4d3d28370fe532676c2d02ce98db3861a6895cb73c83fd33bd3707698ead0bb7b4e9ed5a2cc87ea8db61f75b3da5bf548b67bce45b09223263da01d542ec
 
 install : $(TARGET)