diff --git a/wpa_supplicant-config.patch b/wpa_supplicant-config.patch index d753745..f5fdab2 100644 --- a/wpa_supplicant-config.patch +++ b/wpa_supplicant-config.patch @@ -18,6 +18,15 @@ Subject: [PATCH] defconfig: Fedora configuration # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used). # This requires CONFIG_EAP_AKA to be enabled, too. +@@ -311,7 +311,7 @@ CONFIG_BACKEND=file + #CONFIG_NO_LINUX_PACKET_SOCKET_WAR=y + + # Support Operating Channel Validation +-#CONFIG_OCV=y ++CONFIG_OCV=y + + # Select TLS implementation + # openssl = OpenSSL (default) @@ -338,6 +338,7 @@ CONFIG_BACKEND=file # Select which ciphers to use by default with OpenSSL if the user does not # specify them. diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index fb45161..25370c9 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -9,7 +9,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source1: wpa_supplicant.conf @@ -189,6 +189,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py %changelog +* Wed Jan 26 2022 Michael Yartys - 1:2.10-2 +- Enable Operating Channel Validation (OCV) support + * Mon Jan 17 2022 Davide Caratti - 1:2.10-1 - Update to version 2.10 (keeping CONFIG_WEP enabled). Related: rhbz#2041269