defconfig: enable IPv6

wpa_supplicant and eapol_test can now configure IPv6 addresses

Resolves: #2095296

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
Davide Caratti 2023-07-17 15:16:38 +02:00
parent 99f4bf2096
commit afb281b1b9
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -637,3 +637,5 @@ CONFIG_WEP=y
#
CONFIG_SUITEB192=y
+# Support IPv6
+CONFIG_IPV6=y

View File

@ -43,6 +43,8 @@ Patch9: wpa_supplicant-allow-legacy-renegotiation.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2226569
Patch10: wpa_supplicant-nl80211-check-sae-authentication-offload-support.patch
Patch11: wpa_supplicant-sae-pass-sae-password-on-connect-for-sae-authentication-offload-support.patch
# Enable IPv6 (#2095296)
Patch12: wpa_supplicant-defconfig-enable-ipv6.patch
URL: http://w1.fi/wpa_supplicant/
@ -205,6 +207,7 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%changelog
* Wed Aug 30 2023 Davide Cavalca <dcavalca@fedoraproject.org> - 1:2.10-8
- Backport WPA3 support for Broadcom devices. Fixes: rhbz#2226569
- Enable parsing of IPv6 addresses in RADIUS configuration (#2095296)
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.10-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild