Changeset 7f109f5


Ignore:
Timestamp:
03/09/2010 01:26:52 AM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
dd01532b
Parents:
5e7ffd30
Message:

Updated to cURL-7.20.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    r5e7ffd30 r7f109f5  
    88  <!--<!ENTITY curl-download-ftp  "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">-->
    99  <!ENTITY curl-download-ftp  " ">
    10   <!ENTITY curl-md5sum        "79a8fbb2eed5464b97bdf94bee109380">
    11   <!ENTITY curl-size          "2.9 MB">
    12   <!ENTITY curl-buildsize     "33 MB">
    13   <!ENTITY curl-time          "0.5 SBU (additional 0.9 SBU to run the test suite)">
     10  <!ENTITY curl-md5sum        "3dda78c4a808d9a779dc3a2ae81b47d8">
     11  <!ENTITY curl-size          "2.0 MB">
     12  <!ENTITY curl-buildsize     "30 MB">
     13  <!ENTITY curl-time          "0.6 SBU (additional 0.9 SBU to run the test suite)">
    1414]>
    1515
     
    130130    <para><command>find docs -name "Makefile*" -o -name "*.1"
    131131    -o -name "*.3" | xargs rm</command>: This command removes man files
    132     from the source tree that have already been installed by the
    133     <command>make install</command> command.</para>
     132    and makefiles from the doc source tree that will be installed by its
     133    following commands.</para>
    134134
    135135  </sect2>
  • general.ent

    r5e7ffd30 r7f109f5  
    44-->
    55
    6 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "09">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    385385
    386386<!-- Chapter 16 -->
    387 <!ENTITY curl-version                 "7.19.7">
     387<!ENTITY curl-version                 "7.20.0">
    388388<!ENTITY wvstreams-version            "4.2.2">
    389389<!ENTITY gnet-version                 "2.0.7">
  • introduction/welcome/changelog.xml

    r5e7ffd30 r7f109f5  
    4343
    4444    <listitem>
     45      <para>March 9th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to cURL-7.20.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 7th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.