Changeset acf7e2c
- Timestamp:
- 09/22/2018 01:10:28 AM (6 years ago)
- Branches:
- basic
- Children:
- 6397333
- Parents:
- 57e3994
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
cmdline.xml
r57e3994 racf7e2c 18 18 <para>These tools are recommended for all systems.</para> 19 19 20 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/which.xml"/> 20 <para>Openssh provides both an ssh client and a server. Setting 21 up a server allows logging into the system from another system allowing 22 control, including building of additional packages, from a full 23 graphical environment.</para> 24 25 <para>Wget allows retrieval of packages from the command line.</para> 26 27 <para>Make-ca provides for installing security certificates of well 28 known certificate authorities so applications can properly authenticate 29 entities such as an https:// URL across an untrusted network.</para> 30 31 <para>Sudo allows otherwise untrusted users to run commands that 32 require administrative privileges. It is a convenient alternative 33 to the su command.</para> 34 35 <para>Which is a convenient utility that shows the full path to a 36 command.</para> 37 38 <para>Unzip is an extraction utility for zip files. It's function is 39 similar to gzip. gzip2, and xz that were installed in LFS.</para> 40 41 <para>Links is a text mode WWW browser. Text mode browsers are 42 very fast and can be used before a graphical environment is installed. 43 </para> 44 45 <para>Mailx is a a command-line Mail User Agent (MUA). It is especially 46 useful for sending mail messages in scripts.</para> 47 48 <note> 49 <para> 50 When building BLFS packages, manny will require the installation of 51 dependent packages before that are built. See <xref linkend='dependencies'/> 52 to help decide which dependent packages you need. 53 </para> 54 </note> 55 56 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/openssh.xml"/> 21 57 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/wget.xml"/> 22 58 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/make-ca.xml"/> 23 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/openssh.xml"/>24 59 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/sudo.xml"/> 60 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/which.xml"/> 25 61 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/unzip.xml"/> 26 62 <xi:include xmlns:xi="&xinclude;" href="networking/textweb/links.xml"/> -
general.ent
r57e3994 racf7e2c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 18"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "Bruce Dubbs"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 18th, &year;">9 <!ENTITY releasedate "September 21at, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 22 22 <!ENTITY blfs-root "&lfs-webroot;blfs/"> 23 23 <!ENTITY blfs-book "&blfs-root;view/stable/"> 24 <!ENTITY blfs-bookd "&blfs-root;view/stable-systemd/"> 24 25 25 26 <!ENTITY xinclude "http://www.w3.org/2001/XInclude"> -
general/sysutils/unzip.xml
r57e3994 racf7e2c 46 46 tested. <!--Note that the patch recommended for the locale issues will not 47 47 apply to this version of <application>UnZip</application>. See the 48 discussion below in <xref linkend="unzip-locale-issues"/>. -->A more48 discussion below in <xref linkend="unzip-locale-issues"/>. A more 49 49 general discussion of these problems can be found in the 50 <!--<xref linkend="locale-assumed-encoding"/> section of the50 <xref linkend="locale-assumed-encoding"/> section of the 51 51 <xref linkend="locale-issues"/> page.--> 52 52 </para> -
general/sysutils/which.xml
r57e3994 racf7e2c 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- <!ENTITY which-download-http "http://www.xs4all.nl/~carlo17/which/which-&which-version;.tar.gz">-->8 6 9 7 <!ENTITY which-download-http "&gnu-http;/which/which-&which-version;.tar.gz"> -
intro.xml
r57e3994 racf7e2c 17 17 18 18 <xi:include xmlns:xi="&xinclude;" href="introduction/important/starting.xml"/> 19 <xi:include xmlns:xi="&xinclude;" href="introduction/welcome/conventions.xml"/> 19 20 <xi:include xmlns:xi="&xinclude;" href="introduction/important/building-notes.xml"/> 20 21 <xi:include xmlns:xi="&xinclude;" href="introduction/important/patches.xml"/> -
introduction/welcome/conventions.xml
r57e3994 racf7e2c 92 92 </sect2> 93 93 94 <sect2 >94 <sect2 id="dependencies"> 95 95 <title>Conventions Used for Package Dependencies</title> 96 96 -
libraries.xml
r57e3994 racf7e2c 29 29 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/rpcsvc-proto.xml"/> 30 30 <xi:include xmlns:xi="&xinclude;" href="lwp-protocol-https.xml"/> 31 <sect1 id="pymods" xreflabel=" Python Mpdules">32 <title> Python Mpdules</title>31 <sect1 id="pymods" xreflabel="six-&six-version; (Python Module)"> 32 <title>six-&six-version; (Python Module)</title> 33 33 <xi:include xmlns:xi="&xinclude;" href="general/prog/six.xml"/> 34 34 </sect1> -
lwp-protocol-https.xml
r57e3994 racf7e2c 17 17 </sect1info> 18 18 19 <title> Perl Modules</title>19 <title>LWP::Protocol::https-&LWP-Protocol-https-version; (Perl Module)</title> 20 20 21 21 <sect2 role="package"> … … 34 34 <para>LWP::Protocol::https provides https support for 35 35 LWP::UserAgent (i.e. for LWP). This module uses 36 <xref linkend="perl-auto-install"/>.</para> 36 <xref linkend="perl-auto-install"/>:.</para> 37 38 <screen><userinput>cpan -i LWP::Protocol::https</userinput></screen> 37 39 38 40 </sect2> -
networking/mailnews/mailx.xml
r57e3994 racf7e2c 75 75 76 76 <bridgehead renderas="sect3">Heirloom mailx Dependencies</bridgehead> 77 <!-- 77 78 78 <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> 84 87 85 88 <para condition="html" role="usernotes">User Notes: 86 89 <ulink url="&blfs-wiki;/mailx"/></para> 87 --> 90 88 91 </sect2> 89 92 -
networking/netprogs/wget.xml
r57e3994 racf7e2c 79 79 <xref role="runtime" linkend="make-ca"/> (runtime) 80 80 </para> 81 <!-- 81 82 82 <bridgehead renderas="sect4">Optional</bridgehead> 83 83 <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 95 97 <para condition="html" role="usernotes"> 96 98 User Notes: <ulink url="&blfs-wiki;/wget"/> … … 133 135 <para> 134 136 <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>. 136 138 </para> 137 139 … … 161 163 <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary> 162 164 </indexterm> 163 164 <!--165 <para>166 If you have installed <xref linkend="make-ca"/> and you want167 <application>Wget</application> to use them, as the168 <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 -->173 165 174 166 </sect3> -
networking/textweb/links.xml
r57e3994 racf7e2c 60 60 61 61 <bridgehead renderas="sect3">Links Dependencies</bridgehead> 62 <!-- 63 <bridgehead renderas="sect4">Recommended</bridgehead> 64 <para role="recommended"><xref linkend="openssl"/></para> 65 --> 66 <!-- 62 67 63 <bridgehead renderas="sect4">Optional</bridgehead> 68 64 <para role="optional">Graphics mode requires at least one of … … 70 66 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, 71 67 <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> 73 70 74 71 <para>For decoding various image formats <application>Links</application> 75 72 can utilize 76 < xref linkend="libpng"/>,77 < xref linkend="libjpeg"/>,78 < xref linkend="librsvg"/>, and79 < 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> 80 77 81 78 <para condition="html" role="usernotes">User Notes: 82 79 <ulink url="&blfs-wiki;/LinksBrowser"/></para> 83 --> 80 84 81 </sect2> 85 82 -
postlfs/security/make-ca.xml
r57e3994 racf7e2c 75 75 76 76 <bridgehead renderas="sect3">make-ca Dependencies</bridgehead> 77 <!-- 77 78 78 <bridgehead renderas="sect4">Recommended</bridgehead> 79 79 <para role="recommended"><xref linkend="p11-kit"/> (required at runtime to … … 82 82 <bridgehead renderas="sect4">Optional (runtime)</bridgehead> 83 83 <para role="optional"> 84 < xref role="runtime" linkend="java"/> or85 <xref role="runtime" linkend="openjdk"/> (to generate a java PKCS#1286 store), and <xref role="runtime" linkend="nss"/> (to generate a shared87 NSSDB)84 <ulink role="runtime" url="&blfs-book;general/openjdk.html">OpenJDK</ulink> 85 (to generate a java PKCS#12 store), and 86 <ulink role="runtime" url="&blfs-book;postlfs/nss.html">nss</ulink> 87 (to generate a shared NSSDB) 88 88 </para> 89 --> 89 90 90 <para condition="html" role="usernotes">User Notes: 91 91 <ulink url='&blfs-wiki;/make-ca'/></para> … … 97 97 <para>The <application>make-ca</application> script will download and 98 98 process the certificates included in the <filename>certdata.txt</filename> 99 file for use as trust anchors for the < !-- <xref linkend="p11-kit"/> -->trust99 file for use as trust anchors for the <xref linkend="p11-kit"/> trust 100 100 module. Additionally, it will generate system certificate stores used by 101 101 BLFS applications (if the recommended and optional applications are present … … 146 146 147 147 <para>As the <systemitem class="username">root</systemitem> user, after 148 installing < !--<xref linkend="p11-kit"/>-->, download the certificate source and148 installing <xref linkend="p11-kit"/>, download the certificate source and 149 149 prepare for system use with the following command:</para> 150 150 … … 171 171 for use that might be preferred for one reason or another, including the 172 172 files shipped with Mozilla products in this book. RedHat and OpenSUSE, 173 for instance, use the version included in <!--<xref linkend="nss"/>-->. Additional 173 for instance, use the version included in 174 <ulink role="runtime" url="&blfs-book;postlfs/nss.html">nss</ulink>. Additional 174 175 upstream downloads are available at the links below.</para> 175 176 -
postlfs/security/openssh.xml
r57e3994 racf7e2c 87 87 88 88 <bridgehead renderas="sect3">OpenSSH Dependencies</bridgehead> 89 <!-- 90 <bridgehead renderas="sect4">Required</bridgehead> 91 <para role="required"> 92 <xref linkend="openssl"/> or 93 <ulink url="http://www.libressl.org/">LibreSSL Portable</ulink></para> 94 --> 95 <!-- 89 96 90 <bridgehead renderas="sect4">Optional</bridgehead> 97 91 <para role="optional"> 98 < xref linkend="linux-pam"/>,99 < xref linkend="x-window-system"/>,100 < xref linkend="mitkrb"/>,92 <ulink url="&blfs-book;/postlfs/linux-pam.html">linux-pam</ulink>, 93 <ulink url="&blfs-book;x/installing.html">x-window-system</ulink>, 94 <ulink url="&blfs-book;postlfs/mitkrb.html">MIT Kerberos</ulink>, 101 95 <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>, 102 96 <ulink url="http://www.libressl.org/">LibreSSL Portable</ulink>, … … 107 101 <bridgehead renderas="sect4">Optional Runtime (Used only to gather entropy)</bridgehead> 108 102 <para role="optional"> 109 < xref role="runtime" linkend="openjdk"/>,110 < xref role="runtime" linkend="net-tools"/>, and111 < xref role="runtime" linkend="sysstat"/>112 </para> 113 --> 103 <ulink role="runtime" url="&blfs-book;general/openjdk.html">OpenJDK</ulink>, 104 <ulink role="runtime" url="&blfs-book;basicnet/net-tools.html">net-tools</ulink>, and 105 <ulink role="runtime" url="&blfs-book;general/sysstat.html">sysstat</ulink> 106 </para> 107 114 108 <para condition="html" role="usernotes"> 115 109 User Notes: <ulink url="&blfs-wiki;/OpenSSH"/> … … 321 315 322 316 <sect3 id="openssh-init"> 323 <title> <phrase revision="sysv">Boot Script</phrase>324 <phrase revision="systemd">Systemd Unit</phrase></title> 325 326 <para revision="sysv">327 To start the SSH server at system boot, installthe317 <title>Installing the Boot Script or Systemd Unit</title> 318 319 <para> 320 If using the System V version of LFS, you can start the SSH server at 321 system boot by installing the 328 322 <filename>/etc/rc.d/init.d/sshd</filename> init script included 329 323 in the <xref linkend="bootscripts"/> package. 330 324 </para> 331 325 332 <para revision="systemd"> 333 To start the SSH server at system boot, install the 326 <para> 327 If using the systemd version of LFS, you can start the SSH server at 328 system boot by installing the 334 329 <filename>sshd.service</filename> unit included in the 335 330 <xref linkend="systemd-units"/> package. -
postlfs/security/sudo.xml
r57e3994 racf7e2c 75 75 76 76 <bridgehead renderas="sect3">Sudo Dependencies</bridgehead> 77 <!-- 77 78 78 <bridgehead renderas="sect4">Optional</bridgehead> 79 79 <para role="optional"> 80 < xref linkend="linux-pam"/>,81 < xref linkend="mitkrb"/>,82 < xref linkend="openldap"/>,83 <xref linkend=" server-mail"/> (that provides a84 <command>sendmail</command> command),80 <ulink url="&blfs-book;/postlfs/linux-pam.html">linux-pam</ulink>, 81 <ulink url="&blfs-book;postlfs/mitkrb.html">MIT Kerberos</ulink>, 82 <ulink url="&blfs-book;postlfs/openldap.html">openldap</ulink> 83 <xref linkend="postfix"/> (or an equivalent package that provides a 84 <command>sendmail</command> command), 85 85 <ulink url="http://www.openafs.org/">AFS</ulink>, 86 86 <ulink url="http://www.fwtk.org/">FWTK</ulink>, and 87 87 <ulink url="&sourceforge-dl;/opie/">Opie</ulink> 88 88 </para> 89 -->90 89 91 90 <para condition="html" role="usernotes">User Notes:
Note:
See TracChangeset
for help on using the changeset viewer.