Changeset 41f721e for general


Ignore:
Timestamp:
04/02/2021 05:54:32 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
9d31900
Parents:
b5bd147
Message:

Security fixes for flac and libssh2.
Also note the unfixed vulnerability in xdg-utils mailto
(thanks to Arch for noticing this).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libssh2.xml

    rb5bd147 r41f721e  
    7171    </itemizedlist>
    7272
     73    <itemizedlist spacing="compact">
     74      <listitem>
     75        <para>
     76          Required patch:
     77          <ulink url="&patch-root;/libssh2-&libssh2-version;-security_fixes-1.patch"/>
     78        </para>
     79      </listitem>
     80    </itemizedlist>
     81
    7382    <bridgehead renderas="sect3">libssh2 Dependencies</bridgehead>
    7483
     
    93102    </para>
    94103
    95 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     104<screen><userinput>patch -Np1 -i ../libssh2-&libssh2-version;-security_fixes-1.patch &amp;&amp;
     105./configure --prefix=/usr --disable-static            &amp;&amp;
    96106make</userinput></screen>
    97107
Note: See TracChangeset for help on using the changeset viewer.