|
@@ -3,7 +3,7 @@
|
|
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
|
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
|
Name: wpa_supplicant
|
|
Name: wpa_supplicant
|
|
Version: 2.6
|
|
Version: 2.6
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://w1.fi/wpa_supplicant/
|
|
URL: http://w1.fi/wpa_supplicant/
|
|
@@ -99,6 +99,15 @@ Patch58: rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch
|
|
Patch59: rh1497640-mka-add-error-handling-for-secy_init_macsec.patch
|
|
Patch59: rh1497640-mka-add-error-handling-for-secy_init_macsec.patch
|
|
Patch60: rh1497640-pae-validate-input-before-pointer.patch
|
|
Patch60: rh1497640-pae-validate-input-before-pointer.patch
|
|
|
|
|
|
|
|
+# make PMF configurable using D-Bus (rh #1567474)
|
|
|
|
+Patch62: rh1567474-0002-D-Bus-Add-pmf-to-global-capabilities.patch
|
|
|
|
+
|
|
|
|
+# fix wrong encoding of NL80211_ATTR_SMPS_MODE (rh #1570903)
|
|
|
|
+Patch63: rh1570903-nl80211-Fix-NL80211_ATTR_SMPS_MODE-encoding.patch
|
|
|
|
+
|
|
|
|
+# Unauthenticated EAPOL-Key decryption in wpa_supplicant (CVE-2018-14526)
|
|
|
|
+Patch64: https://w1.fi/security/2018-1/rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch
|
|
|
|
+
|
|
## Vine patches
|
|
## Vine patches
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -195,6 +204,9 @@ QT4 を用いた wpa_supplicant のグラフィカルユーザインタフェー
|
|
%patch58 -p1 -b .rh1465138-openssl-cb
|
|
%patch58 -p1 -b .rh1465138-openssl-cb
|
|
%patch59 -p1 -b .rh1487640-mka
|
|
%patch59 -p1 -b .rh1487640-mka
|
|
%patch60 -p1 -b .rh1487640-pae
|
|
%patch60 -p1 -b .rh1487640-pae
|
|
|
|
+%patch62 -p1 -b .rh1567474-pmf-0002
|
|
|
|
+%patch63 -p1 -b .rh1570903
|
|
|
|
+%patch64 -p1 -b .2018-1
|
|
|
|
|
|
%build
|
|
%build
|
|
pushd wpa_supplicant
|
|
pushd wpa_supplicant
|
|
@@ -297,6 +309,10 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Nov 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6-2
|
|
|
|
+- rebuilt with openssl-1.1.1.
|
|
|
|
+- imported Patch62-64 from rawhide.
|
|
|
|
+
|
|
* Sat Mar 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6-1
|
|
* Sat Mar 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6-1
|
|
- updated to 2.6.
|
|
- updated to 2.6.
|
|
- imported Patch9-60 from rawhide.
|
|
- imported Patch9-60 from rawhide.
|