Changeset d809816


Ignore:
Timestamp:
02/22/2019 02:15:58 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 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:
169c9a9
Parents:
15a9f25
Message:

Add security patch to OpenSSH to fix an access restriction bypass vulnerability.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gucharmap.xml

    r15a9f25 rd809816  
    4040    </para>
    4141
    42     &lfs83_checked;
     42    &lfs84_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r15a9f25 rd809816  
    4545      <para>February 22nd, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Add a security patch for OpenSSH to fix an
     49          access restriction bypass vulnerability caused by using "." or a
     50          blank filename when using SCP. Fixes
     51          <ulink url="&blfs-ticket-root;11693">#11693</ulink>.</para>
     52        </listitem>
    4753        <listitem>
    4854          <para>[renodr] - Update the security patch for polkit-0.115
  • postlfs/security/openssh.xml

    r15a9f25 rd809816  
    7878      </listitem>
    7979    </itemizedlist>
    80 <!--
     80
    8181    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8282    <itemizedlist spacing="compact">
    8383      <listitem>
    84         <para>Required patch: <ulink url="&patch-root;/openssh-&openssh-version;-openssl-1.1.0-1.patch"/></para>
     84        <para>Required patch: <ulink url="&patch-root;/openssh-&openssh-version;-security_fix-1.patch"/></para>
    8585      </listitem>
    8686    </itemizedlist>
    87 -->
     87
    8888    <bridgehead renderas="sect3">OpenSSH Dependencies</bridgehead>
    8989<!--
     
    144144    </para>
    145145
    146 <screen><userinput>./configure --prefix=/usr                     \
     146<screen><userinput>patch -Np1 -i ../openssh-7.9p1-security_fix-1.patch &amp;&amp;
     147./configure --prefix=/usr                     \
    147148            --sysconfdir=/etc/ssh             \
    148149            --with-md5-passwords              \
Note: See TracChangeset for help on using the changeset viewer.