Changeset 71aa48f


Ignore:
Timestamp:
04/24/2016 06:58:42 AM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, nosym, 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:
d2df2ce
Parents:
8c0d48eb
Message:

Update to fuse-2.9.6.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8c0d48eb r71aa48f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 21st &year;">
     9<!ENTITY releasedate  "April 24th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8c0d48eb r71aa48f  
    4545-->
    4646    <listitem>
     47      <para>April 24th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to fuse-2.9.6. Fixes
     51          <ulink url="&blfs-ticket-root;7759">#7759</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>April 21st, 2016</para>
    4858      <itemizedlist>
  • packages.ent

    r8c0d48eb r71aa48f  
    4444<!-- Chapter 5 -->
    4545<!ENTITY btrfs-progs-version          "4.5.1">
    46 <!ENTITY fuse-version                 "2.9.5">
    47 <!ENTITY fuse-download-version        "2_9_5">
     46<!ENTITY fuse-version                 "2.9.6">
    4847<!ENTITY jfsutils-version             "1.1.15">
    4948<!ENTITY lvm2-version                 "2.02.149">
  • postlfs/filesystems/fuse.xml

    r8c0d48eb r71aa48f  
    55  %general-entities;
    66
    7   <!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse_&fuse-download-version;/fuse-&fuse-version;.tar.gz">
     7  <!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse-version;/fuse-&fuse-version;.tar.gz">
    88  <!ENTITY fuse-download-ftp  " ">
    9   <!ENTITY fuse-md5sum        "c901b77a1c4584c7ac6c2b67c0713f2b">
    10   <!ENTITY fuse-size          "552 KB">
     9  <!ENTITY fuse-md5sum        "3d3eebdfe640ccbf0f0a93988a07596a">
     10  <!ENTITY fuse-size          "625 KB">
    1111  <!ENTITY fuse-buildsize     "8.2 MB (9.8 MB with API documentation)">
    1212  <!ENTITY fuse-time          "0.1 SBU">
     
    123123    </para>
    124124
    125 <screen><userinput>sed -i 's/2:9:4/2:9:5/' lib/Makefile.in &amp;&amp;
    126 
    127 ./configure --prefix=/usr    \
     125<screen><userinput>./configure --prefix=/usr    \
    128126            --disable-static \
    129127            INIT_D_PATH=/tmp/init.d &amp;&amp;
     
    167165  <sect2 role="commands">
    168166    <title>Command Explanations</title>
    169 
    170     <para><command>sed -i ... lib/Makefile.in</command> This command fixes
    171     libfuse so version.
    172     </para>
    173167
    174168    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.