Author: gdalziel Date: 2009-08-13 08:54:24 -0600 (Thu, 13 Aug 2009) New Revision: 7962
Modified: trunk/BOOK/basicnet/netlibs/curl.xml trunk/BOOK/basicnet/netprogs/net-tools.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to cURL-7.19.6. Modified: trunk/BOOK/basicnet/netlibs/curl.xml =================================================================== --- trunk/BOOK/basicnet/netlibs/curl.xml 2009-08-12 12:06:26 UTC (rev 7961) +++ trunk/BOOK/basicnet/netlibs/curl.xml 2009-08-13 14:54:24 UTC (rev 7962) @@ -5,9 +5,10 @@ %general-entities; <!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 "3a461b145a4a31fe7d5a44684e7fbdbc"> - <!ENTITY curl-size "2.1 MB"> + <!--<!ENTITY curl-download-ftp "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">--> + <!ENTITY curl-download-ftp " "> + <!ENTITY curl-md5sum "8402c1f654c51ad7287aad57c3aa79be"> + <!ENTITY curl-size "2.3 MB"> <!ENTITY curl-buildsize "33 MB"> <!ENTITY curl-time "0.5 SBU (additional 0.9 SBU to run the test suite)"> ]> @@ -37,6 +38,8 @@ This ability to both download and upload files can be incorporated into other programs to support functions like streaming media.</para> + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing='compact'> <listitem> @@ -121,8 +124,8 @@ <filename class="libraryfile">libcurl</filename>.</para> <para><option>--without-ssl --with-gnutls</option>: - To build with GnuTLS support instead of OpenSSL for SSL/TLS. - </para> + To build with <application>GnuTLS</application> + support instead of <application>OpenSSL</application> for SSL/TLS.</para> <para><command>find docs -name "Makefile*" -o -name "*.1" -o -name "*.3" | xargs rm</command>: This command removes man files Modified: trunk/BOOK/basicnet/netprogs/net-tools.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/net-tools.xml 2009-08-12 12:06:26 UTC (rev 7961) +++ trunk/BOOK/basicnet/netprogs/net-tools.xml 2009-08-13 14:54:24 UTC (rev 7962) @@ -33,6 +33,8 @@ of programs for controlling the network subsystem of the Linux kernel.</para> + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-08-12 12:06:26 UTC (rev 7961) +++ trunk/BOOK/general.ent 2009-08-13 14:54:24 UTC (rev 7962) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "12"> <!-- Always 2 digits --> +<!ENTITY day "13"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> @@ -354,7 +354,7 @@ <!ENTITY pppoe-version "3.8"> <!-- Chapter 16 --> -<!ENTITY curl-version "7.19.2"> +<!ENTITY curl-version "7.19.6"> <!ENTITY wvstreams-version "4.2.2"> <!ENTITY gnet-version "2.0.7"> <!ENTITY libproxy-version "0.2.3"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-08-12 12:06:26 UTC (rev 7961) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-08-13 14:54:24 UTC (rev 7962) @@ -41,6 +41,15 @@ --> <listitem> + <para>Auguest 13th, 2009</para> + <itemizedlist> + <listitem> + <para>[gdalziel] - Updated to cURL-7.19.6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 12th, 2009</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
