Changeset 3e6dece for networking


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.