Changeset 248a536 for networking


Ignore:
Timestamp:
09/23/2014 10:52:35 PM (10 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, krejzi/svn, 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:
7a218fa
Parents:
65ae050b
Message:

Update to apr-util-1.5.4.
Update to libgpg-error-1.16.
Update to libtasn1-4.2.
Update to p11-kit-0.20.7.
Update to gnutls-3.3.8.
Update to ruby-2.1.3.
Update to curl-7.38.0.
Update to cmake-3.0.2.
Update to git-2.1.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r65ae050b r248a536  
    55  %general-entities;
    66
    7   <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
     7  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "95c627abcf6494f5abe55effe7cd6a57">
    10   <!ENTITY curl-size          "3.1 MB">
     9  <!ENTITY curl-md5sum        "fdafc30cbf0acd2fe6bc31b956b856a5">
     10  <!ENTITY curl-size          "2.5 MB">
    1111  <!ENTITY curl-buildsize     "40 MB (additional 7 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 8.2 SBU for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 9 SBU for tests)">
    1313]>
    1414
     
    120120
    121121    <para>
    122       To test the results, issue: <command>make test</command>. Tests need many
    123       conditions to run successfully, and some may fail. Usually, each failed
    124       test takes a long time. If you wish to disable some tests, include them
    125       in the appropriate file and run the tests again:
    126     </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>
    127128
    128129<screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
     
    131132numbN
    132133...</literal>
    133 EOF</userinput></screen>
     134EOF</userinput></screen>-->
    134135
    135136    <para>
Note: See TracChangeset for help on using the changeset viewer.