Changeset f71807c2


Ignore:
Timestamp:
04/03/2017 05:01:25 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6f72a4a
Parents:
c0a8c0dc
Message:

Update to ntfs-3g-2017.3.23. Fixes #9057.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc0a8c0dc rf71807c2  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 2nd &year;">
     9<!ENTITY releasedate  "April 3rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rc0a8c0dc rf71807c2  
    4343-->
    4444    <listitem>
     45      <para>April 3rd, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to ntfs-3g-2017.3.23. Fixes
     49         <ulink url="&blfs-ticket-root;9057">#9057</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 2nd, 2017</para>
    4656      <itemizedlist>
  • packages.ent

    rc0a8c0dc rf71807c2  
    5050<!ENTITY lvm2-version                 "2.02.169">
    5151<!ENTITY mdadm-version                "4.0">
    52 <!ENTITY ntfs-3g-version              "2016.2.22">
     52<!ENTITY ntfs-3g-version              "2017.3.23">
    5353<!ENTITY gptfdisk-version             "1.0.1">
    5454<!ENTITY parted-version               "3.2">
  • postlfs/filesystems/fuse.xml

    rc0a8c0dc rf71807c2  
    105105    <title>Installation of Fuse</title>
    106106
    107     <note>
    108       <para>
    109         After the <command>configure</command> script has finished you will
    110         see a warning shown below. You can safely disregard this warning.
    111       </para>
    112 
    113 <screen><computeroutput>configure: WARNING:
    114 ******************************************************************
    115 * Please install util-linux version 2.18 or later which supports *
    116 * --fake and --no-canonicalize options in mount and umount       *
    117 ******************************************************************</computeroutput></screen>
    118     </note>
    119 
    120107    <para>
    121108      Install <application>Fuse</application> by running the following
     
    125112<screen><userinput>./configure --prefix=/usr    \
    126113            --disable-static \
     114            --exec-prefix=/  \
    127115            INIT_D_PATH=/tmp/init.d &amp;&amp;
    128116
     
    144132<screen role="root"><userinput>make install &amp;&amp;
    145133
    146 mv -v   /usr/lib/libfuse.so.* /lib &amp;&amp;
    147 ln -sfv ../../lib/libfuse.so.&fuse-version; /usr/lib/libfuse.so &amp;&amp;
    148134rm -rf  /tmp/init.d &amp;&amp;
    149135
     
    170156
    171157    <para>
     158      <parameter>--exec-prefix=/</parameter>: This parameter moves programs and
     159      libraries that could be needed before the
     160      <filename class="directory">/usr</filename> directory is mounted, to the
     161      root filesystem.
     162    </para>
     163
     164    <para>
    172165      <parameter>INIT_D_PATH=/tmp/init.d</parameter>: This parameter installs
    173166      the bootscript into <filename class="directory">/tmp/init.d</filename> as
    174167      a bootscript is not required.
    175     </para>
    176 
    177     <para>
    178       <command>mv -v /usr/lib/libfuse.so.* /lib</command>: This moves the
    179       <application>FUSE</application> library to the root filesystem
    180       so that it is available early in the boot process in case
    181       <filename class="directory">/usr</filename> is mounted on a separate
    182       partition and <xref linkend="ntfs-3g"/> is built with a system-installed
    183       version of <application>FUSE</application>.
    184168    </para>
    185169
  • postlfs/filesystems/ntfs-3g.xml

    rc0a8c0dc rf71807c2  
    88           "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
    99  <!ENTITY ntfs-3g-download-ftp  " ">
    10   <!ENTITY ntfs-3g-md5sum        "ccbe8672d0f757bd0c975b50aa4c512e">
     10  <!ENTITY ntfs-3g-md5sum        "d97474ae1954f772c6d2fa386a6f462c">
    1111  <!ENTITY ntfs-3g-size          "1.2 MB">
    12   <!ENTITY ntfs-3g-buildsize     "17 MB">
     12  <!ENTITY ntfs-3g-buildsize     "20 MB">
    1313  <!ENTITY ntfs-3g-time          "0.2 SBU">
    1414]>
     
    3737      NTFS partitions in read-write mode from your Linux system. It uses the
    3838      FUSE kernel module to be able to implement NTFS support in user space.
    39     </para>
    40     <para>
    41       This package contains both the NTFS-3g driver itself and various utilities
    42       useful for manipulating NTFS partitions.
     39      The package also contains various utilities useful for manipulating NTFS
     40      partitions.
    4341    </para>
    4442
     
    7977    </itemizedlist>
    8078
    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 
    9179    <bridgehead renderas="sect3">Ntfs-3g Dependencies</bridgehead>
    9280
     
    125113    </para>
    126114
    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;
     115<screen><userinput>./configure --prefix=/usr        \
     116            --disable-static     \
     117            --with-fuse=external &amp;&amp;
    129118make</userinput></screen>
    130119
     
    148137    </para>
    149138
    150 <screen role="root"><userinput>chmod -v 4755 /sbin/mount.ntfs</userinput></screen>
     139<screen role="root"><userinput>chmod -v 4755 /bin/ntfs-3g</userinput></screen>
    151140
    152141  </sect2>
     
    184173
    185174    <para>
    186       <command>chmod -v 4755 /sbin/mount.ntfs</command>: Making mount.ntfs setuid
     175      <command>chmod -v 4755 /bin/ntfs-3g</command>: Making mount.ntfs setuid
    187176      root allows non root users to mount NTFS partitions.
    188177    </para>
Note: See TracChangeset for help on using the changeset viewer.