Changeset 1aa19207


Ignore:
Timestamp:
02/01/2024 06:36:22 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
82e9d31
Parents:
a7b14417
Message:

Update to curl-8.6.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra7b14417 r1aa19207  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>February 1st, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to curl-8.6.0. Fixes
     47          <ulink url="&blfs-ticket-root;19217">#19217</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4151
    4252    <listitem>
  • networking/netlibs/curl.xml

    ra7b14417 r1aa19207  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    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))">
     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))">
    1313]>
    1414
     
    176176    <para>
    177177       To run the test suite, issue: <command>make test</command>.
    178        One test, <filename>1477</filename>, is known to fail due to
    179        a missing file in the curl tarball. Some tests are flaky,
     178       Foure tests are known to fail due to missing files.
     179       <!--One test, <filename>1477</filename>, is known to fail due to
     180       a missing file in the curl tarball.--> Some tests are flaky,
    180181       so if some tests have failed it's possible to
    181182       run a test again with: <command>(cd tests; ./runtests.pl
     
    391392our version of SSH. See https://github.com/curl/curl/issues/12096
    392393Test 1474 is still flaky.
     394
     395[bdubbs] - Test results for 8.6.0 (2024-02-01)
     396TESTDONE: 1673 tests were considered during 395 seconds.
     397TESTDONE: 1355 tests out of 1360 reported OK: 99%
     398TESTFAIL: These test cases failed: 1139 1140 1173 1177 1477
     399Run without valgrind.
     400Tests seem to looking for man pages that are missing.
    393401-->
    394402
  • packages.ent

    ra7b14417 r1aa19207  
    694694<!-- Chapter 17 -->
    695695<!ENTITY c-ares-version               "1.26.0">
    696 <!ENTITY curl-version                 "8.5.0">
     696<!ENTITY curl-version                 "8.6.0">
    697697<!ENTITY geoclue2-version             "2.7.1">
    698698<!ENTITY glib-networking-minor        "2.78">
Note: See TracChangeset for help on using the changeset viewer.