Changeset 11436b7


Ignore:
Timestamp:
12/09/2005 03:24:24 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
c753302
Parents:
789bfaa
Message:

Updated to curl-7.15.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    r789bfaa r11436b7  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">
    9   <!ENTITY curl-md5sum        "e3b130320d3704af375c097606f49c01">
     9  <!ENTITY curl-md5sum        "d330d48580bfade58c82d4f295f171f0">
    1010  <!ENTITY curl-size          "1.4 MB">
    1111  <!ENTITY curl-buildsize     "25.5 MB">
     
    9696
    9797<screen role='root'><userinput>make install &amp;&amp;
    98 find docs -name "Makefile*" \
    99     -o -name "*.1" \
    100     -o -name "*.3" | xargs rm &amp;&amp;
     98find docs -name "Makefile*" -o -name "*.1" -o -name "*.3" | xargs rm &amp;&amp;
    10199install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    102100cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen>
     
    110108    This parameter adds <application>Kerberos 5</application> support to
    111109    <filename class="libraryfile">libcurl</filename>.</para>
     110
     111    <para><command>find docs -name "Makefile*" -o -name "*.1"
     112    -o -name "*.3" | xargs rm</command>: This instruction removes files
     113    that are not needed in /usr/share/doc/curl-&curl-version; to facilitate
     114    copying appropriate files.  The "*.1" and "*.3" files are installed
     115    by the normal <command>make install</command>.</para>
    112116
    113117  </sect2>
  • general.ent

    r789bfaa r11436b7  
    1 <!ENTITY day          "07">
     1<!ENTITY day          "08">
    22<!ENTITY month        "12">
    33<!ENTITY year         "2005">
     
    241241
    242242<!-- Chapter 16 -->
    243 <!ENTITY curl-version                 "7.15.0">
     243<!ENTITY curl-version                 "7.15.1">
    244244<!ENTITY wvstreams-version            "4.0.1">
    245245<!ENTITY gnet-version                 "2.0.7">
  • introduction/welcome/changelog.xml

    r789bfaa r11436b7  
    4141
    4242-->
     43    <listitem>
     44      <para>December 8th, 2005</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Updated to curl-7.15.1.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4351
    4452    <listitem>
Note: See TracChangeset for help on using the changeset viewer.