summary refs log tree commit diff
path: root/pkgs/tools/filesystems/sshfs-fuse
AgeCommit message (Collapse)AuthorFilesLines
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-06-12sshfs: 3.7.2 -> 3.7.3Michael Weiss1-2/+2
https://github.com/libfuse/sshfs/releases/tag/sshfs-3.7.3: > This is the last release from the current maintainer. SSHFS is now no > longer maintained or developed. Github issue tracking and pull > requests have therefore been disabled. The mailing list (see below) is > still available for use. > > If you would like to take over this project, you are welcome to do so. > Please fork it and develop the fork for a while. Once there has been 6 > months of reasonable activity, please contact Nikolaus@rath.org and > I'll be happy to give you ownership of this repository or replace with > a pointer to the fork.
2021-11-05sshfs: add 'meta.mainProgram'Bruno BELANYI1-0/+1
2021-06-08sshfs: 3.7.1 -> 3.7.2Michael Weiss1-2/+2
2021-04-06sshfs: add darwin buildmidchildan3-49/+100
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-09sshfs: 3.7.0 -> 3.7.1Michael Weiss1-4/+4
2020-01-04sshfs: 3.6.0 -> 3.7.0Michael Weiss1-8/+4
Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-1/+1
2019-11-03sshfs: fix fetchpatch hashFranz Pletz1-1/+1
2019-11-03sshfs: 3.5.2 -> 3.6.0Michael Weiss1-3/+8
The patch prevents the following error: [2/7] Generating manpages with a custom command. ../sshfs.rst:210: (ERROR/3) Unexpected indentation. ../sshfs.rst:211: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
2019-10-13sshfs: add ssh program to the environmentMinijackson1-2/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-13sshfs: 3.5.1 -> 3.5.2Michael Weiss1-2/+2
2018-12-22sshfs: 3.5.0 -> 3.5.1Michael Weiss1-2/+2
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
It is deprecated and will be removed after 18.09.
2018-08-28sshfs: 3.4.0 -> 3.5.0Michael Weiss1-6/+14
2018-08-13Merge branch 'staging-next' into stagingVladimír Čunát1-0/+1
Commits from master, conflict resolutions, etc.
2018-08-11sshfs-fuse: add licenseMarkus Kowalewski1-0/+1
2018-08-11sshfs-fuse: use checkInputs, fix testsJan Malakhovski1-1/+7
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-3/+1
2018-06-29sshfs: 3.3.2 -> 3.4.0Michael Weiss1-2/+2
2018-05-01sshfs: 3.3.1 -> 3.3.2Michael Weiss1-2/+2
2017-12-26sshfs-fuse: No need for rst2man.py patch anymoreTuomas Tynkkynen2-16/+3
2017-11-05sshfs-fuse: remove unneeded rpath wrappingJan Tojnar1-5/+0
2017-10-26sshfs: 3.3.0 -> 3.3.1Michael Weiss1-2/+2
2017-09-23sshfs: 3.2.0 -> 3.3.0Michael Weiss2-5/+28
2017-09-22sshfs-fuse: Fix the build on i686-linuxMichael Weiss1-2/+6
The last upgrade (137142a72cd6ef96b227dd0f1164504abf5546f1) broke the build on i686. Thanks @globin for noticing this.
2017-09-21sshfs-fuse: 2.10 -> 3.2.0Michael Weiss1-4/+4
2017-08-14sshfs-fuse: 2.9 -> 2.10Michael Weiss1-5/+5
2017-05-14sshfs-fuse: 2.7 -> 2.9Tuomas Tynkkynen1-2/+2
2016-03-06sshfs: 2.6 -> 2.7koral1-3/+4
2016-03-06sshfsFuse: 2.5 -> 2.6koral1-6/+9
2016-01-27sshfs: Update homepage URLJascha Geerds1-1/+1
2015-06-22Add myself as maintainerJascha Geerds1-2/+3
2014-03-05sshfsFuse: update from 2.4 to 2.5Peter Simons1-2/+2
2012-05-12* sshfs updated to 2.4.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=34076
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-08-09sshfs: link sshfs to mount.sshfsDavid Guibert1-0/+4
mount.fuse is not able to find sshfs. So calling $ mount -t sshfs user@host:path mount/point will search for mount.sshfs to do the mount. svn path=/nixpkgs/trunk/; revision=28443
2010-10-21* Add some packages to the channel.Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=24397
2009-12-08* Latest FUSE and sshfs.Eelco Dolstra1-6/+6
svn path=/nixpkgs/trunk/; revision=18839
2009-12-04* Refactoring: move most filesystem utilities / FUSE filesystems toEelco Dolstra1-0/+17
tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809