Michael Weiss
63834d63da
sshfs: 3.6.0 -> 3.7.0
...
Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst
2020-01-04 20:07:16 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Franz Pletz
c424a9dec5
sshfs: fix fetchpatch hash
2019-11-03 14:58:56 +01:00
Michael Weiss
3f0d188f65
sshfs: 3.5.2 -> 3.6.0
...
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-11-03 14:21:43 +01:00
Minijackson
6fe888466f
sshfs: add ssh program to the environment
2019-10-13 11:41:10 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Michael Weiss
b5cfba1a36
sshfs: 3.5.1 -> 3.5.2
2019-04-13 11:43:56 +02:00
Michael Weiss
bacc8e6a54
sshfs: 3.5.0 -> 3.5.1
2018-12-22 17:56:42 +01:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Michael Weiss
98fbb44114
sshfs: 3.4.0 -> 3.5.0
2018-08-28 18:01:35 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Markus Kowalewski
4622596d63
sshfs-fuse: add license
2018-08-11 14:33:17 +02:00
Jan Malakhovski
15e96bd4d2
sshfs-fuse: use checkInputs, fix tests
2018-08-11 09:35:28 +00:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Michael Weiss
b0f9175d03
sshfs: 3.3.2 -> 3.4.0
2018-06-29 12:16:15 +02:00
Michael Weiss
175705b6ce
sshfs: 3.3.1 -> 3.3.2
2018-05-01 11:38:43 +02:00
Tuomas Tynkkynen
d2724c1346
sshfs-fuse: No need for rst2man.py patch anymore
2017-12-26 20:02:01 +02:00
Jan Tojnar
2dfa36233d
sshfs-fuse: remove unneeded rpath wrapping
2017-11-05 19:53:48 +02:00
Michael Weiss
6951604011
sshfs: 3.3.0 -> 3.3.1
2017-10-26 07:58:57 +02:00
Michael Weiss
699231ed78
sshfs: 3.2.0 -> 3.3.0
2017-09-23 23:15:36 +02:00
Michael Weiss
6f02c3bf77
sshfs-fuse: Fix the build on i686-linux
...
The last upgrade (137142a72cd6ef96b227dd0f1164504abf5546f1) broke the
build on i686. Thanks @globin for noticing this.
2017-09-22 17:13:24 +02:00
Michael Weiss
137142a72c
sshfs-fuse: 2.10 -> 3.2.0
2017-09-21 23:59:46 +02:00
Michael Weiss
059d722e5c
sshfs-fuse: 2.9 -> 2.10
2017-08-14 00:14:38 +02:00
Tuomas Tynkkynen
640d434ddb
sshfs-fuse: 2.7 -> 2.9
2017-05-14 15:22:09 +03:00
koral
dc170b713d
sshfs: 2.6 -> 2.7
2016-03-06 18:40:26 +01:00
koral
0d45943167
sshfsFuse: 2.5 -> 2.6
2016-03-06 16:26:42 +01:00
Jascha Geerds
f8fae306a0
sshfs: Update homepage URL
2016-01-27 17:33:14 +01:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Peter Simons
f1a707fc74
sshfsFuse: update from 2.4 to 2.5
2014-03-05 15:40:08 +01:00
Eelco Dolstra
627f3574a6
* sshfs updated to 2.4.
...
svn path=/nixpkgs/trunk/; revision=34076
2012-05-12 23:11:00 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
David Guibert
1e4cb4f0eb
sshfs: link sshfs to mount.sshfs
...
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
2011-08-09 20:38:55 +00:00
Eelco Dolstra
3ac4025945
* Add some packages to the channel.
...
svn path=/nixpkgs/trunk/; revision=24397
2010-10-21 11:18:30 +00:00
Eelco Dolstra
83ee756b0a
* Latest FUSE and sshfs.
...
svn path=/nixpkgs/trunk/; revision=18839
2009-12-08 11:38:34 +00:00
Eelco Dolstra
c726012afe
* Refactoring: move most filesystem utilities / FUSE filesystems to
...
tools/filesystems. Previously they were all over the place.
svn path=/nixpkgs/trunk/; revision=18809
2009-12-04 15:39:49 +00:00