Changeset eb66622


Ignore:
Timestamp:
02/14/2010 03:14:50 PM (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:
b058cd3
Parents:
9a17574
Message:

Updated to wget-1.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/wget.xml

    r9a17574 reb66622  
    77  <!ENTITY wget-download-http "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2">
    88  <!ENTITY wget-download-ftp  "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.bz2">
    9   <!ENTITY wget-md5sum        "f5076a8c2ec2b7f334cb6e3059820f9c">
    10   <!ENTITY wget-size          "932 KB">
    11   <!ENTITY wget-buildsize     "8.7 MB">
    12   <!ENTITY wget-time          "0.1 SBU">
     9  <!ENTITY wget-md5sum        "308a5476fc096a8a525d07279a6f6aa3">
     10  <!ENTITY wget-size          "1.6 MB">
     11  <!ENTITY wget-buildsize     "16 MB">
     12  <!ENTITY wget-time          "0.2 SBU">
    1313]>
    1414
     
    6060
    6161    <bridgehead renderas="sect4">Optional</bridgehead>
    62     <para role="optional"><xref linkend="openssl"/> or <xref linkend="gnutls"/> and
     62    <para role="optional"><xref linkend="openssl"/> or <xref linkend="gnutls"/>,
     63    <xref linkend="libidn"/>, and
    6364    <ulink url="http://www.inet.no/dante/">Dante</ulink></para>
    6465
     
    7778make</userinput></screen>
    7879
    79     <para>This package does not come with a test suite.</para>
     80    <para>To test the results, issue <command>make check</command>.</para>
    8081
    8182    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    8384<screen role="root"><userinput>make install</userinput></screen>
    8485
    85     <para>Finally update the info dir file:</para>
     86    <!-- <para>Finally update the info dir file:</para>
    8687
    87 <screen role="root"><userinput>install-info --info-dir=/usr/share/info /usr/share/info/wget.info</userinput></screen>
     88<screen role="root"><userinput>install-info -info-dir=/usr/share/info /usr/share/info/wget.info</userinput></screen> -->
    8889
    8990  </sect2>
  • general.ent

    r9a17574 reb66622  
    409409<!ENTITY subversion-version           "1.5.4">
    410410<!ENTITY tcpwrappers-version          "7.6">
    411 <!ENTITY wget-version                 "1.11.4">
     411<!ENTITY wget-version                 "1.12">
    412412<!ENTITY ggz-client-libs-version      "0.0.14.1">
    413413
  • introduction/welcome/changelog.xml

    r9a17574 reb66622  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to wget-1.12.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Inetutils-1.6.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.