Ignore:
Timestamp:
02/12/2005 07:50:52 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
f62b122b
Parents:
3616dc5
Message:

Added md5sums to Chapter 22 package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openssh.xml

    r3616dc5 r0fbab6b  
    77<!ENTITY openssh-download-http "http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    88<!ENTITY openssh-download-ftp "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
     9<!ENTITY openssh-md5sum "8e1774d0b52aff08f817f3987442a16e">
    910<!ENTITY openssh-size "854 KB">
    1011<!ENTITY openssh-buildsize "13.3 MB">
     
    3132<sect3><title>Package information</title>
    3233<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink url="&openssh-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink url="&openssh-download-ftp;"/></para></listitem>
     34<listitem><para>Download (HTTP):
     35<ulink url="&openssh-download-http;"/></para></listitem>
     36<listitem><para>Download (FTP):
     37<ulink url="&openssh-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &openssh-md5sum;</para></listitem>
    3539<listitem><para>Download size: &openssh-size;</para></listitem>
    36 <listitem><para>Estimated disk space required: &openssh-buildsize;</para></listitem>
    37 <listitem><para>Estimated build time: &openssh-time;</para></listitem></itemizedlist>
     40<listitem><para>Estimated disk space required:
     41&openssh-buildsize;</para></listitem>
     42<listitem><para>Estimated build time:
     43&openssh-time;</para></listitem></itemizedlist>
    3844</sect3>
    3945
     
    4349<para><xref linkend="openssl"/></para>
    4450</sect4>
     51
    4552<sect4><title>Optional</title>
    4653<para><xref linkend="Linux_PAM"/>,
     
    5057<xref linkend="j2sdk"/>,
    5158<xref linkend="net-tools"/> and
    52 <ulink url="http://www.opensc.org/">OpenSC</ulink>
    53 </para></sect4>
     59<ulink url="http://www.opensc.org/">OpenSC</ulink></para>
     60</sect4>
    5461</sect3>
    5562
     
    134141<command>sshd</command>, <command>ssh</command> and
    135142<command>ssh-agent</command></para>
    136 
    137143</sect3>
    138144
     
    144150
    145151<screen><userinput><command>make install-sshd</command></userinput></screen>
    146 
    147152</sect3>
    148153
Note: See TracChangeset for help on using the changeset viewer.