summary refs log tree commit diff
path: root/pkgs/tools/filesystems
Commit message (Collapse)AuthorAge
* davfs2: substitute ps commandFlorian Klink2020-01-12
| | | | | | | | | | | | | | | | | | | | | | | umount.davfs2 uses ps to get a process list to terminate gracefully. On NixOS, this currently fails: ``` sh: ps: command not found /run/current-system/sw/bin/umount.davfs: can't find mount.davfs-process with pid 4085; trying to unmount anyway. you propably have to remove /var/run/mount.davfs/root-x.pid manually sh: umount: command not found ``` Fix this by patching ${procps}/bin/ps into the ps_command. Afterwards: ``` umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK ```
* Merge pull request #77167 from srhb/ceph-14_2_5Florian Klink2020-01-09
|\ | | | | ceph: 14.2.4 -> 14.2.5
| * ceph: 14.2.4 -> 14.2.5Sarah Brofeldt2020-01-09
| |
* | Merge pull request #77024 from r-ryantm/auto-update/davfs2Mario Rodas2020-01-09
|\ \ | | | | | | davfs2: 1.5.5 -> 1.5.6
| * | davfs2: 1.5.5 -> 1.5.6R. RyanTM2020-01-06
| |/
* / reiser4progs: 1.2.1 -> 2.0.0R. RyanTM2020-01-07
|/
* sshfs: 3.6.0 -> 3.7.0Michael Weiss2020-01-04
| | | | Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst
* Merge pull request #76341 from r-ryantm/auto-update/moosefsmarkuskowa2020-01-04
|\ | | | | moosefs: 3.0.107 -> 3.0.109
| * moosefs: 3.0.107 -> 3.0.109R. RyanTM2019-12-23
| |
* | Merge branch 'staging' into staging-nextJan Tojnar2019-12-31
|\ \
| * | treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
| | |
| * | treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| | |
* | | Merge branch 'master' of github.com:NixOS/nixpkgs into staging-nextJonathan Ringer2019-12-30
|\ \ \ | |/ / |/| |
| * | mtdutils: fix cross buildAndrew Childs2019-12-30
| | |
* | | Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\ \ \
| * | | bees: 0.6.1 -> 0.6.2Robin Gloster2019-12-27
| | | | | | | | | | | | | | | | fixes build with gcc9
* | | | treewide: installFlags is a listRobin Gloster2019-12-30
| | | |
* | | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
| |/ / |/| |
* | | treewide: fix *FlagsRobin Gloster2019-12-30
|/ /
* | Merge pull request #76261 from r-ryantm/auto-update/glusterfsMichael Raskin2019-12-23
|\ \ | | | | | | glusterfs: 7.0 -> 7.1
| * | glusterfs: 7.0 -> 7.1R. RyanTM2019-12-23
| |/
* / bindfs: 1.14.1 -> 1.14.2R. RyanTM2019-12-22
|/
* Merge master into staging-nextFrederik Rietdijk2019-12-13
|\
| * Merge pull request #75556 from peterhoeg/u/overlayfs_0_7_2Jaka Hudoklin2019-12-12
| |\ | | | | | | fuse-overlayfs: 0.7 -> 0.7.2
| | * fuse-overlayfs: 0.7 -> 0.7.2Peter Hoeg2019-12-12
| | |
| * | nixpart: ignore useNixUdev as it's now required by hetznerDomen Kožar2019-12-12
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2019-12-10
|\| |
| * | Merge pull request #74485 from malbarbo/e2fsprogs-sharedNiklas Hambüchen2019-12-06
| |\ \ | | |/ | |/| e2fsprogs: allow static build
| | * e2fsprogs: allow static buildMarco A L Barbosa2019-12-05
| | |
* | | btrfs-progs: 5.3.1 -> 5.4R. RyanTM2019-12-07
|/ /
* | grive2: 0.5.0 -> 0.5.1R. RyanTM2019-12-01
| |
* | moosefs: 3.0.105 -> 3.0.107 (#74481)R. RyanTM2019-11-30
| |
* | cryfs: 0.9.10 -> 0.10.2Renaud2019-11-29
| | | | | | (#74296)
* | samba3, fusesmb: removingDima2019-11-26
| | | | | | | | | | | | | | Samba 3 has been discontinued since Q1/2015. So I think it's time to just wipe it from the pkgs. FuseSMB is pretty much abandoned, upstream does not exist and it's also not as useful as it used to be anyways.
* | Merge pull request #74234 from r-ryantm/auto-update/fuse-overlayfsRyan Mulligan2019-11-26
|\ \ | | | | | | fuse-overlayfs: 0.6.2 -> 0.7
| * | fuse-overlayfs: 0.6.2 -> 0.7R. RyanTM2019-11-25
| | |
* | | gitfs: 0.5.1 -> 0.5.2R. RyanTM2019-11-26
|/ /
* | dislocker: replace polarssl with mbedtlsRenaud2019-11-24
| | | | | | polarssl is an old alias to mbedtls
* | Treewide: fix more URL permanent redirectsc0bw3b2019-11-21
| | | | | | | | | | Related issue: #60004 Previous PR: #73478
* | nixpart0: mark as unbrokenDomen Kožar2019-11-21
|/ | | | It builds.
* nixpart0: remove broken, fix build for (local) pykickstart depRob Vermaas2019-11-19
|
* squashfs-tools-ng: init at 0.7Alyssa Ross2019-11-17
|
* pythonPackages.nixpart: unmark brokenLinus Heckemann2019-11-15
|
* Merge pull request #73168 from judaew/btrfs-progs-updateMichael Raskin2019-11-11
|\ | | | | btrfs-progs: 5.2.2 -> 5.3.1
| * btrfs-progs: 5.2.2 -> 5.3.1Vadim-Valdis Yudaev2019-11-10
| |
* | ceph: fix build and cleanup expressionFlorian Klink2019-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct platforms. ceph currently doesn't build on aarch64-linux. So let's not lie in meta.platforms. ceph: fix multiple output We currently just move $out/share/ceph/mgr to $lib/lib/ceph, and then remove all references to $out with a find command. I checked $out, the only reference to $out is in $lib/lib/ceph/libceph-common.so.0, coming from src/common/options.cc: https://github.com/ceph/ceph/blob/master/src/common/options.cc#L5050: > Option("mgr_module_path", Option::TYPE_STR, Option::LEVEL_ADVANCED) > .set_default(CEPH_DATADIR "/mgr") > .add_service("mgr") > .set_description("Filesystem path to manager modules."), Just removing the reference might break some behaviour - it should point to $lib/ceph/mgr instead. We can fix this in a much more elegant fashion by just passing a custom CMAKE_INSTALL_DATADIR to the build system. ceph: fix outdated Boost::python substitutions Instead of substituting in CMakeLists.txt files, one now needs to set MGR_PYTHON_VERSION. ceph: clean up PYTHONPATH wrapping Set `pythonPath` instead of exporting PYTHONPATH. Use `toPythonPath` to construct the PYTHONPATH where we need manual wrapping. There's no ceph-volume, only ceph-mgr. ceph: set doCheck = false explicitly and describe why. ceph: patch more shebangs ceph: use system-provided gtest and rocksdb
* | mergerfs: 2.28.2 -> 2.28.3R. RyanTM2019-11-09
|/ | | (#72572)
* sshfs: fix fetchpatch hashFranz Pletz2019-11-03
|
* sshfs: 3.5.2 -> 3.6.0Michael Weiss2019-11-03
| | | | | | | 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.
* Merge pull request #72485 from charles-dyfis-net/gocryptfs-1.7.1Florian Klink2019-11-02
|\ | | | | gocryptfs: 1.7 -> 1.7.1