Changeset 2ca3997 for networking


Ignore:
Timestamp:
11/05/2014 05:31:04 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c5e155d2
Parents:
c78fab5
Message:

Update to curl-7.39.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14846 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rc78fab5 r2ca3997  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "fdafc30cbf0acd2fe6bc31b956b856a5">
    10   <!ENTITY curl-size          "2.5 MB">
    11   <!ENTITY curl-buildsize     "40 MB (additional 7 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 9 SBU for tests)">
     9  <!ENTITY curl-md5sum        "e9aa6dec29920eba8ef706ea5823bad7">
     10  <!ENTITY curl-size          "2.6 MB">
     11  <!ENTITY curl-buildsize     "41 MB (additional 7 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 10 SBU for tests)">
    1313]>
    1414
     
    9191      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    9292      <ulink url="http://www.libssh2.org">libssh2</ulink>, and
    93       <ulink url="http://www.vintela.com/resources/topics/spnego/">
     93      <ulink url="http://spnego.sourceforge.net/">
    9494      SPNEGO</ulink>
    9595    </para>
     
    120120
    121121    <para>
    122       To test the results, issue: <command>make test</command>.
    123     </para>
    124 <!--      Tests need many conditions to run successfully, and some may fail.
    125       Usually, each failed test takes a long time. If you wish to disable some
    126       tests, include them in the appropriate file and run the tests again:
    127       </para>
     122      Running the test suite is optional. About 2% of the tests fail. Increase
     123      in test time by each failed test is about 10%. Tests SBU above was
     124      obtained disabling failing tests, with:
     125    </para>
    128126
    129127<screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
    130 <literal>numb1
    131 ...
    132 numbN
    133 ...</literal>
    134 EOF</userinput></screen>-->
     128<literal>564
     129700
     130701
     131703
     132706
     133707
     134708
     135709
     136710
     137711
     138712
     1392034</literal>
     140EOF</userinput></screen>
     141
     142    <para>
     143       and running <command>make test</command>.
     144    </para>
    135145
    136146    <para>
Note: See TracChangeset for help on using the changeset viewer.