Ignore:
Timestamp:
10/12/2023 12:11:43 AM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
1dff19d
Parents:
f2b7761
Message:

Update to curl-8.4.0 (Security Update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rf2b7761 r4f59c449  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "2fc6cf5cefa8b73e3826aa24befdccff">
     9  <!ENTITY curl-md5sum        "8424597f247da68b6041dd7f9ca367fe">
    1010  <!ENTITY curl-size          "2.5 MB">
    11   <!ENTITY curl-buildsize     "46 MB (add 19 MB for tests)">
     11  <!ENTITY curl-buildsize     "47 MB (add 19 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]>
     
    124124       reported that the tool set in the test case does not exist - ken -->
    125125      <xref linkend="apache"/> and
    126       <xref linkend="stunnel"/> (for the HTTPS and FTPS tests), and
     126      <xref linkend="stunnel"/> (for the HTTPS and FTPS tests),
     127      <xref linkend="openssh"/>, and
    127128      <xref linkend="valgrind"/> (this will slow the tests down and may cause failures.)
    128129    </para>
     
    175176    <para>
    176177       To run the test suite, issue: <command>make test</command>.
    177        <!--Four tests, 1139, 1140, 1173, and 1177, are known to fail due to
    178        missing executables from the optional dependencies.-->
     178       Two tests, <filename>3021</filename> and <filename>3022</filename>,
     179       are known to fail due to incompatibilities with OpenSSH-9.x.
    179180       The tests related to the SMB protocol will output a message
    180181       duplicated many times complaining the Python module impacket (not a
     
    384385TESTFAIL: These test cases failed: 1474
    385386All BLFS dependencies installed, and run under valgrind. Test 1474 is flaky.
     387
     388[renodr] - Test results for 8.4.0 (2023-10-11)
     389TESTDONE: 1646 tests were considered during 2290 seconds.
     390TESTDONE: 1449 tests out of 1452 reported OK: 99%
     391TESTFAIL: These test cases failed: 1474 3021 3022
     392All BLFS dependencies are installed, and the tests were run with Valgrind
     393installed as well. Test 3021 and 3022 fails due to incompatibilities with
     394our version of SSH. See https://github.com/curl/curl/issues/12096
     395Test 1474 is still flaky.
    386396-->
    387397
Note: See TracChangeset for help on using the changeset viewer.