about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
Commit message (Collapse)AuthorAge
* glusterfs: 7.2 -> 7.3R. RyanTM2020-02-19
|
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* gitfs: Switch to Python 3Jan Tojnar2020-02-10
| | | | Supported since 0.5 at least
* reiserfsprogs: fixup build with glibc-2.30Vladimír Čunát2020-02-10
| | | | Inspired by https://bugs.archlinux.org/task/60204
* Merge master into staging-nextFrederik Rietdijk2020-02-09
|\
| * Merge pull request #79509 from r-ryantm/auto-update/s3fs-fuseMario Rodas2020-02-08
| |\ | | | | | | s3fs: 1.85 -> 1.86
| | * s3fs: enable on darwinMario Rodas2020-02-08
| | |
| | * s3fs: 1.85 -> 1.86R. RyanTM2020-02-08
| | |
| * | fuse-overlayfs: 0.7.5 -> 0.7.6zowoq2020-02-04
| |/ | | | | | | https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.6
* | Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát2020-02-05
|\ \ | | | | | | | | | | | | Includes update of stdenv bootstap tools (for three main platforms) and many package fixes with new glibc.
| * | Merge branch 'staging' into glibc230Maximilian Bosch2020-02-01
| |\|
| * | Merge branch 'staging' into glibc230Maximilian Bosch2020-01-28
| |\ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/vit/default.nix
| * | | udftools: fix build w/glibc-2.30Maximilian Bosch2020-01-25
| | | |
| * | | ext4magic: fix build w/glibc-2.30Maximilian Bosch2020-01-25
| | | |
| * | | Merge branch 'staging' into glibc230Maximilian Bosch2020-01-23
| |\ \ \
| * | | | jfsutils: fix build with glibc>=2.28Luka Blaskovic2020-01-14
| | | | |
* | | | | e2fsprogs: 1.45.4 -> 1.45.5Samuel Dionne-Riel2020-02-05
| |_|_|/ |/| | |
* | | | squashfs-tools-ng: 0.7 -> 0.8Alyssa Ross2020-01-29
| |_|/ |/| | | | | | | | Gave up trying to build on Darwin.
* | | Merge master into staging-nextFrederik Rietdijk2020-01-28
|\ \ \
| * \ \ Merge pull request #77997 from zowoq/fuse-overlayfsMario Rodas2020-01-27
| |\ \ \ | | | | | | | | | | fuse-overlayfs: 0.7.4 -> 0.7.5
| | * | | fuse-overlayfs: 0.7.4 -> 0.7.5zowoq2020-01-19
| | | | |
| * | | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
| |\ \ \ \ | | | | | | | | | | | | treewide: fix redirected urls
| | * | | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
| * | | | Merge pull request #78189 from kraem/masterMichael Weiss2020-01-24
| |\ \ \ \ | | | | | | | | | | | | rar2fs: init at 1.28.0
| | * | | | rar2fs: init at 1.28.0kraem2020-01-23
| | |/ / /
| * | | | Merge pull request #78243 from srhb/ceph-revert-lost-ceph-volumeFlorian Klink2020-01-22
| |\ \ \ \ | | | | | | | | | | | | ceph: Bring back ceph-volume
| | * | | | ceph: Bring back ceph-volumeSarah Brofeldt2020-01-22
| | |/ / /
| * | | | Merge pull request #78165 from r-ryantm/auto-update/glusterfsMario Rodas2020-01-22
| |\ \ \ \ | | |/ / / | |/| | | glusterfs: 7.1 -> 7.2
| | * | | glusterfs: 7.1 -> 7.2R. RyanTM2020-01-21
| | |/ /
| * | | python2.pkgs.nixpart0: use correct libselinux bindingsJan Tojnar2020-01-18
| | | | | | | | | | | | | | | | Sine 56e557257df675bc6b2cbebf3ba5bc6d51b2321c libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
| * | | Merge pull request #77604 from srhb/ceph-14.2.6Niklas Hambüchen2020-01-18
| |\ \ \ | | | | | | | | | | ceph: 14.2.5 -> 14.2.6
| | * | | ceph: 14.2.5 -> 14.2.6Sarah Brofeldt2020-01-13
| | |/ /
* | | / Merge master into staging-nextFrederik Rietdijk2020-01-17
|\| | | | |_|/ |/| |
| * | fuse-overlayfs: 0.7.3 -> 0.7.4zowoq2020-01-17
| | | | | | | | | | | | https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.4
| * | Merge pull request #77533 from zowoq/fuse-overlayfsMario Rodas2020-01-16
| |\ \ | | | | | | | | fuse-overlayfs: 0.7.2 -> 0.7.3
| | * | fuse-overlayfs: 0.7.2 -> 0.7.3zowoq2020-01-12
| | | |
| * | | Merge pull request #77723 from r-ryantm/auto-update/bindfsMario Rodas2020-01-15
| |\ \ \ | | | | | | | | | | bindfs: 1.14.2 -> 1.14.3
| | * | | bindfs: 1.14.2 -> 1.14.3R. RyanTM2020-01-15
| | | |/ | | |/|
| * | | gcsfuse: use buildGoPackageMario Rodas2020-01-15
| | | |
| * | | gcsfuse: 0.28.1 -> 0.29.0R. RyanTM2020-01-15
| |/ /
* | | treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | | btrfs-progs: 5.4 -> 5.4.1R. RyanTM2020-01-15
|/ /
* / 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