Changeset 61562907 for networking


Ignore:
Timestamp:
08/18/2012 05:58:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
118fa4d
Parents:
8eb1dde
Message:

AutoGen 5.16.2, libvorbis 1.3.3, NSS 3.13.6 and Wget 1.14.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wget.xml

    r8eb1dde r61562907  
    66
    77  <!ENTITY wget-download-http
    8     "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
     8           "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    99  <!ENTITY wget-download-ftp
    10     "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "7f518b3a71e9efd330e9a0c3714f8463">
    12   <!ENTITY wget-size          "1.4 MB">
    13   <!ENTITY wget-buildsize     "18 MB">
     10           "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
     11  <!ENTITY wget-md5sum        "316f6f59292c9098ad81fd54f658c579">
     12  <!ENTITY wget-size          "1.6 MB">
     13  <!ENTITY wget-buildsize     "21 MB">
    1414  <!ENTITY wget-time          "0.4 SBU">
    1515]>
     
    7575    <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
    7676
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="recommended">
     79      <xref linkend="openssl"/> or <xref linkend="gnutls"/>
     80    </para>
     81
    7782    <bridgehead renderas="sect4">Optional</bridgehead>
    7883    <para role="optional">
    79       <xref linkend="openssl"/> or <xref linkend="gnutls"/>,
    8084      <xref linkend="libidn"/>,
    8185      Perl Module HTTP::Server (for the test suite: see the standard Perl
     
    126130      <xref linkend="gnutls"/> is found or the https protocol is not needed.
    127131    </para>
     132
    128133  </sect2>
    129134
     
    154159
    155160<screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
     161
    156162    </sect3>
     163
    157164  </sect2>
    158165
     
    186193        </listitem>
    187194      </varlistentry>
     195
    188196    </variablelist>
    189   </sect2>
     197
     198  </sect2>
     199
    190200</sect1>
Note: See TracChangeset for help on using the changeset viewer.