mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
Add ntfs-3g security patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18259 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4af9931789
commit
15b96a83e6
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>February 5th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Add a security patch from upstream to ntfs-3g. Fixes
|
||||
<ulink url="&blfs-ticket-root;8851">#8851</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to shadow-4.4.</para>
|
||||
</listitem>
|
||||
|
@ -78,6 +78,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/ntfs-3g-&ntfs-3g-version;-security_fix-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Ntfs-3g Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -114,7 +124,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static --with-fuse=external &&
|
||||
<screen><userinput>patch -Np1 -i ../ntfs-3g-&ntfs-3g-version;-security_fix-1.patch &&
|
||||
./configure --prefix=/usr --disable-static --with-fuse=external &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -146,6 +157,12 @@ ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para>
|
||||
<command>patch -Np1 -i ...</command>: This command applies a security
|
||||
patch from upstream to fix ntfs-3g on systems that use setuid for the
|
||||
executable.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--with-fuse=external</parameter>: This switch dynamically
|
||||
links <command>lowntfs-3g</command> and <command>ntfs-3g</command> to
|
||||
|
Loading…
Reference in New Issue
Block a user