Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libnl.xml

    rcdf6da3 raf847db3  
    77  <!ENTITY libnl-download-http "https://github.com/thom311/libnl/releases/download/libnl&libnl-dl-version;/libnl-&libnl-version;.tar.gz">
    88  <!ENTITY libnl-download-ftp  " ">
    9   <!ENTITY libnl-md5sum        "74ba57b1b1d6f9f92268aa8141d8e8e4">
    10   <!ENTITY libnl-size          "948 KB">
    11   <!ENTITY libnl-buildsize     "78 MB (with tests and API documentation)">
    12   <!ENTITY libnl-time          "0.5 SBU (with tests and API documentation)">
     9  <!ENTITY libnl-md5sum        "b381405afd14e466e35d29a112480333">
     10  <!ENTITY libnl-size          "980 KB">
     11  <!ENTITY libnl-buildsize     "31 MB (with API documentation)">
     12  <!ENTITY libnl-time          "0.4 SBU (with API documentation)">
    1313
    1414
    1515  <!ENTITY libnl-doc-download-http "https://github.com/thom311/libnl/releases/download/libnl&libnl-dl-version;/libnl-doc-&libnl-version;.tar.gz">
    1616  <!ENTITY libnl-doc-download-ftp  " ">
    17   <!ENTITY libnl-doc-md5sum        "43a1a6f0c39f32bee05287c06c500bce">
    18   <!ENTITY libnl-doc-size          "11 MB">
     17  <!ENTITY libnl-doc-md5sum        "15f55a421a16ff4084c4a1af085c19b8">
     18  <!ENTITY libnl-doc-size          "13 MB">
    1919]>
    2020
    2121<sect1 id="libnl" xreflabel="libnl-&libnl-version;">
    2222  <?dbhtml filename="libnl.html"?>
    23 
    24   <sect1info>
    25     <date>$Date$</date>
    26   </sect1info>
    2723
    2824  <title>libnl-&libnl-version;</title>
     
    4036    </para>
    4137
    42     &lfs110a_checked;
     38    &lfs112_checked;
    4339
    4440    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9995      </listitem>
    10096    </itemizedlist>
    101 
     97<!--
     98    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     99    <itemizedlist spacing='compact'>
     100      <listitem>
     101        <para>
     102          Optional patch: <ulink
     103          url="&patch-root;/libnl-&libnl-version;-upstream_test_fix-1.patch"/>
     104        </para>
     105      </listitem>
     106    </itemizedlist>
     107-->
    102108    <para condition="html" role="usernotes">User Notes:
    103109      <ulink url="&blfs-wiki;/libnl"/>
     
    107113  <sect2 role="installation">
    108114    <title>Installation of libnl</title>
    109 
     115<!--
     116    <para>
     117      If you are going to run the package tests apply this patch:
     118    </para>
     119
     120<screen><userinput>patch -Np1 -i ../libnl-&libnl-version;-upstream_test_fix-1.patch
     121autoreconf -fi</userinput></screen>
     122-->
    110123    <para>
    111124      Install <application>libnl</application> by running the following
     
    119132
    120133    <para>
    121       To test the results, issue: <command>make check</command>.
    122       <!-- currently broken by check-0.15.1 -->
    123       <!--This package does not have a working test suite.
    124           With check-0.15.2, things are working again. -->
     134      This package does not come with a working test suite.
     135      <!--To test the results, issue: <command>make check</command>.
     136      One subtest is known to fail.-->
     137      <!-- If the kernel does not have CONFIG_IPC_NS=y, one subtest tests/check-all
     138      fails.  If it does have it, the subtest still fails in a different place
     139      for unknown reasons. Version 3.6.0. -->
    125140    </para>
    126141
Note: See TracChangeset for help on using the changeset viewer.