Author: randy Date: 2010-02-14 08:14:50 -0700 (Sun, 14 Feb 2010) New Revision: 8246
Modified: trunk/BOOK/basicnet/netprogs/wget.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to wget-1.12 Modified: trunk/BOOK/basicnet/netprogs/wget.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/wget.xml 2010-02-14 14:16:09 UTC (rev 8245) +++ trunk/BOOK/basicnet/netprogs/wget.xml 2010-02-14 15:14:50 UTC (rev 8246) @@ -6,10 +6,10 @@ <!ENTITY wget-download-http "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2"> <!ENTITY wget-download-ftp "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2"> - <!ENTITY wget-md5sum "f5076a8c2ec2b7f334cb6e3059820f9c"> - <!ENTITY wget-size "932 KB"> - <!ENTITY wget-buildsize "8.7 MB"> - <!ENTITY wget-time "0.1 SBU"> + <!ENTITY wget-md5sum "308a5476fc096a8a525d07279a6f6aa3"> + <!ENTITY wget-size "1.6 MB"> + <!ENTITY wget-buildsize "16 MB"> + <!ENTITY wget-time "0.2 SBU"> ]> <sect1 id="wget" xreflabel="Wget-&wget-version;"> @@ -59,7 +59,8 @@ <bridgehead renderas="sect3">Wget Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="openssl"/> or <xref linkend="gnutls"/> and + <para role="optional"><xref linkend="openssl"/> or <xref linkend="gnutls"/>, + <xref linkend="libidn"/>, and <ulink url="http://www.inet.no/dante/">Dante</ulink></para> <para condition="html" role="usernotes">User Notes: @@ -76,15 +77,15 @@ <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>To test the results, issue <command>make check</command>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>make install</userinput></screen> - <para>Finally update the info dir file:</para> + <!-- <para>Finally update the info dir file:</para> -<screen role="root"><userinput>install-info --info-dir=/usr/share/info /usr/share/info/wget.info</userinput></screen> +<screen role="root"><userinput>install-info -info-dir=/usr/share/info /usr/share/info/wget.info</userinput></screen> --> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-02-14 14:16:09 UTC (rev 8245) +++ trunk/BOOK/general.ent 2010-02-14 15:14:50 UTC (rev 8246) @@ -408,7 +408,7 @@ <!ENTITY samba3-version "3.0.30"> <!ENTITY subversion-version "1.5.4"> <!ENTITY tcpwrappers-version "7.6"> -<!ENTITY wget-version "1.11.4"> +<!ENTITY wget-version "1.12"> <!ENTITY ggz-client-libs-version "0.0.14.1"> <!-- Obsolete Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-02-14 14:16:09 UTC (rev 8245) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-02-14 15:14:50 UTC (rev 8246) @@ -45,6 +45,9 @@ <para>February 14th, 2010</para> <itemizedlist> <listitem> + <para>[randy] - Updated to wget-1.12.</para> + </listitem> + <listitem> <para>[randy] - Updated to Inetutils-1.6.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
