summaryrefslogtreecommitdiff
path: root/filesystems/fuse-bindfs/patches
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30Update to bindfs-1.15.1 from 1.8.4pho3-22/+77
ChangeLog is too long to paste here: https://bindfs.org/docs/ChangeLog.utf8.txt Note: On NetBSD, bindfs always maps the root directory "/" regardless of what source directory specified, unless the -f (foreground) option is given. The issue existed in 1.8.4 and I thought updating the package could fix it, but it didn't. The problem was actually in librefuse, which is now fixed in HEAD: http://mail-index.netbsd.org/source-changes/2021/11/30/msg134159.html
2010-02-01Initial import of fuse-bindfs-1.8.4:jmmv1-0/+22
bindfs is a FUSE filesystem for mounting a directory to another location, similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in the mountpoint can be altered through various rules.