Changeset 15b96a83


Ignore:
Timestamp:
02/05/2017 09:27:47 PM (7 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.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
81d1117
Parents:
4af9931
Message:

Add ntfs-3g security patch

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4af9931 r15b96a83  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Add a security patch from upstream to ntfs-3g. Fixes
     50          <ulink url="&blfs-ticket-root;8851">#8851</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[bdubbs] - Update to shadow-4.4.</para>
    5054        </listitem>
  • postlfs/filesystems/ntfs-3g.xml

    r4af9931 r15b96a83  
    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;/ntfs-3g-&ntfs-3g-version;-security_fix-1.patch"/>
     87        </para>
     88      </listitem>
     89    </itemizedlist>
     90
    8191    <bridgehead renderas="sect3">Ntfs-3g Dependencies</bridgehead>
    8292
     
    115125    </para>
    116126
    117 <screen><userinput>./configure --prefix=/usr --disable-static --with-fuse=external &amp;&amp;
     127<screen><userinput>patch -Np1 -i ../ntfs-3g-&ntfs-3g-version;-security_fix-1.patch &amp;&amp;
     128./configure --prefix=/usr --disable-static --with-fuse=external &amp;&amp;
    118129make</userinput></screen>
    119130
     
    146157    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147158      href="../../xincludes/static-libraries.xml"/>
     159
     160    <para>
     161      <command>patch -Np1 -i ...</command>: This command applies a security
     162      patch from upstream to fix ntfs-3g on systems that use setuid for the
     163      executable.
     164    </para>
    148165
    149166    <para>
Note: See TracChangeset for help on using the changeset viewer.