|
@@ -4,7 +4,7 @@
|
|
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
|
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
|
Name: wpa_supplicant
|
|
Name: wpa_supplicant
|
|
Version: 2.9
|
|
Version: 2.9
|
|
-Release: 4%{?_dist_release}%{?with_systemd:.systemd}
|
|
+Release: 5%{?_dist_release}%{?with_systemd:.systemd}
|
|
Group: network,system
|
|
Group: network,system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -54,6 +54,15 @@ Patch12: 0001-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R.patch
|
|
# CVE-2021-30004
|
|
# CVE-2021-30004
|
|
Patch13: 0001-ASN-1-Validate-DigestAlgorithmIdentifier-parameters.patch
|
|
Patch13: 0001-ASN-1-Validate-DigestAlgorithmIdentifier-parameters.patch
|
|
|
|
|
|
|
|
+# fix for 802.11r networks, and cards that don't support it
|
|
|
|
+Patch14: 0001-Check-for-FT-support-when-selecting-FT-suites.patch
|
|
|
|
+
|
|
|
|
+#fix nmci failures with OpenSSL-3.0.0
|
|
|
|
+Patch15: 0001-OpenSSL-Allow-systemwide-secpolicy-overrides-for-TLS.patch
|
|
|
|
+Patch16: 0001-EAP-TTLS-PEAP-peer-Fix-failure-when-using-session-ti.patch
|
|
|
|
+Patch17: 0001-openssl-Disable-padding-after-initializing-the-ciphe.patch
|
|
|
|
+Patch18: 0001-openssl-Remove-deprecated-functions-from-des_encrypt.patch
|
|
|
|
+
|
|
## Vine patches
|
|
## Vine patches
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -85,7 +94,7 @@ authentication/association of the wlan driver.
|
|
%package gui
|
|
%package gui
|
|
Summary: Graphical User Interface for %{name}
|
|
Summary: Graphical User Interface for %{name}
|
|
Summary(ja): %{name} のグラフィカルユーザインタフェース
|
|
Summary(ja): %{name} のグラフィカルユーザインタフェース
|
|
-Group: admin-tools
|
|
+Group: admin-tools,network
|
|
|
|
|
|
%description gui
|
|
%description gui
|
|
Graphical User Interface for wpa_supplicant written using QT4
|
|
Graphical User Interface for wpa_supplicant written using QT4
|
|
@@ -120,6 +129,7 @@ pushd wpa_supplicant
|
|
make eapol_test
|
|
make eapol_test
|
|
popd
|
|
popd
|
|
|
|
|
|
|
|
+
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
@@ -235,6 +245,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Oct 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.9-5
|
|
|
|
+- built with openssl-3.0.0.
|
|
|
|
+- imported Patch14-18 from rawhide.
|
|
|
|
+
|
|
* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.9-4
|
|
* Sat Apr 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.9-4
|
|
- imported Patch13 from upstream to fox CVE-2021-30004.
|
|
- imported Patch13 from upstream to fox CVE-2021-30004.
|
|
|
|
|