Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r19cebb2 rab4fdfc  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    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))">
     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))">
    1313]>
    1414
     
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
    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"/>
     89      <xref role="runtime" linkend="make-ca"/> (runtime)
    10390    </para>
    10491
     
    10996      <xref linkend="gnutls"/>,
    11097      <xref linkend="libidn2"/>,
     98      <xref linkend="libpsl"/>,
    11199      <xref linkend="libssh2"/>,
    112100      <xref linkend="mitkrb"/>,
     
    188176    <para>
    189177       To run the test suite, issue: <command>make test</command>.
    190        <!--One test, <filename>1477</filename>, is known to fail due to
    191        a missing file in the curl tarball.--> Some tests are flaky,
     178       One test, <filename>1477</filename>, is known to fail due to
     179       a missing file in the curl tarball. Some tests are flaky,
    192180       so if some tests have failed it's possible to
    193181       run a test again with: <command>(cd tests; ./runtests.pl
    194182       <replaceable>&lt;test ID&gt;</replaceable>)</command> (the ID of
    195183       failed tests are shown in the <quote><computeroutput>These test cases
    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.
     184       failed:</computeroutput></quote> message).
    200185    </para>
    201186<!-- Two (of 857) tests
     
    406391our version of SSH. See https://github.com/curl/curl/issues/12096
    407392Test 1474 is still flaky.
    408 
    409 [bdubbs] - Test results for 8.6.0 (2024-02-01)
    410 TESTDONE: 1673 tests were considered during 395 seconds.
    411 TESTDONE: 1355 tests out of 1360 reported OK: 99%
    412 TESTFAIL: These test cases failed: 1139 1140 1173 1177 1477
    413 Run without valgrind.
    414 Tests 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'
    417393-->
    418394
Note: See TracChangeset for help on using the changeset viewer.