summary refs log tree commit diff
path: root/pkgs/tools/filesystems
Commit message (Collapse)AuthorAge
* 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
| * gocryptfs: 1.7 -> 1.7.1Charles Duffy2019-11-01
| |
* | Merge pull request #71588 from r-ryantm/auto-update/gitfsMarek Mahut2019-11-01
|\ \ | | | | | | gitfs: 0.4.5.1 -> 0.5.1
| * | gitfs: 0.4.5.1 -> 0.5.1R. RyanTM2019-10-21
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gitfs/versions
* | | nixos/orangefs: init at 2.9.7, add modules and test (#67591)Jörg Thalheim2019-10-31
|\ \ \ | | | | | | | | nixos/orangefs: init at 2.9.7, add modules and test
| * | | orangefs: init at 2.9.7Markus Kowalewski2019-09-21
| | | |
* | | | Merge pull request #71883 from r-ryantm/auto-update/s3backerMarek Mahut2019-10-27
|\ \ \ \ | |_|_|/ |/| | | s3backer: 1.5.2 -> 1.5.4
| * | | s3backer: 1.5.2 -> 1.5.4R. RyanTM2019-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/s3backer/versions
* | | | lizardfs: use spdlog from nixpkgs (#71938)Renaud2019-10-25
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2019-10-24
|\ \ \ \
| * \ \ \ Merge pull request #71609 from r-ryantm/auto-update/glusterfsMichael Raskin2019-10-23
| |\ \ \ \ | | |/ / / | |/| | | glusterfs: 6.5 -> 7.0
| | * | | glusterfs: 6.5 -> 7.0R. RyanTM2019-10-21
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/glusterfs/versions
* | / | e2fsprogs: 1.45.3 -> 1.45.4R. RyanTM2019-10-22
|/ / / | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/e2fsprogs/versions
* | | Merge staging-next into stagingFrederik Rietdijk2019-10-16
|\| |
| * | Merge pull request #70528 from eadwu/bcachefs/update-9Robin Gloster2019-10-16
| |\ \ | | | | | | | | bcachefs/update-9
| | * | bcachefs-tools: 2019-10-01 -> 2019-10-12Edmund Wu2019-10-12
| | | |
| * | | sshfs: add ssh program to the environmentMinijackson2019-10-13
| |/ /
| * | gcsfuse: add go.mod and go.sum files.Colin L Rice2019-10-11
| | | | | | | | | | | | It looks like go1.12 silently created the module, but go1.13 does not.
* | | mtdutils: 1.5.2 -> 2.1.1 (#62805)Will Dietz2019-10-15
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mtdutils: 1.5.2 -> 2.1.0 http://lists.infradead.org/pipermail/linux-mtd/2019-March/088267.html And the previous releases, hardcoded version in URL I think caused this to be missed by auto-updaters for a while now. 1.5.2, FWIW in 2015: http://lists.infradead.org/pipermail/linux-mtd/2015-August/060723.html * mtd-utils: 2.1.0 -> 2.1.1 + cleanup + enable tests and parallel building + add zstd support
* | ntfs3g: enable extras (#51514)/u/leo602282019-10-10
| | | | | | | | | | | | | | * ntfs-3g: enable extras Adds a few extra utilities, most of which are useful. * ntfs-3g: download over https
* | treewide: mark some broken packages as brokenLinus Heckemann2019-10-08
| | | | | | | | | | | | | | | | | | Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
* | Merge pull request #68250 from jonringer/bump-gcsfuseRenaud2019-10-06
|\ \ | | | | | | gcsfuse: 0.23.0 -> 0.28.1
| * | gcsfuse: 0.23.0 -> 0.28.1Jonathan Ringer2019-09-07
| | |