Ignore:
Timestamp:
03/31/2012 04:35:48 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:
2fdcd9df
Parents:
c91a73e
Message:

krb5 1.10.1, expat 2.1.0, curl 7.25.0, libdrm 2.4.33, iptables 1.4.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rc91a73e rb6c5448  
    66
    77  <!ENTITY curl-download-http
    8   "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
     8  "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    99  <!--<!ENTITY curl-download-ftp
    1010  "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">-->
    1111  <!ENTITY curl-download-ftp  " ">
    12   <!ENTITY curl-md5sum        "713d7d7cbc5cfaabd785a2ff905096f2">
    13   <!ENTITY curl-size          "1.9 MB">
     12  <!ENTITY curl-md5sum        "f0303d47d9d3e6e4f08c2863c6504823">
     13  <!ENTITY curl-size          "2.4 MB">
    1414  <!ENTITY curl-buildsize     "31 MB">
    1515  <!ENTITY curl-time          "0.5 SBU">
     
    7272    <xref linkend="openldap"/>,
    7373    <xref linkend="libidn"/>,
    74     <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     74    <xref linkend="mitkrb"/>,
    7575    <ulink url="http://www.libssh2.org">libssh2</ulink>
    7676    (for secure transfers),
     
    8484    <para role="optional"><xref linkend="stunnel"/> (for the HTTPS and FTPS
    8585    tests)</para>
    86 
    87     <!-- and
    88     <ulink url="http://valgrind.org/">Valgrind</ulink> (not used if building
    89     the shared library)</para> -->
    9086
    9187    <para condition="html" role="usernotes">User Notes:
     
    120116    <title>Command Explanations</title>
    121117
    122     <para><option>--disable-static</option>: This option stops it compiling and
    123     installing a static version of
    124     <filename class="libraryfile">libcurl</filename>.</para>
     118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     119    href="../../xincludes/static-libraries.xml"/>
    125120
    126121    <para><option>--with-ca-path=/etc/ssl/certs</option>: This option sets the
Note: See TracChangeset for help on using the changeset viewer.