Changeset f96deed


Ignore:
Timestamp:
10/16/2017 08:06:01 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
538c0bf
Parents:
8fef77a
Message:

Patch wpa_supplicant.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19336 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8fef77a rf96deed  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
  • introduction/welcome/changelog.xml

    r8fef77a rf96deed  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - Patch wpa_supplicant-2.6 agaiosnt KRACK (security fix).
     50          Thanks to Tim Tassonis for preparing the patch. Fixes
     51          <ulink url="&blfs-ticket-root;9889">#9889</ulink>.</para>
     52        </listitem>
     53        <listitem>
    4954          <para>[bdubbs] - Update to QupZilla-2.2.0. Fixes
    5055          <ulink url="&blfs-ticket-root;9866">#9866</ulink>.</para>
  • networking/netprogs/wpa_supplicant.xml

    r8fef77a rf96deed  
    7777    </itemizedlist>
    7878
     79    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     80    <itemizedlist spacing="compact">
     81      <listitem>
     82        <para>
     83          Required patch:
     84          <ulink url="&patch-root;/wpa_supplicant-&wpa_supplicant-version;-upstream_fixes-1.patch"/>
     85        </para>
     86      </listitem>
     87    </itemizedlist>
     88
    7989    <bridgehead renderas="sect3">WPA Supplicant Dependencies</bridgehead>
    8090
     
    186196    </para>
    187197
    188 <screen><userinput>cd wpa_supplicant &amp;&amp;
     198<screen><userinput>patch -p1 -i ../wpa_supplicant-&wpa_supplicant-version;-upstream_fixes-1.patch &amp;&amp;
     199cd wpa_supplicant                                         &amp;&amp;
    189200make BINDIR=/sbin LIBDIR=/lib</userinput></screen>
    190201
Note: See TracChangeset for help on using the changeset viewer.