about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fuse
AgeCommit message (Collapse)AuthorFilesLines
2020-03-21fuse3: 3.9.0 -> 3.9.1 (#82999)Michael Weiss3-6/+15
2019-12-14fuse3: 3.8.0 -> 3.9.0 (#75655)Michael Weiss1-2/+2
Changelog: https://github.com/libfuse/libfuse/blob/fuse-3.9.0/ChangeLog.rst
2019-11-03fuse3: 3.7.0 -> 3.8.0Michael Weiss1-2/+2
2019-09-28fuse3: 3.6.2 -> 3.7.0Michael Weiss1-2/+2
2019-08-17treewide: name -> pnamevolth1-2/+3
2019-07-10fuse3: 3.6.1 -> 3.6.2Michael Weiss3-31/+15
2019-06-14fuse,fuse3: Avoid unnecessary build warningsMichael Weiss3-1/+26
Do not set FUSERMOUNT_DIR since we already set it though NIX_CFLAGS_COMPILE. Setting it twice results in a lot of warnings like this one: <command-line>:0:0: warning: "FUSERMOUNT_DIR" redefined which makes the build look potentially broken. This doesn't affect the result but fuse3 will now build without any warnings and building fuse yields less warnings.
2019-06-14fuse3: 3.5.0 -> 3.6.1Michael Weiss1-2/+2
2019-04-16fuse3: 3.4.2 -> 3.5.0Michael Weiss1-2/+2
2019-04-07fuse3: use /etc/fuse.conf for configuration (#59043)Matthew Bauer1-0/+10
We don’t want the config file to be read only and in the Nix store.
2019-03-10fuse3: 3.4.1 -> 3.4.2Michael Weiss1-2/+2
2019-01-05fuse: 2.9.8 -> 2.9.9Michael Weiss1-2/+2
2018-12-22fuse3: 3.3.0 -> 3.4.1Michael Weiss1-2/+2
2018-11-07fuse3: 3.2.6 -> 3.3.0Michael Weiss1-2/+2
2018-08-31fuse3: 3.2.5 -> 3.2.6Michael Weiss2-20/+26
2018-08-21Merge branch 'staging-next'Vladimír Čunát1-0/+9
Security fixes for a few packages are included.
2018-08-20fuse: add licenseMarkus Kowalewski1-0/+1
2018-08-11fuse: make tests run, but disableJan Malakhovski1-0/+9
2018-07-25fuse: 2.9.7 -> 2.9.8 (security, CVE-2018-10906)Michael Weiss1-2/+2
Upstream changelog: - SECURITY UPDATE: In previous versions of libfuse it was possible to for unprivileged users to specify the allow_other option even when this was forbidden in /etc/fuse.conf. The vulnerability is present only on systems where SELinux is active (including in permissive mode). - libfuse no longer segfaults when fuse_interrupted() is called outside the event loop. - The fusermount binary has been hardened in several ways to reduce potential attack surface. Most importantly, mountpoints and mount options must now match a hard-coded whitelist. It is expected that this whitelist covers all regular use-cases. - Fixed rename deadlock on FreeBSD.
2018-07-25fuse3: 3.2.4 -> 3.2.5 (security, CVE-2018-10906)Michael Weiss1-2/+2
Upstream changelog: - SECURITY UPDATE: In previous versions of libfuse it was possible to for unprivileged users to specify the allow_other option even when this was forbidden in /etc/fuse.conf. The vulnerability is present only on systems where SELinux is active (including in permissive mode). - The fusermount binary has been hardened in several ways to reduce potential attack surface. Most importantly, mountpoints and mount options must now match a hard-coded whitelist. It is expected that this whitelist covers all regular use-cases. - Added a test of seekdir to test_syscalls. - Fixed readdir bug when non-zero offsets are given to filler and the filesystem client, after reading a whole directory, re-reads it from a non-zero offset e. g. by calling seekdir followed by readdir.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth2-2/+1
2018-07-13fuse3: 3.2.3 -> 3.2.4Michael Weiss2-7/+3
2018-05-11fuse3: 3.2.2 -> 3.2.3Michael Weiss3-21/+7
2018-04-01fuse3: install fuse.conf without execute bitMichael Raskin1-1/+1
2018-04-01fuse3: 3.2.1 -> 3.2.2Michael Weiss4-10/+24
Stop using bin/mount.fuse from fuse3 for fuse2 (mount.fuse from fuse3 isn't guaranteed to remain backwards compatible).
2018-02-28fuse: Fix cross-compilationShea Levy1-2/+4
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko1-1/+1
2017-11-15fuse3: 3.2.0 -> 3.2.1Michael Weiss4-28/+5
2017-09-23fuse3: 3.1.1 -> 3.2.0Michael Weiss5-25/+81
2017-09-21fuse3: init at 3.1.1Michael Weiss2-42/+87
This includes fuse-common (fusePackages.fuse_3.common) as recommended by upstream. But while fuse(2) and fuse3 would normally depend on fuse-common we can't do that in nixpkgs while fuse-common is just another output from the fuse3 multiple-output derivation (i.e. this would result in a circular dependency). To avoid building fuse3 twice I decided it would be best to copy the shared files (i.e. the ones provided by fuse(2) and fuse3) from fuse-common to fuse (version 2) and avoid collision warnings by defining priorities. Now it should be possible to install an arbitrary combination of "fuse", "fuse3", and "fuse-common" without getting any collision warnings. The end result should be the same and all changes should be backwards compatible (assuming that mount.fuse from fuse3 is backwards compatible as stated by upstream [0] - if not this might break some /etc/fstab definitions but that should be very unlikely). My tests with sshfs (version 2 and 3) didn't show any problems. See #28409 for some additional information. [0]: https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0
2017-01-29Merging with upstreamParnell Springmeyer1-1/+6
2017-01-29Getting rid of the var indirection and using a bin path insteadParnell Springmeyer1-1/+1
2017-01-28Addressing PR feedbackParnell Springmeyer1-1/+1
2017-01-25setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer1-12/+15
2017-01-25fuse: Add Aarch64 patch from upstream git to fix buildTuomas Tynkkynen1-1/+6
See e.g. https://bugs.launchpad.net/linaro-oe/+bug/1087757
2016-12-28fuse: Minor cleanupTuomas Tynkkynen1-7/+2
2016-09-16fuse: 2.9.5 -> 2.9.7rushmorem1-7/+15
2016-09-01Adapting everything for the merged permissions wrappers work.Parnell Springmeyer1-1/+1
2016-03-19fuse: 2.9.3 -> 2.9.5Eelco Dolstra2-28/+24
2014-09-13transformed meta.maintainers of some packages into listsPascal Wittmann1-1/+1
2014-01-28Adopt more packages.Petr Rockai1-1/+3
2013-11-28Upgrade fuse from 2.9.2 -> 2.9.3William A. Kennington III1-2/+2
2012-12-16fuse 2.9.2Shea Levy1-2/+2
2012-05-12* FUSE updated to 2.8.7.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=34072
2011-01-31update fuse to 2.8.5David Guibert1-2/+2
svn path=/nixpkgs/trunk/; revision=25733
2010-08-29Update fuse and make wdfs build with the latest neon. neon026 does not build ↵Lluís Batlle i Rossell1-2/+2
with the current SSL. We should either remove neon026 or fix it. svn path=/nixpkgs/trunk/; revision=23505
2010-03-18Update FUSEMichael Raskin1-2/+2
svn path=/nixpkgs/trunk/; revision=20751
2010-02-01* fuse updated to 2.8.2.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=19755
2009-12-08* Latest FUSE and sshfs.Eelco Dolstra1-6/+6
svn path=/nixpkgs/trunk/; revision=18839
2009-03-25* Latest ntfs-3g, FUSE.Eelco Dolstra1-5/+9
svn path=/nixpkgs/trunk/; revision=14696