Browse Source

wpa_supplicant-2.6-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11934 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
1ccba6d66d
1 changed files with 17 additions and 1 deletions
  1. 17 1
      w/wpa_supplicant/wpa_supplicant-vl.spec

+ 17 - 1
w/wpa_supplicant/wpa_supplicant-vl.spec

@@ -3,7 +3,7 @@
 Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Version: 2.6
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 Group: System Environment/Base
 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
 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
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -195,6 +204,9 @@ QT4 を用いた wpa_supplicant のグラフィカルユーザインタフェー
 %patch58 -p1 -b .rh1465138-openssl-cb
 %patch59 -p1 -b .rh1487640-mka
 %patch60 -p1 -b .rh1487640-pae
+%patch62 -p1 -b .rh1567474-pmf-0002
+%patch63 -p1 -b .rh1570903
+%patch64 -p1 -b .2018-1
 
 %build
 pushd wpa_supplicant
@@ -297,6 +309,10 @@ fi
 %endif
 
 %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
 - updated to 2.6.
 - imported Patch9-60 from rawhide.