Changeset 1bc4e7b3 for networking


Ignore:
Timestamp:
12/06/2023 11:29:22 PM (5 months ago)
Author:
Rahul Chandra <rahul@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
4a23c961
Parents:
2f48eeb
Message:

Update to curl-8.5.0 (Security Update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r2f48eeb r1bc4e7b3  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "8424597f247da68b6041dd7f9ca367fe">
    10   <!ENTITY curl-size          "2.5 MB">
    11   <!ENTITY curl-buildsize     "47 MB (add 19 MB for tests)">
     9  <!ENTITY curl-md5sum        "3e9e5c2db494e7dbd4e7024b149021c9">
     10  <!ENTITY curl-size          "2.6 MB">
     11  <!ENTITY curl-buildsize     "53 MB (add 18 MB for tests)">
    1212  <!ENTITY curl-time          "0.3 SBU (with parallelism=4; add 15 SBU for tests (without valgrind, add 36 SBU with valgrind)">
    1313]>
     
    176176    <para>
    177177       To run the test suite, issue: <command>make test</command>.
    178        Two tests, <filename>3021</filename> and <filename>3022</filename>,
    179        are known to fail due to incompatibilities with OpenSSH-9.x.
    180        The tests related to the SMB protocol will output a message
    181        duplicated many times complaining the Python module impacket (not a
    182        part of BLFS) is missing and will be skipped.
    183        Some tests are flaky, so if some tests have failed it's possible to
     178       One test, <filename>1477</filename>, is known to fail due to
     179       a missing file in the curl tarball. Some tests are flaky,
     180       so if some tests have failed it's possible to
    184181       run a test again with: <command>(cd tests; ./runtests.pl
    185182       <replaceable>&lt;test ID&gt;</replaceable>)</command> (the ID of
Note: See TracChangeset for help on using the changeset viewer.