Ignore:
Timestamp:
10/01/2023 03:47:53 PM (13 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
efec285
Parents:
f7a5feb9 (diff), 9448f79b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rf7a5feb9 r3e86dee  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "556576a795bdd2c7d10de6886480065f">
     9  <!ENTITY curl-md5sum        "2fc6cf5cefa8b73e3826aa24befdccff">
    1010  <!ENTITY curl-size          "2.5 MB">
    11   <!ENTITY curl-buildsize     "42 MB (add 23 MB for tests)">
    12   <!ENTITY curl-time          "0.1 SBU (with parallelism=4; add 15 SBU for tests (without valgrind, add 36 SBU with valgrind)">
     11  <!ENTITY curl-buildsize     "46 MB (add 19 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
     
    179179       The tests related to the SMB protocol will output a message
    180180       duplicated many times complaining the Python module impacket (not a
    181        part of BLFS) is missing and will be skipped.<!-- If libssh2 is installed
    182        and the optional <option>- -enable-ssh2</option> is used, test 1459
    183        will fail.-->
     181       part of BLFS) is missing and will be skipped.
     182       Some tests are flaky, so if some tests have failed it's possible to
     183       run a test again with: <command>(cd tests; ./runtests.pl
     184       <replaceable>&lt;test ID&gt;</replaceable>)</command> (the ID of
     185       failed tests are shown in the <quote><computeroutput>These test cases
     186       failed:</computeroutput></quote> message).
    184187    </para>
    185188<!-- Two (of 857) tests
     
    375378TESTDONE: 1369 tests out of 1369 reported OK: 100%
    376379All BLFS dependencies installed, and run under valgrind.
     380
     381[renodr] - Test results for 8.3.0 (2023-09-14)
     382TESTDONE: 1635 tests were considered during 4068 seconds.
     383TESTDONE: 1386 tests out of 1387 reported OK: 99%
     384TESTFAIL: These test cases failed: 1474
     385All BLFS dependencies installed, and run under valgrind. Test 1474 is flaky.
    377386-->
    378387
     
    434443
    435444    <para>
    436       <option>--without-ssl --with-gnutls</option>: Use to
     445      <option>--without-ssl --with-gnutls</option>: Use this switch to
    437446      build with <application>GnuTLS</application> support
    438447      instead of <application>OpenSSL</application> for SSL/TLS.
Note: See TracChangeset for help on using the changeset viewer.