Ignore:
Timestamp:
01/10/2015 05:38:25 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d591de4
Parents:
f46521e
Message:

Update to curl-7.40.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rf46521e r4949bda0  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "e9aa6dec29920eba8ef706ea5823bad7">
     9  <!ENTITY curl-md5sum        "d18fb866d97b536e8948833b84a58a73">
    1010  <!ENTITY curl-size          "2.6 MB">
    1111  <!ENTITY curl-buildsize     "41 MB (additional 7 MB for tests)">
     
    8888      <xref linkend="mitkrb"/>,
    8989      <xref linkend="openldap"/>,
     90      <xref linkend="samba"/>,
    9091      <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
    9192      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
     
    136137710
    137138711
    138 712
    139 2034</literal>
     139712</literal>
    140140EOF</userinput></screen>
    141141
     
    150150
    151151<screen role="root"><userinput>make install &amp;&amp;
    152 find docs \( -name "Makefile*" -o -name "*.1" -o -name "*.3" \) -exec rm {} \; &amp;&amp;
     152find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
    153153install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    154154cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     
    179179
    180180    <para>
    181       <command>find docs \( -name "Makefile*" -o -name "*.1" -o -name "*.3"
    182       \) -exec rm {} \;</command>: This command removes
     181      <command>find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \)
     182      -exec rm {} \;</command>: This command removes
    183183      <filename>Makefiles</filename> and man files from the documentation
    184       directory that would otherwise be installed by the commands that
    185       follow.
     184      directory that would otherwise be installed by the commands that follow.
    186185    </para>
    187186
Note: See TracChangeset for help on using the changeset viewer.