Changeset 3e6dece


Ignore:
Timestamp:
12/28/2021 06:10:10 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d6fb457
Parents:
8030339
Message:

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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8030339 r3e6dece  
    4343    -->
    4444    <listitem>
     45      <para>December 28th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix wpa_supplicant connection issues when using
     49          OpenSSL-3.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>December 27th, 2021</para>
    4656      <itemizedlist>
  • networking/netprogs/wpa_supplicant.xml

    r8030339 r3e6dece  
    8282          Required patch:
    8383          <ulink url="&patch-root;/wpa_supplicant-&wpa_supplicant-version;-security_fixes-1.patch"/>
     84        </para>
     85        <para>
     86          Required patch:
     87          <ulink url="&patch-root;/wpa_supplicant-&wpa_supplicant-version;-openssl3-1.patch"/>
    8488        </para>
    8589      </listitem>
     
    198202
    199203    <para>
     204      Next, fix several runtime issues with OpenSSL-3:
     205    </para>
     206
     207<screen><userinput remap="pre">patch -Np1 -i ../wpa_supplicant-&wpa_supplicant-version;-openssl3-1.patch</userinput></screen>
     208
     209    <para>
    200210      Install <application>WPA Supplicant</application> by running the
    201211      following commands:
Note: See TracChangeset for help on using the changeset viewer.