Changeset e64cabd for networking


Ignore:
Timestamp:
12/16/2018 01:36:16 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
5ac58b54
Parents:
3dfed94
Message:

Update to NetworkManager-1.14.2. Fixes #11150.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r3dfed94 re64cabd  
    99  <!ENTITY NetworkManager-download-ftp
    1010           "&gnome-download-ftp;/NetworkManager/1.14/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "89efab4ecfa061925e926d11976ee1b8">
     11  <!ENTITY NetworkManager-md5sum        "54ce62f0aa18ef6c5e754eaac47494ac">
    1212  <!ENTITY NetworkManager-size          "4.2 MB">
    13   <!ENTITY NetworkManager-buildsize     "741 MB (with tests)">
     13  <!ENTITY NetworkManager-buildsize     "721 MB (with tests)">
    1414  <!ENTITY NetworkManager-time          "0.5 SBU (with tests)">
    1515]>
     
    114114    <para role="optional">
    115115      <xref linkend="bluez"/>,
     116      <xref linkend="dbus-python"/> (for the test suite),
    116117      <xref linkend="gnutls"/> (used if <xref linkend="nss"/> is not found),
    117118      <xref linkend="gtk-doc"/>,
     
    140141
    141142<screen><userinput>sed -e '/Qt[CDN]/s/Qt/Qt5/g'       \
    142     -e 's/-qt4/-qt5'               \
     143    -e 's/-qt4/-qt5/'              \
    143144    -e 's/moc_location/host_bins/' \
    144145    -i examples/C/qt/meson.build</userinput></screen>
     
    162163      --sysconfdir /etc          \
    163164      --localstatedir /var       \
     165      -Ddocs=true                \
    164166      -Dnmtui=true               \
    165167      -Dppp=false                \
     
    182184      --sysconfdir /etc          \
    183185      --localstatedir /var       \
     186      -Ddocs=true                \
    184187      -Dnmtui=true               \
    185188      -Dppp=false                \
     
    195198
    196199    <para>
    197       An already active graphical session with bus address is necessary to run
    198       the tests. To test the results, issue: <command>make check</command>.
     200      An already active <phrase revision="sysv">graphical</phrase> session
     201      with bus address is necessary to run the tests. To test the results,
     202      issue: <command>ninja test</command>.
    199203    </para>
    200204
     
    214218      <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are
    215219      necessary to build the Qt5 based examples.
     220    </para>
     221
     222    <para>
     223      <parameter>-Ddocs=true</parameter>: This parameter enable building of
     224      man pages and documentation.
    216225    </para>
    217226
Note: See TracChangeset for help on using the changeset viewer.