Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r1871cff1 r21d18f7e  
    55  %general-entities;
    66
    7   <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
     7  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "419c2461366cf404160a820f7a902b7e">
    10   <!ENTITY curl-size          "2.4 MB">
    11   <!ENTITY curl-buildsize     "103 MB (add 17 MB for tests)">
     9  <!ENTITY curl-md5sum        "448156d9cd05009b0097b43de639fd34">
     10  <!ENTITY curl-size          "2.3 MB">
     11  <!ENTITY curl-buildsize     "95 MB (add 17 MB for tests)">
    1212  <!ENTITY curl-time          "0.3 SBU (add 14 SBU for tests)">
    1313]>
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3839    </para>
    3940
    40     &lfs110a_checked;
     41    &lfs10_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7374      </listitem>
    7475    </itemizedlist>
    75 <!--
    76     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing="compact">
    78       <listitem>
    79         <para>
    80           Required patch:
    81           <ulink url="&patch-root;/curl-&curl-version;-function_naming-1.patch"/>
    82         </para>
    83       </listitem>
    84     </itemizedlist>
    85 -->
    8676
    8777    <bridgehead renderas="sect3">cURL Dependencies</bridgehead>
     
    145135<screen><userinput>./configure --prefix=/usr                           \
    146136            --disable-static                        \
    147             --with-openssl                          \
    148137            --enable-threaded-resolver              \
    149138            --with-ca-path=/etc/ssl/certs &amp;&amp;
     
    368357
    369358    <para>
    370       <parameter>--with-openssl</parameter>: This parameter chooses
    371       <application>OpenSSL</application> as SSL/TLS implementation.
    372       This seems mandatory now.
    373     </para>
    374 
    375     <para>
    376359      <option>--with-gssapi</option>: This parameter adds
    377360      <application>Kerberos 5</application> support to
     
    393376
    394377    <para>
    395       <option>--with-libssh2</option>: This parameter adds
     378      <option>--with-libssh2</option>: This paramater adds
    396379      <application>SSH</application> support to cURL. This is disabled
    397380      by default.
     
    399382
    400383    <para>
    401       <option>--enable-ares</option>: This parameter adds
     384      <option>--enable-ares</option>: This paramater adds
    402385      support for DNS resolution through the c-ares library. It is disabled
    403386      by default, but does speed up DNS resolution queries.
     
    443426        <listitem>
    444427         <para>
    445            is a command line tool for transferring files with URL syntax
     428           is a command line tool for transferring files with URL syntax.
    446429         </para>
    447430          <indexterm zone="curl curl-prog">
     
    456439          <para>
    457440            prints information about the last compile, like libraries
    458             linked to and prefix setting
     441            linked to and prefix setting.
    459442          </para>
    460443          <indexterm zone="curl curl-config">
     
    469452          <para>
    470453            provides the API functions required by
    471             <command>curl</command> and other programs
     454            <command>curl</command> and other programs.
    472455          </para>
    473456          <indexterm zone="curl libcurl">
Note: See TracChangeset for help on using the changeset viewer.