Author: randy Date: 2007-03-25 08:31:56 -0600 (Sun, 25 Mar 2007) New Revision: 6693
Modified: trunk/BOOK/basicnet/netlibs/curl.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to cURL-7.16.1 Modified: trunk/BOOK/basicnet/netlibs/curl.xml =================================================================== --- trunk/BOOK/basicnet/netlibs/curl.xml 2007-03-25 14:00:40 UTC (rev 6692) +++ trunk/BOOK/basicnet/netlibs/curl.xml 2007-03-25 14:31:56 UTC (rev 6693) @@ -6,10 +6,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-md5sum "d71b2ee8febfde2c7dc30a43638ec0d9"> - <!ENTITY curl-size "1.4 MB"> - <!ENTITY curl-buildsize "27.5 MB"> - <!ENTITY curl-time "0.5 SBU (additional 0.8 SBU to run the test suite)"> + <!ENTITY curl-md5sum "acdab0b0467c55e10ed02d2afed80575"> + <!ENTITY curl-size "1.5 MB"> + <!ENTITY curl-buildsize "32 MB"> + <!ENTITY curl-time "0.5 SBU (additional 0.9 SBU to run the test suite)"> ]> <sect1 id="curl" xreflabel="cURL-&curl-version;"> @@ -112,10 +112,9 @@ <filename class="libraryfile">libcurl</filename>.</para> <para><command>find docs -name "Makefile*" -o -name "*.1" - -o -name "*.3" | xargs rm</command>: This instruction removes files - that are not needed in /usr/share/doc/curl-&curl-version; to facilitate - copying appropriate files. The "*.1" and "*.3" files are installed - by the normal <command>make install</command>.</para> + -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> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-03-25 14:00:40 UTC (rev 6692) +++ trunk/BOOK/general.ent 2007-03-25 14:31:56 UTC (rev 6693) @@ -283,7 +283,7 @@ <!ENTITY pppoe-version "3.8"> <!-- Chapter 16 --> -<!ENTITY curl-version "7.15.3"> +<!ENTITY curl-version "7.16.1"> <!ENTITY wvstreams-version "4.2.2"> <!ENTITY gnet-version "2.0.7"> <!ENTITY libsoup-version "2.2.96"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-03-25 14:00:40 UTC (rev 6692) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-03-25 14:31:56 UTC (rev 6693) @@ -45,6 +45,9 @@ <para>March 25th, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Updated to cURL-7.16.1.</para> + </listitem> + <listitem> <para>[randy] - Updated to Stunnel-4.20.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
