summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fuse
Commit message (Collapse)AuthorAge
* fuse3: 3.2.6 -> 3.3.0Michael Weiss2018-11-07
|
* fuse3: 3.2.5 -> 3.2.6Michael Weiss2018-08-31
|
* Merge branch 'staging-next'Vladimír Čunát2018-08-21
|\ | | | | | | Security fixes for a few packages are included.
| * fuse: make tests run, but disableJan Malakhovski2018-08-11
| |
* | fuse: add licenseMarkus Kowalewski2018-08-20
|/
* fuse: 2.9.7 -> 2.9.8 (security, CVE-2018-10906)Michael Weiss2018-07-25
| | | | | | | | | | | | | | | | 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.
* fuse3: 3.2.4 -> 3.2.5 (security, CVE-2018-10906)Michael Weiss2018-07-25
| | | | | | | | | | | | | | | | | 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.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* fuse3: 3.2.3 -> 3.2.4Michael Weiss2018-07-13
|
* fuse3: 3.2.2 -> 3.2.3Michael Weiss2018-05-11
|
* fuse3: install fuse.conf without execute bitMichael Raskin2018-04-01
|
* fuse3: 3.2.1 -> 3.2.2Michael Weiss2018-04-01
| | | | | Stop using bin/mount.fuse from fuse3 for fuse2 (mount.fuse from fuse3 isn't guaranteed to remain backwards compatible).
* fuse: Fix cross-compilationShea Levy2018-02-28
|
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-17
|
* fuse3: 3.2.0 -> 3.2.1Michael Weiss2017-11-15
|
* fuse3: 3.1.1 -> 3.2.0Michael Weiss2017-09-23
|
* fuse3: init at 3.1.1Michael Weiss2017-09-21
| | | | | | | | | | | | | | | | | | | | | | | 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
* Merging with upstreamParnell Springmeyer2017-01-29
|\
| * fuse: Add Aarch64 patch from upstream git to fix buildTuomas Tynkkynen2017-01-25
| | | | | | | | See e.g. https://bugs.launchpad.net/linaro-oe/+bug/1087757
* | Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
| |
* | Addressing PR feedbackParnell Springmeyer2017-01-28
| |
* | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\|
| * fuse: Minor cleanupTuomas Tynkkynen2016-12-28
| |
| * fuse: 2.9.5 -> 2.9.7rushmorem2016-09-16
| |
* | Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-01
|/
* fuse: 2.9.3 -> 2.9.5Eelco Dolstra2016-03-19
|
* transformed meta.maintainers of some packages into listsPascal Wittmann2014-09-13
|
* Adopt more packages.Petr Rockai2014-01-28
|
* Upgrade fuse from 2.9.2 -> 2.9.3William A. Kennington III2013-11-28
|
* fuse 2.9.2Shea Levy2012-12-16
|
* * FUSE updated to 2.8.7.Eelco Dolstra2012-05-12
| | | | svn path=/nixpkgs/trunk/; revision=34072
* update fuse to 2.8.5David Guibert2011-01-31
| | | | svn path=/nixpkgs/trunk/; revision=25733
* Update fuse and make wdfs build with the latest neon. neon026 does not build ↵Lluís Batlle i Rossell2010-08-29
| | | | | | | | with the current SSL. We should either remove neon026 or fix it. svn path=/nixpkgs/trunk/; revision=23505
* Update FUSEMichael Raskin2010-03-18
| | | | svn path=/nixpkgs/trunk/; revision=20751
* * fuse updated to 2.8.2.Eelco Dolstra2010-02-01
| | | | svn path=/nixpkgs/trunk/; revision=19755
* * Latest FUSE and sshfs.Eelco Dolstra2009-12-08
| | | | svn path=/nixpkgs/trunk/; revision=18839
* * Latest ntfs-3g, FUSE.Eelco Dolstra2009-03-25
| | | | svn path=/nixpkgs/trunk/; revision=14696
* Added Firefox-3b2 (still no idea why it crashes, though), fixed updated ↵Michael Raskin2007-12-25
| | | | | | FUSE, made relfs_grant add user if none exists svn path=/nixpkgs/trunk/; revision=9967
* * Latest FUSE, sshfs.Eelco Dolstra2007-12-24
| | | | svn path=/nixpkgs/trunk/; revision=9964
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * FUSE 2.6.5.Eelco Dolstra2007-06-02
| | | | svn path=/nixpkgs/trunk/; revision=8817
* * Hack to allow the setuid root program fusermount to work.Eelco Dolstra2007-01-06
| | | | svn path=/nixpkgs/trunk/; revision=7542
* * FUSE 2.6.1.Eelco Dolstra2007-01-06
| | | | svn path=/nixpkgs/trunk/; revision=7540
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Doh!Eelco Dolstra2005-11-01
svn path=/nixpkgs/trunk/; revision=4183