Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rab4fdfc r19cebb2  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "3e9e5c2db494e7dbd4e7024b149021c9">
    10   <!ENTITY curl-size          "2.6 MB">
    11   <!ENTITY curl-buildsize     "53 MB (add 18 MB for tests)">
    12   <!ENTITY curl-time          "0.3 SBU (with parallelism=4; add 15 SBU for tests (without valgrind, add 36 SBU with valgrind))">
     9  <!ENTITY curl-md5sum        "8f28f7e08c91cc679a45fccf66184fbc">
     10  <!ENTITY curl-size          "2.5 MB">
     11  <!ENTITY curl-buildsize     "42 MB (add 18 MB for tests)">
     12  <!ENTITY curl-time          "0.2 SBU (with parallelism=4; add 4.1 SBU for tests (without valgrind, add 36 SBU with valgrind))">
    1313]>
    1414
     
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
    89       <xref role="runtime" linkend="make-ca"/> (runtime)
     89      <xref linkend="libpsl"/>
     90    </para>
     91
     92    <note>
     93      <para>
     94        While there is an option to build the package without libpsl, both
     95        the upstream developers and the BLFS editors alike highly recommend
     96        not disabling support for libpsl due to severe security implications.
     97      </para>
     98    </note>
     99
     100    <bridgehead renderas="sect4">Recommended at runtime</bridgehead>
     101    <para role="recommended">
     102      <xref role="runtime" linkend="make-ca"/>
    90103    </para>
    91104
     
    96109      <xref linkend="gnutls"/>,
    97110      <xref linkend="libidn2"/>,
    98       <xref linkend="libpsl"/>,
    99111      <xref linkend="libssh2"/>,
    100112      <xref linkend="mitkrb"/>,
     
    176188    <para>
    177189       To run the test suite, issue: <command>make test</command>.
    178        One test, <filename>1477</filename>, is known to fail due to
    179        a missing file in the curl tarball. Some tests are flaky,
     190       <!--One test, <filename>1477</filename>, is known to fail due to
     191       a missing file in the curl tarball.--> Some tests are flaky,
    180192       so if some tests have failed it's possible to
    181193       run a test again with: <command>(cd tests; ./runtests.pl
    182194       <replaceable>&lt;test ID&gt;</replaceable>)</command> (the ID of
    183195       failed tests are shown in the <quote><computeroutput>These test cases
    184        failed:</computeroutput></quote> message).
     196       failed:</computeroutput></quote> message). If you run the tests after
     197       the package has been installed, some tests may fail because the man
     198       pages were deleted by the 'find' command in the installation instructions
     199       below.
    185200    </para>
    186201<!-- Two (of 857) tests
     
    391406our version of SSH. See https://github.com/curl/curl/issues/12096
    392407Test 1474 is still flaky.
     408
     409[bdubbs] - Test results for 8.6.0 (2024-02-01)
     410TESTDONE: 1673 tests were considered during 395 seconds.
     411TESTDONE: 1355 tests out of 1360 reported OK: 99%
     412TESTFAIL: These test cases failed: 1139 1140 1173 1177 1477
     413Run without valgrind.
     414Tests seem to looking for man pages that are missing.
     415- renodr: this is because tests were run after the man pages were deleted by
     416  the find command after 'make install'
    393417-->
    394418
Note: See TracChangeset for help on using the changeset viewer.