Update to version 2.10

Related: #2042540

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
Davide Caratti 2022-01-20 10:46:20 +01:00
parent 58bcfe3913
commit e7a19f17ab
4 changed files with 10 additions and 11 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ wpa_supplicant-0.6.8.tar.gz
/wpa_supplicant-2.8.tar.gz
/wpa_supplicant-2.9.tar.gz
/wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz
/wpa_supplicant-2.10.tar.gz

View File

@ -1 +1 @@
SHA512 (wpa_supplicant-2.9.20211112.gitc8b94bc7b347.tar.gz) = 09781ecfea99f9003a3b558179083c96fc46363694d08592b0ff3c2f33494e47dec799b93c473f1236ccc003d677ac5cdc035f7ebf52bda30688131ad55a73a1
SHA512 (wpa_supplicant-2.10.tar.gz) = 021c2a48f45d39c1dc6557730be5debaee071bc0ff82a271638beee6e32314e353e49d39e2f0dc8dff6e094dcc7008cfe1c32d0c7a34a1a345a12a3f1c1e11a1

View File

@ -51,7 +51,7 @@ 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
# design is still subject to change. As such, this should not yet be enabled in

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: 1%{?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,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py
%changelog
* 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