Ignore:
Timestamp:
11/01/2018 09:08:53 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
464104a2
Parents:
20ce064
Message:

BLFS Basic: Update openssh

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r20ce064 r4cf065d6  
    1010           " "> <!-- at the moment, unable to connect via ftp: ken
    1111           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> -->
    12   <!ENTITY openssh-md5sum        "ce1d090fa6239fd38eb989d5e983b074">
     12  <!ENTITY openssh-md5sum        "c6af50b7a474d04726a5aa747a5dce8f">
    1313  <!ENTITY openssh-size          "1.5 MB">
    14   <!ENTITY openssh-buildsize     "44 MB (add 7 MB for tests)">
    15   <!ENTITY openssh-time          "0.4 SBU (running the tests takes 18+ minutes,
     14  <!ENTITY openssh-buildsize     "39 MB (add 12 MB for tests)">
     15  <!ENTITY openssh-time          "0.4 SBU (running the tests takes 17+ minutes,
    1616                                  irrespective of processor speed)">
    1717]>
     
    7676          Estimated build time: &openssh-time;
    7777        </para>
    78       </listitem>
    79     </itemizedlist>
    80 
    81     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82     <itemizedlist spacing="compact">
    83       <listitem>
    84         <para>Required patch: <ulink url="&patch-root;/openssh-&openssh-version;-openssl-1.1.0-1.patch"/></para>
    8578      </listitem>
    8679    </itemizedlist>
     
    138131    </para>
    139132
    140 <screen><userinput>patch -Np1 -i ../openssh-&openssh-version;-openssl-1.1.0-1.patch &amp;&amp;
    141 
    142 ./configure --prefix=/usr                     \
     133<screen><userinput>./configure --prefix=/usr                     \
    143134            --sysconfdir=/etc/ssh             \
    144135            --with-md5-passwords              \
Note: See TracChangeset for help on using the changeset viewer.