Changeset f96deed
- Timestamp:
- 10/16/2017 08:06:01 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 538c0bf
- Parents:
- 8fef77a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8fef77a rf96deed 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "16"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> -
introduction/welcome/changelog.xml
r8fef77a rf96deed 47 47 <itemizedlist> 48 48 <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> 49 54 <para>[bdubbs] - Update to QupZilla-2.2.0. Fixes 50 55 <ulink url="&blfs-ticket-root;9866">#9866</ulink>.</para> -
networking/netprogs/wpa_supplicant.xml
r8fef77a rf96deed 77 77 </itemizedlist> 78 78 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 79 89 <bridgehead renderas="sect3">WPA Supplicant Dependencies</bridgehead> 80 90 … … 186 196 </para> 187 197 188 <screen><userinput>cd wpa_supplicant && 198 <screen><userinput>patch -p1 -i ../wpa_supplicant-&wpa_supplicant-version;-upstream_fixes-1.patch && 199 cd wpa_supplicant && 189 200 make BINDIR=/sbin LIBDIR=/lib</userinput></screen> 190 201
Note:
See TracChangeset
for help on using the changeset viewer.