Ignore:
Timestamp:
03/27/2023 08:14:08 PM (13 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
fd52540
Parents:
afb71d0a
Message:

Update to curl-8.0.1 (Security Update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rafb71d0a r1f0e7ec  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "8bea0c58428578f397471fe209fad6ab">
     9  <!ENTITY curl-md5sum        "f6c2fdeb30ad30234378a56c28350845">
    1010  <!ENTITY curl-size          "2.5 MB">
    11   <!ENTITY curl-buildsize     "150 MB (add 23 MB for tests)">
    12   <!ENTITY curl-time          "0.2 SBU (with parallelism=4; add 16 SBU for tests)">
     11  <!ENTITY curl-buildsize     "45 MB (add 19 MB for tests)">
     12  <!ENTITY curl-time          "0.3 SBU (with parallelism=4; add 16 SBU for tests (without valgrind, add 35 SBU with valgrind)">
    1313]>
    1414
     
    123123       tests completed happily without it, although the test for unit1323
    124124       reported that the tool set in the test case does not exist - ken -->
    125       <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and
     125      <xref linkend="httpd"/> and
     126      <xref linkend="stunnel"/> (for the HTTPS and FTPS tests), and
    126127      <xref linkend="valgrind"/> (this will slow the tests down and may cause failures.)
    127128    </para>
     
    363364TESTDONE: 1342 tests out of 1342 reported OK: 100%
    364365libssh2 installed and enabled
     366
     367[renodr] - Test results for 8.0.1 (2023-03-27)
     368TESTDONE: 1593 tests were considered during 4761 seconds.
     369TESTDONE: 1356 tests out of 1356 reported OK: 100%
     370All BLFS dependencies installed.
     371Note that if I move /usr/bin/valgrind to a place where it can't be found, I get
     372TESTDONE: 1593 tests were considered during 595 seconds.
     373TESTDONE: 1356 tests out of 1356 reported OK: 100%
     374It appears that every test is now run under valgrind.
    365375-->
    366376
     
    380390
    381391    <para>
    382       Simple tests to the new installed <command>curl</command>:
     392      To run some simple verification tests on the newly installed
     393      <command>curl</command>, issue the following commands:
    383394      <command>curl --trace-ascii debugdump.txt https://www.example.com/</command>
    384395      and
    385396      <command>curl --trace-ascii d.txt --trace-time https://example.com/</command>.
    386397      Inspect the locally created trace files <filename>debugdump.txt</filename>
    387       and <filename>d.txt</filename>, which contain version downloaded
    388       files information, etc. One file has the time for each action logged.
     398      and <filename>d.txt</filename>, which contains version information,
     399      downloaded files information, etc. One file has the time for each action logged.
    389400    </para>
    390401  </sect2>
Note: See TracChangeset for help on using the changeset viewer.