Ignore:
Timestamp:
07/31/2012 11:44:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
f2d2b62
Parents:
22a68d0
Message:

Upgraded several packages. See BLFS ChangeLog for more information.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r22a68d0 rc627795  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "bfa80f01b3d300359cfb4d409b6136a3">
     9  <!ENTITY curl-md5sum        "11fcbfc0de9c12512e607e7d72d500a0">
    1010  <!ENTITY curl-size          "2.4 MB">
    11   <!ENTITY curl-buildsize     "28 MB">
    12   <!ENTITY curl-time          "0.5 SBU">
     11  <!ENTITY curl-buildsize     "30 MB">
     12  <!ENTITY curl-time          "0.4 SBU">
    1313]>
    1414
     
    9090      <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    9191      <xref linkend="libidn"/>,
     92      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    9293      <ulink url="http://www.libssh2.org">libssh2</ulink>,
    9394      <xref linkend="mitkrb"/>,
     
    120121
    121122    <para>
    122       To test the results, issue: <command>make check</command>. Note that
    123       if you have <application>Stunnel</application> and
    124       <application>TCP Wrapper</application> installed and you wish to perform
    125       the HTTPS tests, you'll need to have an unrestrictive
    126       <filename>/etc/hosts.deny</filename> file.
     123      To test the results, issue: <command>make check</command>.
    127124    </para>
    128125
     
    141138    <title>Command Explanations</title>
    142139
    143     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144       href="../../xincludes/static-libraries.xml"/>
    145 
    146140    <para>
    147141      <command>sed -i '/--static-libs)/{N;s#echo .*#echo #;}'
     
    150144      otherwise confuse other applications<!--such as pycurl-->.
    151145    </para>
     146
     147    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     148      href="../../xincludes/static-libraries.xml"/>
    152149
    153150    <para>
     
    162159      <option>--with-gssapi</option>: This parameter adds
    163160      <application>Kerberos 5</application> support to
    164       <filename class="libraryfile">libcurl</filename>.
    165     </para>
    166 
    167     <para>
    168       <option>--with-libssh2</option>: This parameter adds
    169       SSH2 protocol support to
    170161      <filename class="libraryfile">libcurl</filename>.
    171162    </para>
Note: See TracChangeset for help on using the changeset viewer.