Changeset acf7e2c for networking


Ignore:
Timestamp:
09/22/2018 01:10:28 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
6397333
Parents:
57e3994
Message:

Updates to Basic BLFS Chapter 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20519 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
networking
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mailx.xml

    r57e3994 racf7e2c  
    7575
    7676    <bridgehead renderas="sect3">Heirloom mailx Dependencies</bridgehead>
    77 <!--
     77
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    79     <para role="optional"><xref linkend="openssl10"/> or
    80     <xref linkend="nss"/>,
    81     <xref linkend="mitkrb"/> (for IMAP GSSAPI
    82     authentication), and an
    83     <xref linkend="server-mail"/></para>
     79    <para role="optional">
     80      <ulink url="&blfs-book;postlfs/openssl10.html">openssl-1.0.x</ulink> or
     81      <ulink role="runtime" url="&blfs-book;postlfs/nss.html">nss</ulink>,
     82      <ulink url="&blfs-book;postlfs/mitkrb.html">MIT Kerberos</ulink>
     83         (for IMAP GSSAPI authentication), and
     84      <xref linkend="postfix"/> (or an equivalent package that provides a
     85          <command>sendmail</command> command)
     86    </para>
    8487
    8588    <para condition="html" role="usernotes">User Notes:
    8689    <ulink url="&blfs-wiki;/mailx"/></para>
    87 -->
     90
    8891  </sect2>
    8992
  • networking/netprogs/wget.xml

    r57e3994 racf7e2c  
    7979      <xref role="runtime" linkend="make-ca"/> (runtime)
    8080    </para>
    81 <!--
     81
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="gnutls"/>,
    85       <xref linkend="gpgme"/>,
    86       <xref linkend="perl-http-daemon"/> (for the test suite),
    87       <xref linkend="perl-io-socket-ssl"/> (for the test suite),
    88       <xref linkend="libidn2"/>,
    89       <xref linkend="libpsl"/>,
    90       <xref linkend="pcre"/>,
    91       <xref linkend="python2"/> (built with ssl; for the test suite), and
    92       <xref linkend="valgrind"/> (for the test suite)
    93     </para>
    94 -->
     84      <ulink url="&blfs-book;postlfs/gnutls.html">gnutls</ulink>,
     85      <ulink url="&blfs-book;postlfs/gpgme.html">gpgme</ulink>,
     86      <ulink url="&blfs-book;general/perl-modules.html#perl-http-daemon">
     87        perl-http-daemon</ulink> (for the test suite),
     88      <ulink url="&blfs-book;general/perl-modules.html#perl-io-socket-ssl">
     89        perl-io-socket-ssl"</ulink> (for the test suite),
     90      <ulink url="&blfs-book;general/libidn2.html">libidn2</ulink>,
     91      <ulink url="&blfs-bookd;basicnet/libpsl.html">libpsl</ulink>,
     92      <ulink url="&blfs-book;general/pcre.html">pcre</ulink>,
     93      <xref linkend="python"/> (for the test suite), and
     94      <ulink url="&blfs-book;general/valgrind.html">valgrind</ulink> (for the test suite)
     95    </para>
     96
    9597    <para condition="html" role="usernotes">
    9698      User Notes: <ulink url="&blfs-wiki;/wget"/>
     
    133135    <para>
    134136      <parameter>--with-ssl=openssl</parameter>: This allows the program to use
    135       openssl instead of <!--<xref linkend="gnutls"/>. -->
     137      openssl instead of <ulink url="&blfs-book;postlfs/gnutls.html">gnutls</ulink>.
    136138    </para>
    137139
     
    161163        <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
    162164      </indexterm>
    163 
    164 <!--
    165       <para>
    166         If you have installed <xref linkend="make-ca"/> and you want
    167         <application>Wget</application> to use them, as the
    168         <systemitem class="username">root</systemitem> user:
    169       </para>
    170 
    171 <screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
    172 -->
    173165
    174166    </sect3>
  • networking/textweb/links.xml

    r57e3994 racf7e2c  
    6060
    6161    <bridgehead renderas="sect3">Links Dependencies</bridgehead>
    62 <!--
    63     <bridgehead renderas="sect4">Recommended</bridgehead>
    64     <para role="recommended"><xref linkend="openssl"/></para>
    65 -->
    66 <!--
     62
    6763    <bridgehead renderas="sect4">Optional</bridgehead>
    6864    <para role="optional">Graphics mode requires at least one of
     
    7066    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    7167    <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>, and
    72     <xref linkend="x-window-system"/></para>
     68    <ulink url="&blfs-book;x/installing.html">x-window-system</ulink>
     69    </para>
    7370
    7471    <para>For decoding various image formats <application>Links</application>
    7572    can utilize
    76     <xref linkend="libpng"/>,
    77     <xref linkend="libjpeg"/>,
    78     <xref linkend="librsvg"/>, and
    79     <xref linkend="libtiff"/></para>
     73    <ulink url="&blfs-book;general/libpng.html">libpng</ulink>,
     74    <ulink url="&blfs-book;general/libjpeg.html">libjpeg</ulink>,
     75    <ulink url="&blfs-book;general/librsvg.html">librsvg</ulink>, and
     76    <ulink url="&blfs-book;general/libtiff.html">libtiff</ulink></para>
    8077
    8178    <para condition="html" role="usernotes">User Notes:
    8279    <ulink url="&blfs-wiki;/LinksBrowser"/></para>
    83 -->
     80
    8481  </sect2>
    8582
Note: See TracChangeset for help on using the changeset viewer.