From 8d138d54f93d3bf6b81a6a8133d1f2886a053a54 Mon Sep 17 00:00:00 2001 From: Guan Jun-Ming Date: Sun, 14 May 2023 19:55:57 +0800 Subject: [PATCH 1/3] fix(DEFAULT-CONFIG): issue-I72Z7E fix wpa_supplicant failed to start --- build-config | 2 +- wpa_supplicant.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-config b/build-config index b7369ec..79a8fc7 100644 --- a/build-config +++ b/build-config @@ -43,4 +43,4 @@ CONFIG_IEEE80211R=y CONFIG_IEEE80211W=y CONFIG_WIFI_DISPLAY=y CONFIG_MACSEC=y -CONFIG_TLS_DEFAULT_CIPHERS="PROFILE=SYSTEM:3DES" +#CONFIG_TLS_DEFAULT_CIPHERS="PROFILE=SYSTEM:3DES" diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index d6cd21f..8957c72 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,7 +1,7 @@ Name: wpa_supplicant Epoch: 1 Version: 2.10 -Release: 1 +Release: 2 Summary: A WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN) License: BSD or GPLv2 Url: https://w1.fi/wpa_supplicant/ -- Gitee From 76cc5a26b2ab55d4f5daec27456d861f083df5c8 Mon Sep 17 00:00:00 2001 From: Guan Jun-Ming Date: Sun, 14 May 2023 20:51:22 +0800 Subject: [PATCH 2/3] update change log --- wpa_supplicant.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 8957c72..2e9a335 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -103,6 +103,9 @@ install -m644 %{name}/doc/docbook/*.5 %{buildroot}%{_mandir}/man5 %{_mandir}/man5/* %changelog +* Sun May 14 2023 yuanxin - 1:2.10-2 +- update build-config file to remove CONFIG_TLS_DEFAULT_CIPHERS + * Thu Mar 31 2022 yuanxin - 1:2.10-1 - update version to 2.10 -- Gitee From d9ebbe87942902d50b2c4f85170304ac45b4a4ed Mon Sep 17 00:00:00 2001 From: Guan Jun-Ming Date: Sun, 14 May 2023 20:52:07 +0800 Subject: [PATCH 3/3] name --- wpa_supplicant.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 2e9a335..35e63f3 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -103,7 +103,7 @@ install -m644 %{name}/doc/docbook/*.5 %{buildroot}%{_mandir}/man5 %{_mandir}/man5/* %changelog -* Sun May 14 2023 yuanxin - 1:2.10-2 +* Sun May 14 2023 Guan Jun-Ming - 1:2.10-2 - update build-config file to remove CONFIG_TLS_DEFAULT_CIPHERS * Thu Mar 31 2022 yuanxin - 1:2.10-1 -- Gitee