summary refs log tree commit diff
path: root/pkgs/tools/filesystems
Commit message (Collapse)AuthorAge
* 9pfs: fix src downloadVladimír Čunát2017-10-31
| | | | | Fortunately the hash is the same, so I don't really need to check authenticity. Uncovered by c3255fe8ec.
* sshfs: 3.3.0 -> 3.3.1Michael Weiss2017-10-26
|
* xfsprogs: 4.11.0 -> 4.13.1Tuomas Tynkkynen2017-10-25
|
* avfs: 1.0.4 -> 1.0.5José Romildo Malaquias2017-10-24
|
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* e2fsprogs: 1.43.4 -> 1.43.7Tuomas Tynkkynen2017-10-22
|
* Merge branch 'master' into stagingVladimír Čunát2017-10-14
|\ | | | | | | Hydra: ?compare=1401528
| * cryfs: Enable testsadisbladis2017-10-13
| |
| * cryfs: disable testing as it does not work - I pushed the wrong branch earlierPeter Hoeg2017-10-13
| |
| * Merge pull request #30340 from peterhoeg/p/cryfsPeter Hoeg2017-10-13
| |\ | | | | | | cryfs: init at 0.9.7 and minor updates to dependencies (scrypt and spdlog)
| | * cryfs: init at 0.9.7Peter Hoeg2017-10-12
| | |
| * | f2fs-tools: 1.8.0 -> 1.9.0Tuomas Tynkkynen2017-10-12
| | |
| * | Merge pull request #30224 from andir/cleanupJoachim F2017-10-11
| |\ \ | | | | | | | | Cleanup typoed `propagateBuildInputs` that are probably not needded
| | * | irods: remove unused attribute `propagateBuildInputs` (missing d)Andreas Rammhold2017-10-08
| | |/
* | | Merge pull request #30150 from copumpkin/no-rpath-nonsenseDaniel Peebles2017-10-08
|\ \ \ | |/ / |/| | Get rid of most @rpath nonsense on Darwin
| * | Get rid of most @rpath nonsense on DarwinDan Peebles2017-10-08
| | | | | | | | | | | | | | | | | | This requires some small changes in the stdenv, then working around the weird choice LLVM made to hardcode @rpath in its install name, and then lets us remove a ton of annoying workaround hacks in many of our Go packages. With any luck this will mean less hackery going forward.
* | | Merge branch 'master' into stagingVladimír Čunát2017-10-07
|\ \ \ | |/ / |/| | | | | Hydra: ?compare=1399476
| * | btrfs-progs: 4.8.2 -> 4.13.1Franz Pletz2017-10-07
| | |
| * | btrfs-progs_4_4_1: remove, snapper works with latestFranz Pletz2017-10-07
| | |
| * | u3-tool: init at 0.3makefu2017-10-06
| |/
* | Merge branch 'master' into stagingOrivej Desh2017-10-02
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (271 commits) pysmbc: clarify license pysmbc: fix license bazel: 0.5.4 -> 0.6.0 (#29990) googler: init at 3.3 go: declare support for aarch64 firefox-beta-bin: 56.0b5 -> 57.0b4 spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26 gogs: 0.11.19 -> 0.11.29 grafana: 4.5.1 -> 4.5.2 mopidy-iris: 3.4.1 -> 3.4.9 nextcloud: 12.0.2 -> 12.0.3 haskell-json-autotype: jailbreak to fix build within LTS 9.x kore: fix up kore: init at 2.0.0 glusterfs service: fix issues with useRpcbind tig: 2.2.2 -> 2.3.0 haskell-hspec-core: enable test suite again hackage-packages.nix: automatic Haskell package set update librsvg: fix thumbnailer path awscli: 1.11.108 -> 1.11.162 ...
| * glusterfs: 3.10.2 -> 3.12.1Niklas Hambüchen2017-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The patch `glusterfs-fix-unsubstituted-autoconf-macros` was deleted because the issue was fixed upstream: https://bugzilla.redhat.com/show_bug.cgi?id=1450588 * The `glusterd-ganesha.c` part of `glusterfs-use-PATH-instead-of-hardcodes` was detleted because `glusterd-ganesha.c` was removed upstream without replacement that has the relevant hardcoded paths. Closes https://github.com/NixOS/nixpkgs/pull/29062
| * gcsfuse: 0.19.0 -> 0.23.0Orivej Desh2017-09-28
| |
* | Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\|
| * encfs: 1.9.1 -> 1.9.2Joachim Fasting2017-09-23
| | | | | | | | See https://github.com/vgough/encfs/releases/tag/v1.9.2
| * sshfs: 3.2.0 -> 3.3.0Michael Weiss2017-09-23
| |
| * sshfs-fuse: Fix the build on i686-linuxMichael Weiss2017-09-22
| | | | | | | | | | The last upgrade (137142a72cd6ef96b227dd0f1164504abf5546f1) broke the build on i686. Thanks @globin for noticing this.
| * sshfs-fuse: 2.10 -> 3.2.0Michael Weiss2017-09-21
| |
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
| |
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | | | | | Only acts on one-line dependency lists.
* | misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson2017-09-21
|/
* Merge pull request #29380 from obsidiansystems/eval-fixJohn Ericson2017-09-14
|\ | | | | bcachefs-tools: Make eval more robust
| * bcachefs-tools: Make eval more robustJohn Ericson2017-09-14
| | | | | | | | No hash was changed
* | s3fs: 1.80 -> 1.82Sarah Brofeldt2017-09-14
|/
* go-mtpfs: fix darwin buildDaiderd Jordan2017-09-11
|
* glusterfs: Fix glusterfind's crawlers dlopen() error.Niklas Hambüchen2017-09-08
| | | | | | | | | | | | | | | | | | | This fixes: Traceback (most recent call last): File "/nix/store/7f9arl3f9xyj8sm05mkanh2mlp217192-glusterfs-3.10.2/libexec/glusterfs/glusterfind/changelog.py", line 22, in <module> import libgfchangelog File "/nix/store/7f9arl3f9xyj8sm05mkanh2mlp217192-glusterfs-3.10.2/libexec/glusterfs/glusterfind/libgfchangelog.py", line 21, in <module> libgfc = CDLL("libgfchangelog.so", use_errno=True, mode=RTLD_GLOBAL) File "/nix/store/nlyr5ankhi7yvva8zndi718zj37js270-python-2.7.13-env/lib/python2.7/ctypes/__init__.py", line 362, in __init__ self._handle = _dlopen(self._name, mode) OSError: libgfchangelog.so: cannot open shared object file: No such file or directory Connection to 10.0.0.2 closed. when running `glusterfind pre`. Done by setting PYTHONPATH/LD_LIBRARY_PATH as for the other Python scripts.
* glusterfs: Patch upstream bug preventing glusterfind from running.Niklas Hambüchen2017-09-08
| | | | | | | | See: https://bugzilla.redhat.com/show_bug.cgi?id=1489610 Also add patch to correctly log stderr from remote nodes when glusterfind fails. This, too, should be removed when fixed upstream.
* glusterfs: Fix wrong xattr package: xattr -> pyxattr.Niklas Hambüchen2017-09-08
| | | | | | | | | | Fixes error File "/nix/store/lxpsl84km87xpk59nai6a33ihgpfs7qr-glusterfs-3.10.2/libexec/glusterfs/glusterfind/changelog.py", line 105, in populate_pgfid_and_inodegfid file_xattrs = xattr.list(p) AttributeError: 'module' object has no attribute 'list' when using `glusterfind pre`.
* irods-icommands: 4.2.0 -> 4.2.1Samuel Leathers2017-09-02
|
* bcachefs-tools: 2016-05-13 -> 2017-08-28davidak2017-08-31
|
* nilfs-utils: fix buildMichael Raskin2017-08-30
| | | | | | Just kill .libs to make sure patchelf does shrink-rpath correctly Complain in comments that patchelf/#98 is still not used by stdenv
* lizardfs: 3.10.2 -> 3.11.3rushmorem2017-08-29
|
* xfstools: remove unused patchFranz Pletz2017-08-28
|
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-14
|\
| * sshfs-fuse: 2.9 -> 2.10Michael Weiss2017-08-14
| |
| * Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk2017-08-13
| |\ | | | | | | Update homepage attributes: http -> https
| | * Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | | | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | | e2fsprogs: Split info pages to own outputTuomas Tynkkynen2017-08-11
|/ / | | | | | | | | They weren't actually getting built due to missing texinfo, but it was creating an empty $man/share/info anyway.
* | replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
| | | | | | | | | | | | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* | irods: 4.2.0 -> 4.2.1Franz Pletz2017-08-04
|/