Ignore:
Timestamp:
10/19/2013 07:51:25 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b3c153cc
Parents:
cddd48eb
Message:

update to curl-7.33.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rcddd48eb rb9e1a58  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "30d04b0a8c43c6770039d1bf033dfe79">
    10   <!ENTITY curl-size          "2.6 MB">
    11   <!ENTITY curl-buildsize     "29 MB (additional 7 MB for tests)">
     9  <!ENTITY curl-md5sum        "57409d6bf0bd97053b8378dbe0cadcef">
     10  <!ENTITY curl-size          "2.7 MB">
     11  <!ENTITY curl-buildsize     "31 MB (additional 7 MB for tests)">
    1212  <!ENTITY curl-time          "0.5 SBU (additional 2.9 SBU for tests)">
    1313]>
     
    8686    <para role="optional">
    8787      <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
    88       <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    8988      <xref linkend="libidn"/>,
    9089      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
     
    116115<screen><userinput>./configure --prefix=/usr              \
    117116            --disable-static           \
    118             --enable-threaded-resolver \
    119             --with-ca-path=/etc/ssl/certs &amp;&amp;
     117            --enable-threaded-resolver &amp;&amp;
    120118make</userinput></screen>
    121119
     
    144142      <parameter>--enable-threaded-resolver</parameter>: This switch enables
    145143      <application>cURL</application>'s builtin threaded DNS resolver.
    146     </para>
    147 
    148     <para>
    149       <parameter>--with-ca-path=/etc/ssl/certs</parameter>: This parameter
    150       sets the directory to use as the path to the SSL certificates.
    151       If you've not installed <xref linkend="openssl"/> or
    152       <xref linkend="gnutls"/> and the <xref linkend="cacerts"/> you can
    153       remove this option.
    154144    </para>
    155145
Note: See TracChangeset for help on using the changeset viewer.