about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
Commit message (Collapse)AuthorAge
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* Merge pull request #59734 from Infinisil/update/libimobiledeviceworldofpeace2019-04-17
|\ | | | | Update libimobiledevice packages, fix usbmuxd
| * ifuse: 1.1.3 -> 2018-10-08Silvan Mosberger2019-04-16
| | | | | | | | | | Switching to latest master, as there hasn't been a new release in a while, see https://github.com/libimobiledevice/ifuse/issues/34
* | moosefs: 3.0.103 -> 3.0.104R. RyanTM2019-04-16
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/moosefs/versions
* | sshfs: 3.5.1 -> 3.5.2Michael Weiss2019-04-13
| |
* | Merge master into staging-nextFrederik Rietdijk2019-04-09
|\ \
| * \ Merge pull request #59069 from delroth/nilfs-utils-crossMatthew Bauer2019-04-07
| |\ \ | | | | | | | | nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOC
| | * | nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOCPierre Bourdon2019-04-06
| | |/
| * | Merge branch 'master' into staging-nextVladimír Čunát2019-04-02
| |\| | | | | | | | | | Hydra nixpkgs: ?compare=1512490
| * | Merge master into staging-nextFrederik Rietdijk2019-03-23
| |\ \
| * \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-03-14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Lots of rebuilds from master, apparently. Hydra nixpkgs: ?compare=1509577
* | \ \ \ Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into stagingJohn Ericson2019-04-01
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | There was one conflict in the NixOS manual; I checked that it still built after resolving it.
| * | | | s3fs: 1.84 -> 1.85 (#58090)R. RyanTM2019-03-24
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/s3fs-fuse/versions
* | | | Merge remote-tracking branch 'origin/master' into stagingWael M. Nasreddine2019-03-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (693 commits) buildGoModule: use go_1_12 instead of go_1_11 (#58103) gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091) signal-desktop: 1.22.0 -> 1.23.0 added missing semicolon to documentation terminus_font_ttf: 4.46.0 -> 4.47.0 buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071) dav1d: init at 0.2.1 dropbox-cli: 2018.11.28 -> 2019.02.14 atlassian-confluence: 6.14.1 -> 6.14.2 maintainers: update email for dywedir python.pkgs.hglib: use patch to specify hg path (#57926) chkrootkit: 0.52 -> 0.53 radare2-cutter: 1.7.2 -> 1.8.0 autorandr: 1.7 -> 1.8 pythonPackages.pyhepmc: fix build llvm-polly/clang-polly: use latest llvm apulse: 0.1.11.1 -> 0.1.12, cleanup factorio: experimental 0.17.14 → 0.17.16 (#58000) sequeler: 0.6.7 -> 0.6.8 nasc: 0.5.1 -> 0.5.2 ...
| * | | Merge pull request #56560 from eadwu/bcachefs/20190228Vladyslav M2019-03-15
| |\ \ \ | | |_|/ | |/| | linux_testing_bcachefs, bcachefs-tools: 2019-03-13
| | * | bcachefs-tools: 2019-02-09 -> 2019-03-13Edmund Wu2019-03-14
| | | |
| * | | moosefs: init at 3.0.103Mitch2019-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * moosefs: init at 3.0.103 * fix email * fix formatting * fixes as suggested
| * | | bonnie: fix bon_csv2txt utilityPascal Bach2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bon_csv2txt utility is a perl script. By default it is looking forbonnie: fix bon_csv2txt utility The bon_csv2txt utility is a perl script. By default it is looking for perl in /usr/bin/perl which doesn't work on nixos. This changes patches the perl interpreter correctly. But this comes as at a cost of closure size increase from 34'006'536 bytes to 90'289'456 bytes as perl is now a dependency. An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter being present in PATH. perl in /usr/bin/perl which doesn't work on nixos. This changes patches the perl interpreter correctly. But this comes as at a cost of closure size increase as perl is now a dependency. An alterantive would be to patch the file to use /usr/bin/env perl and just rely on a perl interpreter being present in PATH.
| * | | bonnie: 1.97.3 -> 1.98Pascal Bach2019-03-10
| | | | | | | | | | | | | | | | Version is already available in debian testing.
* | | | e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenvWill Dietz2019-03-14
| | | |
* | | | Merge pull request #57229 from dtzWill/update/e2fsprogs-1.45.0Will Dietz2019-03-13
|\ \ \ \ | | | | | | | | | | e2fsprogs: 1.44.5 -> 1.45.0
| * | | | e2fsprogs: enable tests (previously explicitly disabled)Will Dietz2019-03-10
| | | | |
| * | | | e2fsprogs: 1.44.5 -> 1.45.0Will Dietz2019-03-10
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.44.6.txt?h=v1.44.6 * https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.45.0.txt?h=v1.45.0 Also: * remove 'hack' for installing pc files * fixup location of `e2scrub_all_cron` to avoid reference cycle in outputs, promote to $bin/bin for now.
* | | | Merge pull request #56391 from matthewbauer/cmake-treewideMatthew Bauer2019-03-11
|\ \ \ \ | |/ / / |/| | | Add more CMake flags
| * | | treewide: remove BUILD_TESTING flagMatthew Bauer2019-03-11
| | | | | | | | | | | | | | | | This is now set by CMake
* | | | Merge branch 'master' into staging-nextVladimír Čunát2019-03-10
|\ \ \ \ | | |/ / | |/| | | | | | Hydra nixpkgs: ?compare=1508887
| * | | mhddfs: fix build (see #53716)Pascal Wittmann2019-03-09
| | |/ | |/|
| * | davfs2: update to version 1.5.5Peter Simons2019-03-05
| | |
* | | Merge master into staging-nextFrederik Rietdijk2019-03-05
|\| | | |/ |/|
| * smbnetfs: Fix build against attr>=2.4.48Josef Kemetmüller2019-03-04
| | | | | | | | | | The xattr.h header was removed from libattr in v2.4.48 but added to glibc in 2.27. The location moved from attr/xattr.h to sys/xattr.h.
* | Merge staging into staging-nextFrederik Rietdijk2019-03-03
|\ \ | |/ |/|
| * Merge remote-tracking branch 'NixOS/master' into stagingMatthew Bauer2019-02-24
| |\
| * | securefs: 0.8.2 -> 0.8.3 (#54671)R. RyanTM2019-02-24
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/securefs/versions
* | | btrfs-progs: 4.20.1 -> 4.20.2R. RyanTM2019-03-01
| |/ |/| | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/btrfs-progs/versions
* | Merge #52833: netatalk: 3.1.11 -> 3.1.12 (security)Vladimír Čunát2019-02-24
|\ \
| * | netatalk: 3.1.11 -> 3.1.12R. RyanTM2018-12-25
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/netatalk/versions
* | | cryfs: 0.9.9 -> 0.9.10 (#54850)R. RyanTM2019-02-24
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cryfs/versions
* | | Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | | | | | | | | | I'm currently not maintaining any packages.
* | | Merge #55988: treewide meta.platforms: linux -> unixVladimír Čunát2019-02-22
|\ \ \ | |_|/ |/| |
| * | Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy2019-02-18
| | | | | | | | | | | | on darwin too (too restrictive platforms)
* | | Merge master into staging-nextFrederik Rietdijk2019-02-16
|\| |
| * | Merge pull request #55499 from eadwu/bcachefs/20190209Jörg Thalheim2019-02-14
| |\ \ | | | | | | | | linux_testing_bcachefs,bcachefs-tools: 20190209
| | * | bcachefs-tools: 2019-01-23 -> 2019-02-09Edmund Wu2019-02-09
| | | |
| * | | Merge pull request #55450 from tilpner/fuse-overlayfs-updateGraham Christensen2019-02-14
| |\ \ \ | | |/ / | |/| | fuse-overlayfs: 0.2 -> 0.3
| | * | fuse-overlayfs: 0.2 -> 0.3tilpner2019-02-08
| | | |
* | | | Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2019-02-09
|\| | |
| * | | tmsu: install manpage properly into man1 subdirectoryDmitry Bogatov2019-02-08
| |/ /
| * | Merge pull request #54752 from eadwu/bcachefs/20190123Vladyslav M2019-02-04
| |\ \ | | | | | | | | linux_testing_bcachefs,bcachefs-tools: 20190123
| | * | bcachefs-tools: 2019-01-13 -> 2019-01-23Edmund Wu2019-01-27
| | | |
| * | | disorderfs: 0.5.5 -> 0.5.6Pascal Wittmann2019-02-03
| | | |