Ignore:
Timestamp:
10/04/2014 06:07:15 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
22275b6b
Parents:
46bcca94
Message:

Merge updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14478 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r46bcca94 r0be2ac2f  
    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.