Changeset dc56bc8 for postlfs


Ignore:
Timestamp:
01/16/2016 06:11:06 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
9e3d18a7
Parents:
b0480ef
Message:
  • Update to fuse-2.9.5.
  • Fix URL for sshfs-fuse-2.5.
  • Update to sqlite-autoconf-3100100 (3.10.1).
  • Update to fop-2.1.
  • JUnit-4.11: typo.

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

Location:
postlfs/filesystems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse.xml

    rb0480ef rdc56bc8  
    55  %general-entities;
    66
    7   <!ENTITY fuse-download-http "&sourceforge-repo;/fuse/fuse-&fuse-version;.tar.gz">
     7  <!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse_&fuse-download-version;/fuse-&fuse-version;.tar.gz">
    88  <!ENTITY fuse-download-ftp  " ">
    9   <!ENTITY fuse-md5sum        "ecb712b5ffc6dffd54f4a405c9b372d8">
    10   <!ENTITY fuse-size          "564 KB">
    11   <!ENTITY fuse-buildsize     "9.9 MB (with API documentation)">
     9  <!ENTITY fuse-md5sum        "c901b77a1c4584c7ac6c2b67c0713f2b">
     10  <!ENTITY fuse-size          "552 KB">
     11  <!ENTITY fuse-buildsize     "8.2 MB (9.8 MB with API documentation)">
    1212  <!ENTITY fuse-time          "0.1 SBU">
    1313]>
     
    123123    </para>
    124124
    125 <screen><userinput>./configure --prefix=/usr --disable-static INIT_D_PATH=/tmp/init.d &amp;&amp;
     125<screen><userinput>sed -i 's/2:9:4/2:9:5/' lib/Makefile.in &amp;&amp;
     126
     127./configure --prefix=/usr    \
     128            --disable-static \
     129            INIT_D_PATH=/tmp/init.d &amp;&amp;
     130
    126131make</userinput></screen>
    127132
     
    162167  <sect2 role="commands">
    163168    <title>Command Explanations</title>
     169
     170    <para><command>sed -i ... lib/Makefile.in</command> This command fixes
     171    libfuse so version.
     172    </para>
    164173
    165174    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • postlfs/filesystems/sshfs-fuse.xml

    rb0480ef rdc56bc8  
    66
    77  <!ENTITY sshfs-fuse-download-http
    8     "&sourceforge-repo;/fuse/sshfs-fuse-&sshfs-fuse-version;.tar.gz">
     8    "https://github.com/libfuse/sshfs/releases/download/sshfs_&sshfs-fuse-download-version;/sshfs-fuse-&sshfs-fuse-version;.tar.gz">
    99  <!ENTITY sshfs-fuse-download-ftp  " ">
    1010  <!ENTITY sshfs-fuse-md5sum        "17494910db8383a366b1301e5f5148a9">
Note: See TracChangeset for help on using the changeset viewer.