Browse Source

wpa_supplicant-2.9-5

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
0277b06271
1 changed files with 16 additions and 2 deletions
  1. 16 2
      w/wpa_supplicant/wpa_supplicant-vl.spec

+ 16 - 2
w/wpa_supplicant/wpa_supplicant-vl.spec

@@ -4,7 +4,7 @@
 Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Version: 2.9
-Release: 4%{?_dist_release}%{?with_systemd:.systemd}
+Release: 5%{?_dist_release}%{?with_systemd:.systemd}
 Group: network,system
 Vendor: Project Vine
 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
 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
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -85,7 +94,7 @@ authentication/association of the wlan driver.
 %package gui
 Summary: Graphical User Interface for %{name}
 Summary(ja): %{name} のグラフィカルユーザインタフェース
-Group: admin-tools
+Group: admin-tools,network
 
 %description gui
 Graphical User Interface for wpa_supplicant written using QT4
@@ -120,6 +129,7 @@ pushd wpa_supplicant
   make eapol_test
 popd
 
+
 %install
 rm -rf %{buildroot}
 
@@ -235,6 +245,10 @@ fi
 
 
 %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
 - imported Patch13 from upstream to fox CVE-2021-30004.