import wpa_supplicant-2.10-2.el9

This commit is contained in:
CentOS Sources 2022-03-01 07:56:49 -05:00 committed by Stepan Oksanichenko
parent 075ff0e176
commit 6d81f20553
4 changed files with 23 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz
SOURCES/wpa_supplicant-2.10.tar.gz

View File

@ -1 +1 @@
b2d76c4d69a93ed3a266b5fcd76a36f7d7586c56 SOURCES/wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz
e295b07d599da4b99c3836d4402ec5746f77e8e8 SOURCES/wpa_supplicant-2.10.tar.gz

View File

@ -26,6 +26,15 @@ Subject: [PATCH] defconfig: Fedora configuration
# If CONFIG_TLS=internal is used, additional library and include paths are
# needed for LibTomMath. Alternatively, an integrated, minimal version of
@@ -390,7 +391,7 @@ CONFIG_CTRL_IFACE_DBUS_INTRO=y
#CONFIG_DYNAMIC_EAP_METHODS=y
# IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode
-CONFIG_IEEE80211R=y
+#CONFIG_IEEE80211R=y
# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
CONFIG_DEBUG_FILE=y
@@ -469,7 +470,7 @@ CONFIG_DEBUG_SYSLOG=y
# Should we attempt to use the getrandom(2) call that provides more reliable
# yet secure randomness source than /dev/random on Linux 3.17 and newer.
@ -51,9 +60,9 @@ Subject: [PATCH] defconfig: Fedora configuration
-#CONFIG_OWE=y
+CONFIG_OWE=y
# Device Provisioning Protocol (DPP)
# Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect)
CONFIG_DPP=y
@@ -628,3 +629,6 @@ CONFIG_DPP=y
@@ -633,3 +634,6 @@ CONFIG_DPP2=y
# design is still subject to change. As such, this should not yet be enabled in
# production use.
#CONFIG_PASN=y

View File

@ -1,8 +1,3 @@
%global gitdate 20211112
%global gitcommit c8b94bc7b347dac0422d32a3e330d4425d898906
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:12})
%global snapshot .%{gitdate}.git%{gitshortcommit}
%global _hardened_build 1
%if 0%{?fedora}
%bcond_without gui
@ -13,10 +8,10 @@
Summary: WPA/WPA2/IEEE 802.1X Supplicant
Name: wpa_supplicant
Epoch: 1
Version: 2.9
Release: 17%{snapshot}%{?dist}
Version: 2.10
Release: 2%{?dist}
License: BSD
Source0: http://w1.fi/releases/%{name}-%{version}%{snapshot}.tar.gz
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
Source1: wpa_supplicant.conf
Source2: wpa_supplicant.service
Source3: wpa_supplicant.sysconfig
@ -77,7 +72,7 @@ Graphical User Interface for wpa_supplicant written using QT
%prep
%autosetup -p1 -n %{name}-%{version}%{snapshot}
%autosetup -p1 -n %{name}-%{version}
%build
@ -194,6 +189,12 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%changelog
* Fri Feb 4 2022 Davide Caratti <dcaratti@redhat.com> - 1:2.10-2
- Disable CONFIG_IEEE80211R. Resolves: rhbz#2032539
* Thu Jan 20 2022 Davide Caratti <dcaratti@redhat.com> - 1:2.10-1
- Update to version 2.10. Resolves: rhbz#2042540
* Mon Nov 22 2021 Davide Caratti <dcaratti@redhat.com> - 1:2.9-17.20211112gitc8b94bc7b347
- Update to latest upstream tree to include support for H2E
Resolves: rhbz#2007334