Changeset 0c02dcb for networking


Ignore:
Timestamp:
04/29/2015 12:53:39 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.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:
cc8ccd9
Parents:
a456eedd
Message:

Update to curl-7.42.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    ra456eedd r0c02dcb  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "fddfab60987ee6119652b57c082d2623">
    10   <!ENTITY curl-size          "2.6 MB">
    11   <!ENTITY curl-buildsize     "42 MB (additional 8 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 9 SBU for tests)">
     9  <!ENTITY curl-md5sum        "f1e460020a99da039b153e4bf0cd8600">
     10  <!ENTITY curl-size          "2.7 MB">
     11  <!ENTITY curl-buildsize     "43 MB (additional 7 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 9.3 SBU for tests)">
    1313]>
    1414
     
    157157install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    158158cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     159
     160    <para>
     161      Simple tests to the new installed <command>curl</command>:
     162      <command>curl --trace-ascii debugdump.txt http://www.example.com/</command>
     163      and
     164      <command>curl --trace-ascii d.txt --trace-time http://example.com/</command>.
     165      Inspect the locally created trace files <filename>debugdump.txt</filename>
     166      and <filename>d.txt</filename>, which contain version downloaded
     167      files information, etc. One file has the time for each action logged.
     168    </para>
    159169  </sect2>
    160170
Note: See TracChangeset for help on using the changeset viewer.