Ignore:
Timestamp:
01/31/2016 01:23:41 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
3e63daa9
Parents:
027c7d7
Message:

Chapter 17 merge from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r027c7d7 r71c31f5  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "c9a0a77f71fdc6b0f925bc3e79eb77f6">
    10   <!ENTITY curl-size          "2.7 MB">
    11   <!ENTITY curl-buildsize     "53 MB (with tests)">
    12   <!ENTITY curl-time          "2.6 SBU (with tests)">
     9  <!ENTITY curl-md5sum        "a6a400c4d6de843d13ffbbb39f4d8173">
     10  <!ENTITY curl-size          "2.8 MB">
     11  <!ENTITY curl-buildsize     "54 MB (with tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 8.8 SBU for tests, with parallelism = 4)">
    1313]>
    1414
     
    9191      <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
    9292      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    93       <ulink url="http://www.libssh2.org">libssh2</ulink>, and
     93      <ulink url="https://github.com/rockdaboot/libpsl">Libpsl</ulink>,
     94      <ulink url="http://www.libssh2.org">libssh2</ulink>,
     95      <ulink url="https://nghttp2.org/">nghttp2</ulink>,
     96      <ulink url="https://tls.mbed.org/">mbed TLS (formerly known as
     97      PolarSSL)</ulink>, and
    9498      <ulink url="http://spnego.sourceforge.net/">
    9599      SPNEGO</ulink>
     
    140144EOF</userinput></screen>
    141145
     146I had the following fail:
     147 300  301  303  304  306 309 310 311  312  325
     148 400  401  403  406  407 408 409 560 1112 2034
     1492035 2037 2038 2041 2042
     150
     151  - Bruce 20151016
     152
     153Tests may be using capabilites removed from recent ssh due to
     154security issues.
     155
     156
    142157    <para>
    143158       and running <command>make test</command>.
    144     </para> -->
    145 
    146     <para>
    147       To test the results, issue: <command>make test</command>.
     159    </para>-->
     160
     161    <para>
     162      To run the test suite, issue: <command>make test</command>.<!--  Some
     163      tests (up to 2%) may fail due to timing issues, kernel configuration,
     164      or other issues.-->
    148165    </para>
    149166
     
    154171
    155172<screen role="root"><userinput>make install &amp;&amp;
    156 find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
    157 install -v -dm755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    158 cp -rv docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     173
     174find docs \( -name Makefile\* \
     175          -o -name \*.1       \
     176          -o -name \*.3 \)    \
     177          -exec rm {} \;      &amp;&amp;
     178install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
     179cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     180
     181    <para>
     182      Simple tests to the new installed <command>curl</command>:
     183      <command>curl --trace-ascii debugdump.txt http://www.example.com/</command>
     184      and
     185      <command>curl --trace-ascii d.txt --trace-time http://example.com/</command>.
     186      Inspect the locally created trace files <filename>debugdump.txt</filename>
     187      and <filename>d.txt</filename>, which contain version downloaded
     188      files information, etc. One file has the time for each action logged.
     189    </para>
    159190  </sect2>
    160191
     
    164195    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    165196      href="../../xincludes/static-libraries.xml"/>
    166  
     197
    167198    <para>
    168199      <parameter>--enable-threaded-resolver</parameter>: This switch enables
     
    183214
    184215    <para>
    185       <command>find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \)
    186       -exec rm {} \;</command>: This command removes
     216      <command>find docs ... -exec rm {} \;</command>: This command removes
    187217      <filename>Makefiles</filename> and man files from the documentation
    188218      directory that would otherwise be installed by the commands that follow.
Note: See TracChangeset for help on using the changeset viewer.