Ignore:
Timestamp:
12/12/2020 05:31:15 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6aa48d38, fb047da0
Parents:
8c6a76e8
Message:

Update to curl-7.74.0
Update to tracker-miners-3.0.3
Update to tracker-3.0.2
Update to NetworkManager-1.28.0
Update to fuse3-3.10.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r8c6a76e8 r21d18f7e  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "86d74ff1ee79ddf2688348990870652d">
    12   <!ENTITY NetworkManager-size          "4.8 MB">
    13   <!ENTITY NetworkManager-buildsize     "995 MB (with tests)">
    14   <!ENTITY NetworkManager-time          "1.0 SBU (with tests; both using parallelism=4)">
     11  <!ENTITY NetworkManager-md5sum        "3c4a70764ec3418a796b2c3f2a1f83e0">
     12  <!ENTITY NetworkManager-size          "5.0 MB">
     13  <!ENTITY NetworkManager-buildsize     "900 MB (with tests)">
     14  <!ENTITY NetworkManager-time          "0.9 SBU (with tests, using parallelism=4)">
    1515]>
    1616
     
    8989    <bridgehead renderas="sect4">Required</bridgehead>
    9090    <para role="required">
    91       <xref linkend="dbus-glib"/> and
     91      <xref linkend="dbus-glib"/>,
     92      <xref linkend="jansson"/>, and
    9293      <xref linkend="libndp"/>
    9394    </para>
     
    101102      <xref linkend="gobject-introspection"/>,
    102103      <xref linkend="iptables"/>,
    103       <xref linkend="jansson"/>,
    104104      <xref linkend="newt"/> (for <command>nmtui</command>),
    105105      <xref linkend="nss"/>,
     
    201201CXXFLAGS+="-O2 -fPIC"            \
    202202meson --prefix /usr              \
    203       -Djson_validation=false    \
    204203      -Dlibaudit=no              \
    205204      -Dlibpsl=false             \
     
    222221CXXFLAGS+="-O2 -fPIC"            \
    223222meson --prefix /usr              \
    224       -Djson_validation=false    \
    225223      -Dlibaudit=no              \
    226224      -Dlibpsl=false             \
     
    241239      with a bus address is necessary to run the tests. To test the results,
    242240      as the root user, <!-- needs the "ip" command -->
    243       issue: <command>ninja test</command>. Five tests,
     241      issue: <command>ninja test</command>. Six tests,
     242      <filename>test-l3cfg</filename>,
    244243      <filename>devices/test-acd</filename>,
    245244      <filename>platform/test-tc-linux</filename>,
     
    283282
    284283    <para>
    285       <parameter>-Djson_validation=false</parameter>,
    286       <parameter>-Dlibpsl=false</parameter>, and
     284  <!--<parameter>-Djson_validation=false</parameter>, no longer recognized -->
     285      <parameter>-Dlibpsl=false</parameter> and
    287286      <parameter>-Dovs=false</parameter>: These switches disable building with the
    288287      respective libraries. Remove if you have the needed libraries installed.
     
    363362      <para>
    364363        For <application>NetworkManager</application> to work, at least
    365         a minimal configuration file must be present. Such file is not
     364        a minimal configuration file must be present. Such a file is not
    366365        installed with <command>make install</command>. Issue the following
    367366        command as the <systemitem class="username">root</systemitem> user to
    368         create minimal <filename>NetworkManager.conf</filename> file:
     367        create a minimal <filename>NetworkManager.conf</filename> file:
    369368      </para>
    370369
     
    379378        files in the
    380379        <filename class="directory">/etc/NetworkManager/conf.d</filename>
    381         direcotry.
     380        directory.
    382381      </para>
    383382
     
    420419
    421420      <para>
    422         To allow regular users permission to configure network connections,
     421        To allow regular users to configure network connections,
    423422        you should add them to the
    424423        <systemitem class="groupname">netdev</systemitem>
     
    560559        <listitem>
    561560          <para>
    562             is an utility to find out whether you are online.
     561            is an utility to determine whether you are online.
    563562          </para>
    564563          <indexterm zone="NetworkManager nm-online">
     
    572571        <listitem>
    573572          <para>
    574             is an interactive ncurses based interface for
     573            is an interactive ncurses-based user interface for
    575574            <application>nmcli</application>.
    576575          </para>
     
    585584        <listitem>
    586585          <para>
    587             is an interactive ncurses based interface connection to
     586            is an interactive ncurses-based user interface to
    588587            activate/deactivate connections.
    589588          </para>
     
    598597        <listitem>
    599598          <para>
    600             is an interactive ncurses based interface connection editor.
     599            is an interactive ncurses-based user interface to edit connections.
    601600          </para>
    602601          <indexterm zone="NetworkManager nmtui-edit">
     
    610609        <listitem>
    611610          <para>
    612             is an interactive ncurses based interface hostname editor.
     611            is an interactive ncurses-based user interface to edit the hostname.
    613612          </para>
    614613          <indexterm zone="NetworkManager nmtui-hostname">
Note: See TracChangeset for help on using the changeset viewer.