Changeset f2cb3164


Ignore:
Timestamp:
02/12/2020 04:16:41 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:
53134b6f
Parents:
3806235
Message:

Fix the openssh patch to reference the correct version of glibc. Thank you Pierre!

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3806235 rf2cb3164  
    4747        <listitem>
    4848          <para>[renodr] - Add a patch to allow OpenSSH to build with
    49           glibc-2.30.</para>
     49          glibc-2.31.</para>
    5050        </listitem>
    5151        <listitem>
  • postlfs/security/openssh.xml

    r3806235 rf2cb3164  
    8484        <para>
    8585          Required patch:
    86           <ulink url="&patch-root;/openssh-&openssh-version;-glibc_2.30_fix-1.patch"/>
     86          <ulink url="&patch-root;/openssh-&openssh-version;-glibc_2.31_fix-1.patch"/>
    8787        </para>
    8888      </listitem>
     
    139139    <para>
    140140      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>
     141      <application>Glibc-2.31</application> and later:
     142    </para>
     143
     144<screen><userinput remap="pre">patch -Np1 -i ../openssh-&openssh-version;-glibc_2.31_fix-1.patch</userinput></screen>
    145145   
    146146    <para>
Note: See TracChangeset for help on using the changeset viewer.