Ignore:
Timestamp:
02/12/2020 01:14:46 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f2cb3164
Parents:
03b67d3
Message:

Add openssh glibc patch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r03b67d3 r3806235  
    7979    </itemizedlist>
    8080
     81    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     82    <itemizedlist spacing="compact">
     83      <listitem>
     84        <para>
     85          Required patch:
     86          <ulink url="&patch-root;/openssh-&openssh-version;-glibc_2.30_fix-1.patch"/>
     87        </para>
     88      </listitem>
     89    </itemizedlist>
     90
    8191    <bridgehead renderas="sect3">OpenSSH Dependencies</bridgehead>
    8292
     
    127137         -u 50 sshd</userinput></screen>
    128138
     139    <para>
     140      Apply a patch to allow OpenSSH to build and function with
     141      <application>Glibc-2.30</application> and later:
     142    </para>
     143
     144<screen><userinput remap="pre">patch -Np1 -i ../openssh-&openssh-version;-glibc_2.30_fix-1.patch</userinput></screen>
     145   
    129146    <para>
    130147      Install <application>OpenSSH</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.