mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
wpa_supplicant: Fix runtime issues with OpenSSL-3. Note that this patch
has no effect on an OpenSSL-1.1.1 system and is harmless on one of those.
This commit is contained in:
parent
8030339cf5
commit
3e6decec40
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 28th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix wpa_supplicant connection issues when using
|
||||
OpenSSL-3.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 27th, 2021</para>
|
||||
<itemizedlist>
|
||||
|
@ -82,6 +82,10 @@
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/wpa_supplicant-&wpa_supplicant-version;-security_fixes-1.patch"/>
|
||||
</para>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/wpa_supplicant-&wpa_supplicant-version;-openssl3-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
@ -196,6 +200,12 @@ EOF</userinput></screen>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../wpa_supplicant-&wpa_supplicant-version;-security_fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Next, fix several runtime issues with OpenSSL-3:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../wpa_supplicant-&wpa_supplicant-version;-openssl3-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>WPA Supplicant</application> by running the
|
||||
following commands:
|
||||
|
Loading…
Reference in New Issue
Block a user