Changeset fad8db2 for networking


Ignore:
Timestamp:
07/18/2014 05:51:38 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
8f79ce13
Parents:
7daf33b
Message:

git-2.0.2 and curl-7.37.1: separate internal and external dependencies.
Update to libnl-3.2.25.
Update to xorg-server-1.16.0.
Update to nano-2.3.6.
Update to harfbuzz-0.9.32.

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

Location:
networking/netlibs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r7daf33b rfad8db2  
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
     87      <xref linkend="libidn"/>,
     88      <xref linkend="mitkrb"/>,
     89      <xref linkend="openldap"/>,
    8790      <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
    88       <xref linkend="libidn"/>,
    8991      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    90       <ulink url="http://www.libssh2.org">libssh2</ulink>,
    91       <xref linkend="mitkrb"/>,
    92       <xref linkend="openldap"/> and
     92      <ulink url="http://www.libssh2.org">libssh2</ulink>, and
    9393      <ulink url="http://www.vintela.com/resources/topics/spnego/">
    9494      SPNEGO</ulink>
  • networking/netlibs/libnl.xml

    r7daf33b rfad8db2  
    88  "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-&libnl-version;.tar.gz">
    99  <!ENTITY libnl-download-ftp  " ">
    10   <!ENTITY libnl-md5sum        "6e0e7bad0674749d930dd9f285343d55">
    11   <!ENTITY libnl-size          "784 KB">
    12   <!ENTITY libnl-buildsize     "25 MB">
    13   <!ENTITY libnl-time          "0.3 SBU">
     10  <!ENTITY libnl-md5sum        "03f74d0cd5037cadc8cdfa313bbd195c">
     11  <!ENTITY libnl-size          "816 KB">
     12  <!ENTITY libnl-buildsize     "22 MB (additional 1 MB for the tests and 37MB for the API documentation)">
     13  <!ENTITY libnl-time          "0.4 SBU">
     14
     15
     16  <!ENTITY libnl-doc-download-http
     17  "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-doc-&libnl-version;.tar.gz">
     18  <!ENTITY libnl-doc-download-ftp  " ">
     19  <!ENTITY libnl-doc-md5sum        "641f73052d9f54e720efe1a476a20237">
     20  <!ENTITY libnl-doc-size          "15 MB">
    1421]>
    1522
     
    7279    </itemizedlist>
    7380
     81    <bridgehead renderas="sect3">Optional Download</bridgehead>
     82    <itemizedlist spacing="compact">
     83      <listitem>
     84        <para>
     85          Download (HTTP): <ulink url="&libnl-doc-download-http;"/>
     86        </para>
     87      </listitem>
     88      <listitem>
     89        <para>
     90          Download (FTP): <ulink url="&libnl-doc-download-ftp;"/>
     91        </para>
     92      </listitem>
     93      <listitem>
     94        <para>
     95          Download MD5 sum: &libnl-doc-md5sum;
     96        </para>
     97      </listitem>
     98      <listitem>
     99        <para>
     100          Download size: &libnl-doc-size;
     101        </para>
     102      </listitem>
     103    </itemizedlist>
     104
    74105    <bridgehead renderas="sect3">libnl Dependencies</bridgehead>
    75106
     
    94125<screen><userinput>./configure --prefix=/usr     \
    95126            --sysconfdir=/etc \
    96             --disable-static &amp;&amp;
     127            --disable-static  &amp;&amp;
    97128make</userinput></screen>
    98129
     
    106137
    107138<screen role="root"><userinput>make install</userinput></screen>
     139
     140    <para>
     141      If you wish to install the API docummentation, as the
     142      <systemitem class="username">root</systemitem> user:
     143    </para>
     144
     145<screen role="root"><userinput>mkdir -vp /usr/share/doc/libnl-&libnl-version; &amp;&amp;
     146tar -xf --strip-components=1 --no-same-owner \
     147        ../libnl-doc-&libnl-version;.tar.gz -C /usr/share/doc/libnl-&libnl-version;</userinput></screen>
    108148
    109149  </sect2>
     
    142182          libnl-genl-3.so,
    143183          libnl-idiag-3.so,
    144           libnl-nf-3.so, and
    145           libnl-route-3.so
     184          libnl-nf-3.so,
     185          libnl-route-3.so, and
     186          cli modules under /usr/lib/libnl/cli tree
    146187        </seg>
    147188        <seg>
    148189          /etc/libnl,
    149           /usr/include/libnl3, and
    150           /usr/lib/libnl
     190          /usr/include/libnl3,
     191          /usr/lib/libnl, and
     192          /usr/share/doc/libnl-&libnl-version;
    151193        </seg>
    152194      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.