Changeset 31427bc


Ignore:
Timestamp:
04/21/2019 03:18:51 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
361352f
Parents:
03b281ca
Message:

Fix openssh instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r03b281ca r31427bc  
    7979    </itemizedlist>
    8080
    81     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82     <itemizedlist spacing="compact">
    83       <listitem>
    84         <para>Required patch: <ulink url="&patch-root;/openssh-&openssh-version;-security_fix-1.patch"/></para>
    85       </listitem>
    86     </itemizedlist>
    87 
    8881    <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 -->
     82
    9583    <bridgehead renderas="sect4">Optional</bridgehead>
    9684    <para role="optional">
     
    144132    </para>
    145133
    146 <screen><userinput>patch -Np1 -i ../openssh-7.9p1-security_fix-1.patch &amp;&amp;
    147 ./configure --prefix=/usr                     \
     134<screen><userinput>./configure --prefix=/usr                     \
    148135            --sysconfdir=/etc/ssh             \
    149136            --with-md5-passwords              \
Note: See TracChangeset for help on using the changeset viewer.