wok rev 24784
updated yaws (2.0.7 -> 2.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 21 07:11:54 2022 +0100 (2022-03-21) |
parents | 34da1fdf3af3 |
children | c68e84a80970 |
files | afuse/description.txt fuse2/receipt yaws/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/afuse/description.txt Mon Mar 21 07:11:54 2022 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +Afuse is an automounting file system implemented in user-space using FUSE. 1.5 +Afuse currently implements the most basic functionality that can be expected by 1.6 +an automounter; that is it manages a directory of virtual directories. If one 1.7 +of these virtual directories is accessed and is not already automounted, afuse 1.8 +will attempt to mount a filesystem onto that directory. If the mount succeeds 1.9 +the requested access proceeds as normal, otherwise it will fail with an error. 1.10 + 1.11 +The advantage of using afuse over traditional automounters is afuse runs 1.12 +entirely in user-space by individual users. Thus it can take advantage of the 1.13 +invoking users environment, for example allowing access to an ssh-agent for 1.14 +password-less sshfs mounts, or allowing access to a graphical environment to 1.15 +get user input to complete a mount such as asking for a password.
2.1 --- a/fuse2/receipt Sun Mar 20 12:11:06 2022 +0000 2.2 +++ b/fuse2/receipt Mon Mar 21 07:11:54 2022 +0100 2.3 @@ -13,6 +13,8 @@ 2.4 TARBALL="$SOURCE-$VERSION.tar.gz" 2.5 WGET_URL="https://github.com/libfuse/libfuse/releases/download/$SOURCE-$VERSION/$TARBALL" 2.6 2.7 +PROVIDE="fuse" 2.8 + 2.9 HOST_ARCH="i486 arm" 2.10 2.11 # What is the latest version available today?
3.1 --- a/yaws/receipt Sun Mar 20 12:11:06 2022 +0000 3.2 +++ b/yaws/receipt Mon Mar 21 07:11:54 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="yaws" 3.7 -VERSION="2.0.7" 3.8 +VERSION="2.1.1" 3.9 CATEGORY="development" 3.10 TAGS="webserver" 3.11 SHORT_DESC="Webserver for dynamic content written in Erlang." 3.12 @@ -33,7 +33,7 @@ 3.13 --mandir=/usr/share/man \ 3.14 $CONFIGURE_ARGS && 3.15 make && 3.16 - make DESTDIR=$DESTDIR install 2>&1 | grep -v yaws.pdf 3.17 + make install DESTDIR=$DESTDIR 3.18 } 3.19 3.20 # Rules to gen a SliTaz package suitable for Tazpkg.