Updated to cURL-7.20.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8320 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-03-09 01:26:52 +00:00
parent 5e7ffd30f3
commit 7f109f5e01
3 changed files with 17 additions and 8 deletions

View File

@ -7,10 +7,10 @@
<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
<!--<!ENTITY curl-download-ftp "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">-->
<!ENTITY curl-download-ftp " ">
<!ENTITY curl-md5sum "79a8fbb2eed5464b97bdf94bee109380">
<!ENTITY curl-size "2.9 MB">
<!ENTITY curl-buildsize "33 MB">
<!ENTITY curl-time "0.5 SBU (additional 0.9 SBU to run the test suite)">
<!ENTITY curl-md5sum "3dda78c4a808d9a779dc3a2ae81b47d8">
<!ENTITY curl-size "2.0 MB">
<!ENTITY curl-buildsize "30 MB">
<!ENTITY curl-time "0.6 SBU (additional 0.9 SBU to run the test suite)">
]>
<sect1 id="curl" xreflabel="cURL-&curl-version;">
@ -129,8 +129,8 @@ cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen>
<para><command>find docs -name "Makefile*" -o -name "*.1"
-o -name "*.3" | xargs rm</command>: This command removes man files
from the source tree that have already been installed by the
<command>make install</command> command.</para>
and makefiles from the doc source tree that will be installed by its
following commands.</para>
</sect2>

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
@ -384,7 +384,7 @@ $Date$
<!ENTITY pppoe-version "3.8">
<!-- Chapter 16 -->
<!ENTITY curl-version "7.19.7">
<!ENTITY curl-version "7.20.0">
<!ENTITY wvstreams-version "4.2.2">
<!ENTITY gnet-version "2.0.7">
<!ENTITY libproxy-version "0.2.3">

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>March 9th, 2010</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to cURL-7.20.0.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 7th, 2010</para>
<itemizedlist>