Changeset aaf0f3f
- Timestamp:
- 12/18/2016 06:11:22 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 206a1bc
- Parents:
- ef51c767
- Files:
-
- 8 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ref51c767 raaf0f3f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 7"> <!-- Always 2 digits -->3 <!ENTITY day "18"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 7th &year;">9 <!ENTITY releasedate "December 18th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libgcrypt.xml
ref51c767 raaf0f3f 7 7 <!ENTITY libgcrypt-download-http " "> 8 8 <!ENTITY libgcrypt-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2"> 9 <!ENTITY libgcrypt-md5sum " 00da7b396fd270e7e762ad0e8dda640d">9 <!ENTITY libgcrypt-md5sum "74c8b4b2118946dcbfec5ff1cbf97177"> 10 10 <!ENTITY libgcrypt-size "2.8 MB"> 11 <!ENTITY libgcrypt-buildsize "4 2MB (with tests and building docs)">12 <!ENTITY libgcrypt-time "0. 8SBU (with tests and building docs)">11 <!ENTITY libgcrypt-buildsize "49 MB (with tests and building docs)"> 12 <!ENTITY libgcrypt-time "0.9 SBU (with tests and building docs)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
ref51c767 raaf0f3f 44 44 --> 45 45 <listitem> 46 <para>December 18th, 2016</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Update to sshfs-2.8 (replaces sshfs-fuse). Fixes 50 <ulink url="&blfs-ticket-root;8653">#8653</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[pierre] - Update to libXpm-3.5.12. Fixes 54 <ulink url="&blfs-ticket-root;8649">#8649</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[pierre] - Update to unbound-1.6.0. Fixes 58 <ulink url="&blfs-ticket-root;8648">#8648</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[pierre] - Update to libgcrypt-1.7.5. Fixes 62 <ulink url="&blfs-ticket-root;8645">#8645</ulink>.</para> 63 </listitem> 64 </itemizedlist> 65 </listitem> 66 67 <listitem> 46 68 <para>December 17th, 2016</para> 47 69 <itemizedlist> -
packages.ent
ref51c767 raaf0f3f 55 55 <!ENTITY reiser-version "3.6.25"> 56 56 <!ENTITY smartmontools-version "6.5"> 57 <!ENTITY sshfs- fuse-version "2.5">58 <! ENTITY sshfs-fuse-download-version "2_5">57 <!ENTITY sshfs-version "2.8"> 58 <!--<!ENTITY sshfs-fuse-download-version "2_5">--> 59 59 <!ENTITY xfsprogs-version "4.8.0"> 60 60 … … 123 123 <!ENTITY libesmtp-version "1.0.6"> 124 124 <!ENTITY libffi-version "3.2.1"> 125 <!ENTITY libgcrypt-version "1.7. 4">125 <!ENTITY libgcrypt-version "1.7.5"> 126 126 <!ENTITY libglade-version "2.6.4"> 127 127 <!ENTITY libgpg-error-version "1.25"> … … 477 477 <!ENTITY openldap-version "2.4.44"> 478 478 <!ENTITY soprano-version "2.9.4"> 479 <!ENTITY unbound-version "1. 5.10">479 <!ENTITY unbound-version "1.6.0"> 480 480 <!ENTITY virtuoso-version "6.1.8"> 481 481 <!ENTITY xinetd-version "2.3.15"> -
postlfs/filesystems/filesystems.xml
ref51c767 raaf0f3f 36 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="reiser.xml"/> 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="smartmontools.xml"/> 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs -fuse.xml"/>38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs.xml"/> 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfsprogs.xml"/> 40 40 -
postlfs/filesystems/sshfs.xml
ref51c767 raaf0f3f 5 5 %general-entities; 6 6 7 <!ENTITY sshfs- fuse-download-http8 "https://github.com/libfuse/sshfs/releases/download/sshfs_&sshfs- fuse-download-version;/sshfs-fuse-&sshfs-fuse-version;.tar.gz">9 <!ENTITY sshfs- fuse-download-ftp " ">10 <!ENTITY sshfs- fuse-md5sum "17494910db8383a366b1301e5f5148a9">11 <!ENTITY sshfs- fuse-size "136KB">12 <!ENTITY sshfs- fuse-buildsize "1.8MB">13 <!ENTITY sshfs- fuse-time "less than 0.1 SBU">7 <!ENTITY sshfs-download-http 8 "https://github.com/libfuse/sshfs/releases/download/sshfs_&sshfs-version;/sshfs-&sshfs-version;.tar.gz"> 9 <!ENTITY sshfs-download-ftp " "> 10 <!ENTITY sshfs-md5sum "0ba25e848ee59e2595d6576c8f6284b6"> 11 <!ENTITY sshfs-size "150 KB"> 12 <!ENTITY sshfs-buildsize "2.2 MB"> 13 <!ENTITY sshfs-time "less than 0.1 SBU"> 14 14 ]> 15 15 16 <sect1 id="sshfs -fuse" xreflabel="sshfs-fuse-&sshfs-fuse-version;">17 <?dbhtml filename="sshfs -fuse.html"?>16 <sect1 id="sshfs" xreflabel="sshfs-&sshfs-version;"> 17 <?dbhtml filename="sshfs.html"?> 18 18 19 19 <sect1info> 20 <othername>$LastChangedBy $</othername>21 <date>$Date $</date>20 <othername>$LastChangedBy: renodr $</othername> 21 <date>$Date: 2016-08-27 23:14:16 +0200 (sam. 27 août 2016) $</date> 22 22 </sect1info> 23 23 24 <title>sshfs- fuse-&sshfs-fuse-version;</title>24 <title>sshfs-&sshfs-version;</title> 25 25 26 <indexterm zone="sshfs -fuse">27 <primary sortas="a-sshfs -fuse">sshfs-fuse</primary>26 <indexterm zone="sshfs"> 27 <primary sortas="a-sshfs">sshfs</primary> 28 28 </indexterm> 29 29 30 30 <sect2 role="package"> 31 <title>Introduction to Sshfs Fuse</title>31 <title>Introduction to Sshfs</title> 32 32 33 33 <para> 34 The <application>Sshfs Fuse</application> package contains a filesystem34 The <application>Sshfs</application> package contains a filesystem 35 35 client based on the SSH File Transfer Protocol. This is useful for 36 36 mounting a remote computer that you have ssh access to as a local … … 45 45 <listitem> 46 46 <para> 47 Download (HTTP): <ulink url="&sshfs- fuse-download-http;"/>47 Download (HTTP): <ulink url="&sshfs-download-http;"/> 48 48 </para> 49 49 </listitem> 50 50 <listitem> 51 51 <para> 52 Download (FTP): <ulink url="&sshfs- fuse-download-ftp;"/>52 Download (FTP): <ulink url="&sshfs-download-ftp;"/> 53 53 </para> 54 54 </listitem> 55 55 <listitem> 56 56 <para> 57 Download MD5 sum: &sshfs- fuse-md5sum;57 Download MD5 sum: &sshfs-md5sum; 58 58 </para> 59 59 </listitem> 60 60 <listitem> 61 61 <para> 62 Download size: &sshfs- fuse-size;62 Download size: &sshfs-size; 63 63 </para> 64 64 </listitem> 65 65 <listitem> 66 66 <para> 67 Estimated disk space required: &sshfs- fuse-buildsize;67 Estimated disk space required: &sshfs-buildsize; 68 68 </para> 69 69 </listitem> 70 70 <listitem> 71 71 <para> 72 Estimated build time: &sshfs- fuse-time;72 Estimated build time: &sshfs-time; 73 73 </para> 74 74 </listitem> 75 75 </itemizedlist> 76 76 77 <bridgehead renderas="sect3">Sshfs FuseDependencies</bridgehead>77 <bridgehead renderas="sect3">Sshfs Dependencies</bridgehead> 78 78 79 79 <bridgehead renderas="sect4">Required</bridgehead> … … 85 85 86 86 <para condition="html" role="usernotes"> 87 User Notes: <ulink url="&blfs-wiki;/sshfs -fuse"/>87 User Notes: <ulink url="&blfs-wiki;/sshfs"/> 88 88 </para> 89 89 </sect2> 90 90 91 91 <sect2 role="installation"> 92 <title>Installation of Sshfs Fuse</title>92 <title>Installation of Sshfs</title> 93 93 94 94 <para> 95 Install <application>Sshfs Fuse</application> by running the following95 Install <application>Sshfs</application> by running the following 96 96 commands: 97 97 </para> … … 111 111 </sect2> 112 112 113 <sect2 id="sshfs-fuse-install">114 <title>Using Sshfs Fuse</title>113 <sect2 role="using"> 114 <title>Using Sshfs</title> 115 115 116 116 <para> … … 156 156 <?dbhtml list-presentation="table"?> 157 157 158 <varlistentry id="sshfs ">158 <varlistentry id="sshfs-prog"> 159 159 <term><command>sshfs</command></term> 160 160 <listitem> … … 162 162 mounts an <command>ssh</command> server as a local file system. 163 163 </para> 164 <indexterm zone="sshfs -fuse sshfs">164 <indexterm zone="sshfs sshfs-prog"> 165 165 <primary sortas="b-sshfs">sshfs</primary> 166 166 </indexterm> -
server/other/unbound.xml
ref51c767 raaf0f3f 7 7 <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz"> 8 8 <!ENTITY unbound-download-ftp " "> 9 <!ENTITY unbound-md5sum " 0a3a236811f1ab5c1dc31974fa74e047">10 <!ENTITY unbound-size "4. 7MB">11 <!ENTITY unbound-buildsize " 98 MB (with tests)">9 <!ENTITY unbound-md5sum "78409eccf7260d260b6463f85e59c66b"> 10 <!ENTITY unbound-size "4.8 MB"> 11 <!ENTITY unbound-buildsize "67 MB (with tests, add 57 MB for documentation)"> 12 12 <!ENTITY unbound-time "0.8 SBU (with tests)"> 13 13 ]> … … 91 91 <xref linkend="swig"/> (for Python bindings), 92 92 <xref linkend="doxygen"/> (for html documentation), 93 <!--<ulink url="http://sourceforge.net/projects/expat/">expat</ulink>, installed by LFS. -->94 93 <ulink url="http://dnstap.info/">dnstap</ulink>, and 95 94 <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for -
x/installing/x7lib.xml
ref51c767 raaf0f3f 38 38 <!ENTITY libXmu-md5sum "41d92ab627dfa06568076043f3e089e4"> 39 39 40 <!ENTITY libXpm-version "3.5.1 1">41 <!ENTITY libXpm-md5sum " 769ee12a43611cdebd38094eaf83f3f0">40 <!ENTITY libXpm-version "3.5.12"> 41 <!ENTITY libXpm-md5sum "20f4627672edb2bd06a749f11aa97302"> 42 42 43 43 <!ENTITY libXaw-version "1.0.13"> -
xsoft/other/rox-filer.xml
ref51c767 raaf0f3f 191 191 computer (perhaps another computer on you local network) with ssh 192 192 configured for passwordless logins and you have 193 <xref linkend="sshfs -fuse"/> installed you can use AppRun to mount the193 <xref linkend="sshfs"/> installed you can use AppRun to mount the 194 194 remote computer in a local folder using <command>sshfs</command>. For 195 195 this example AppRun script to work the folder must have the same name as
Note:
See TracChangeset
for help on using the changeset viewer.