Ignore:
Timestamp:
12/31/2012 02:26:44 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a3c54ef2
Parents:
52a90a3
Message:

Package upgrades.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wpa_supplicant.xml

    r52a90a3 r8cce479c  
    88           "http://hostap.epitest.fi/releases/wpa_supplicant-&wpa_supplicant-version;.tar.gz">
    99  <!ENTITY wpa_supplicant-download-ftp  " ">
    10   <!ENTITY wpa_supplicant-md5sum        "8650f6aa23646ef634402552d0669640">
     10  <!ENTITY wpa_supplicant-md5sum        "b29b9af02d7e092db8c5c8508de0e45c">
    1111  <!ENTITY wpa_supplicant-size          "1.9 MB">
    12   <!ENTITY wpa_supplicant-buildsize     "16 MB">
     12  <!ENTITY wpa_supplicant-buildsize     "25 MB">
    1313  <!ENTITY wpa_supplicant-time          "0.1 SBU">
    1414]>
     
    8282    <para role="recommended">
    8383      <xref linkend="libnl"/> and
    84       <!-- From defconfig: WEXT is deprecated in the current Linux kernel
    85       version and no new functionality is added to it. nl80211-based
    86       interface is the new replacement for WEXT -->
    8784      <xref linkend="openssl"/>
    88       <!-- For EAP-* Methods -->
    8985    </para>
    9086
    9187    <bridgehead renderas="sect4">Optional</bridgehead>
    9288    <para role="optional">
    93       <xref linkend="dbus"/> and
    94       <xref linkend="libxml2"/>
    95       <!-- D-Bus and libxml2 are required for D-Bus Interface which
    96       NetworkManager uses.
    97 
    98       WPA Supplicant uses internal Linux specific implemenation
    99       for L2_PACKET, libpcap or libdnet are only there for portability
    100       with other OS'es. See README if you don't believe me. -->
    101     </para>
    102 
    103     <!-- TODO: Write instructions for building wpa_gui -->
     89      <xref linkend="dbus"/>,
     90      <xref linkend="libxml2"/> and
     91      <xref linkend="qt"/>
     92    </para>
    10493
    10594    <para condition="html" role="usernotes">User Notes:
     
    153142CONFIG_BACKEND=file
    154143CONFIG_CTRL_IFACE=y
     144CONFIG_DEBUG_FILE=y
     145CONFIG_DEBUG_SYSLOG=y
     146CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
    155147CONFIG_DRIVER_NL80211=y
    156148CONFIG_DRIVER_WEXT=y
     
    198190
    199191    <para>
     192      If you have installed <xref linkend="qt"/> and wish to build
     193      <application>WPA Supplicant</application> GUI program, run
     194      the following commands:
     195    </para>
     196
     197<screen><userinput>pushd wpa_gui-qt4 &amp;&amp;
     198qmake wpa_gui.pro &amp;&amp;
     199make &amp;&amp;
     200popd</userinput></screen>
     201
     202    <para>
    200203      This package does not come with a test suite.
    201204    </para>
     
    221224                 /usr/share/dbus-1/system-services &amp;&amp;
    222225install -v -m644 dbus/dbus-wpa_supplicant.conf /etc/dbus-1/system.d/wpa_supplicant.conf</userinput></screen>
     226
     227    <para>
     228      If you have built <application>WPA Supplicant</application> GUI
     229      program, install it by running the following commands as the
     230      <systemitem class="username">root</systemitem> user:
     231    </para>
     232
     233<screen role="root"><userinput>install -m755 wpa_gui-qt4/wpa_gui /usr/bin/ &amp;&amp;
     234install -m644 doc/docbook/wpa_gui.8 /usr/share/man/man8/ &amp;&amp;
     235install -m644 wpa_gui-qt4/wpa_gui.desktop /usr/share/applications/ &amp;&amp;
     236install -m644 wpa_gui-qt4/icons/wpa_gui.svg /usr/share/pixmaps/</userinput></screen>
    223237
    224238    <note>
     
    330344    <segmentedlist>
    331345      <segtitle>Installed Programs</segtitle>
    332       <segtitle>Installed Libraries</segtitle>
    333       <segtitle>Installed Directories</segtitle>
    334346     
    335347      <seglistitem>
    336         <seg>wpa_supplicant, wpa_passphrase and wpa_cli</seg>
    337         <seg>none</seg>
    338         <seg>none</seg>
     348        <seg>
     349          wpa_gui, wpa_supplicant, wpa_passphrase and wpa_cli
     350        </seg>
    339351      </seglistitem>
    340352    </segmentedlist>
     
    344356      <?dbfo list-presentation="list"?>
    345357      <?dbhtml list-presentation="table"?>
     358
     359      <varlistentry id="wpa_gui">
     360        <term><command>wpa_gui</command></term>
     361        <listitem>
     362          <para>
     363            is a graphical frontend program for interacting with
     364            <application>wpa_supplicant</application>.
     365          </para>
     366          <indexterm zone="wpa_supplicant wpa_gui">
     367            <primary sortas="b-wpa_gui">wpa_gui</primary>
     368          </indexterm>
     369        </listitem>
     370      </varlistentry>
    346371
    347372      <varlistentry id="wpa_supplicant-prog">
Note: See TracChangeset for help on using the changeset viewer.