# HG changeset patch
# User Hans-G?nter Theisgen
# Date 1647843114 -3600
# Node ID 92161a7a5d2e5844c2fdc5cdad003f8bf5dc35c8
# Parent  34da1fdf3af3d0f5224a83a0ac78e7571ac64a47
updated yaws (2.0.7 -> 2.1.1)

diff -r 34da1fdf3af3 -r 92161a7a5d2e afuse/description.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/afuse/description.txt	Mon Mar 21 07:11:54 2022 +0100
@@ -0,0 +1,12 @@
+Afuse is an automounting file system implemented in user-space using FUSE.
+Afuse currently implements the most basic functionality that can be expected by
+an automounter; that is it manages a directory of virtual directories. If one
+of these virtual directories is accessed and is not already automounted, afuse
+will attempt to mount a filesystem onto that directory. If the mount succeeds
+the requested access proceeds as normal, otherwise it will fail with an error.
+
+The advantage of using afuse over traditional automounters is afuse runs
+entirely in user-space by individual users. Thus it can take advantage of the
+invoking users environment, for example allowing access to an ssh-agent for
+password-less sshfs mounts, or allowing access to a graphical environment to
+get user input to complete a mount such as asking for a password.
diff -r 34da1fdf3af3 -r 92161a7a5d2e fuse2/receipt
--- a/fuse2/receipt	Sun Mar 20 12:11:06 2022 +0000
+++ b/fuse2/receipt	Mon Mar 21 07:11:54 2022 +0100
@@ -13,6 +13,8 @@
 TARBALL="$SOURCE-$VERSION.tar.gz"
 WGET_URL="https://github.com/libfuse/libfuse/releases/download/$SOURCE-$VERSION/$TARBALL"
 
+PROVIDE="fuse"
+
 HOST_ARCH="i486 arm"
 
 # What is the latest version available today?
diff -r 34da1fdf3af3 -r 92161a7a5d2e yaws/receipt
--- a/yaws/receipt	Sun Mar 20 12:11:06 2022 +0000
+++ b/yaws/receipt	Mon Mar 21 07:11:54 2022 +0100
@@ -1,7 +1,7 @@
 # SliTaz package receipt.
 
 PACKAGE="yaws"
-VERSION="2.0.7"
+VERSION="2.1.1"
 CATEGORY="development"
 TAGS="webserver"
 SHORT_DESC="Webserver for dynamic content written in Erlang."
@@ -33,7 +33,7 @@
 		--mandir=/usr/share/man		\
 		$CONFIGURE_ARGS &&
 	make &&
-	make DESTDIR=$DESTDIR install 2>&1 | grep -v yaws.pdf
+	make install DESTDIR=$DESTDIR
 }
 
 # Rules to gen a SliTaz package suitable for Tazpkg.