diff --git a/general/genlib/qca.xml b/general/genlib/qca.xml
index 8a1a342ecf..3ee57b7861 100644
--- a/general/genlib/qca.xml
+++ b/general/genlib/qca.xml
@@ -34,7 +34,7 @@
and conventions. Qca separates the API from
the implementation, using plugins known as Providers.
- &lfs81_checked;
+ &lfs82_checked;
Package Information
diff --git a/general/prog/doxygen.xml b/general/prog/doxygen.xml
index 74d9f9a6de..506364c53d 100644
--- a/general/prog/doxygen.xml
+++ b/general/prog/doxygen.xml
@@ -50,7 +50,7 @@
automatically.
- &lfs81_checked;
+ &lfs82_checked;
Package Information
diff --git a/postlfs/filesystems/fuse3.xml b/postlfs/filesystems/fuse3.xml
index f02fee95ee..e083f306d1 100644
--- a/postlfs/filesystems/fuse3.xml
+++ b/postlfs/filesystems/fuse3.xml
@@ -135,13 +135,14 @@ ninja
mv -vf /usr/lib/libfuse3.so.3* /lib &&
ln -sfvn ../../lib/libfuse3.so.3.2.0 /usr/lib/libfuse3.so &&
-mv -vf /usr/bin/fusermount3 /bin &&
-mv -vf /usr/sbin/mount.fuse3 /sbin &&
+mv -vf /usr/bin/fusermount3 /bin &&
+mv -vf /usr/sbin/mount.fuse3 /sbin &&
+chmod u+s /bin/fusermount3 &&
install -v -m755 -d /usr/share/doc/fuse-&fuse3-version; &&
install -v -m644 ../doc/{README.NFS,kernel.txt} \
/usr/share/doc/fuse-&fuse3-version; &&
-cp -Rv ../doc/html /usr/share/doc/fuse-&fuse3-version; &&
+cp -Rv ../doc/html /usr/share/doc/fuse-&fuse3-version; &&
gunzip /usr/share/man/{man1/fusermount3.1,man8/mount.fuse.8}.gz
diff --git a/postlfs/filesystems/sshfs.xml b/postlfs/filesystems/sshfs.xml
index a0ebe09c5b..9abdf0a374 100644
--- a/postlfs/filesystems/sshfs.xml
+++ b/postlfs/filesystems/sshfs.xml
@@ -9,7 +9,7 @@
-
+
]>
@@ -38,7 +38,7 @@
on the remote files as if they were on your local computer.
- &lfs81_checked;
+ &lfs82_checked;
Package Information
@@ -111,8 +111,11 @@ fi
commands:
-./configure --prefix=/usr &&
-make
+ mkdir build &&
+cd build &&
+
+meson --prefix=/usr .. &&
+ninja
This package does not come with a test suite.
@@ -122,7 +125,7 @@ make
Now, as the root user:
-make install
+ninja install
@@ -140,7 +143,7 @@ make
When you've finished work and want to unmount it again:
-fusermount -u ~/example
+fusermount3 -u ~/example
You can also mount an sshfs filesystem at boot
@@ -148,7 +151,7 @@ make
/etc/fstab file:
-userid@example.com:/path /media/path fuse.sshfs _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0
+ userid@example.com:/path /media/path fuse.sshfs _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0
See man 1 sshfs and man 8 mount.fuse
diff --git a/postlfs/security/liboauth.xml b/postlfs/security/liboauth.xml
index a31d5c3b5c..f41cb4cbb5 100644
--- a/postlfs/security/liboauth.xml
+++ b/postlfs/security/liboauth.xml
@@ -37,7 +37,7 @@
as well as perform HTTP requests.
- &lfs81_checked;
+ &lfs82_checked;
Package Information
diff --git a/postlfs/security/openssl10.xml b/postlfs/security/openssl10.xml
index 917f656ec4..fb08ec9c7c 100644
--- a/postlfs/security/openssl10.xml
+++ b/postlfs/security/openssl10.xml
@@ -40,7 +40,7 @@
not yet been ported to openssl-1.1.x or later.
- &lfs81_checked;
+ &lfs82_checked;
Package Information
diff --git a/postlfs/security/ssh-askpass.xml b/postlfs/security/ssh-askpass.xml
index a8791997cd..09d9e44aa3 100644
--- a/postlfs/security/ssh-askpass.xml
+++ b/postlfs/security/ssh-askpass.xml
@@ -39,7 +39,7 @@
inserted. Here, we choose Damien Miller's package distributed in the
OpenSSH tarball.
- &lfs81_checked;
+ &lfs82_checked;
Package Information
diff --git a/postlfs/security/stunnel.xml b/postlfs/security/stunnel.xml
index 5a174b3176..bf20f756fa 100644
--- a/postlfs/security/stunnel.xml
+++ b/postlfs/security/stunnel.xml
@@ -42,7 +42,7 @@
used to tunnel PPP over network sockets without changes to the server
package source code.
- &lfs81_checked;
+ &lfs82_checked;
Package Information
diff --git a/postlfs/shells/zsh.xml b/postlfs/shells/zsh.xml
index 37d8667873..2965c51c73 100644
--- a/postlfs/shells/zsh.xml
+++ b/postlfs/shells/zsh.xml
@@ -38,7 +38,7 @@
zsh most closely resembles
ksh but includes many enhancements.
- &lfs81_checked;
+ &lfs82_checked;
Package Information