Commit graph

1527 commits

Author SHA1 Message Date
zowoq 4f2e31a131 fuse-overlayfs: 0.7.6 -> 0.7.7
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.7
2020-03-04 18:56:31 +10:00
R. RyanTM 66977041ba glusterfs: 7.2 -> 7.3 2020-02-19 23:07:07 +00:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
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.
2020-02-13 22:41:37 -08:00
Jan Tojnar 2cd32ebf4f gitfs: Switch to Python 3
Supported since 0.5 at least
2020-02-10 19:38:10 +01:00
Vladimír Čunát 811448e4ac
reiserfsprogs: fixup build with glibc-2.30
Inspired by https://bugs.archlinux.org/task/60204
2020-02-10 09:46:33 +01:00
Frederik Rietdijk 03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
Mario Rodas 794fcfd385
Merge pull request #79509 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.85 -> 1.86
2020-02-08 06:28:22 -05:00
Mario Rodas 6e5de6b673
s3fs: enable on darwin 2020-02-08 04:20:00 -05:00
R. RyanTM 1e13edd95a s3fs: 1.85 -> 1.86 2020-02-08 07:06:11 +00:00
Vladimír Čunát 48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
Samuel Dionne-Riel 8fb90fbf3a e2fsprogs: 1.45.4 -> 1.45.5 2020-02-05 10:35:08 +01:00
zowoq 169fcda342 fuse-overlayfs: 0.7.5 -> 0.7.6
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.6
2020-02-04 08:23:13 +10:00
Maximilian Bosch ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
Alyssa Ross b7c59cc7dc squashfs-tools-ng: 0.7 -> 0.8
Gave up trying to build on Darwin.
2020-01-29 23:46:28 +00:00
Maximilian Bosch 6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Mario Rodas efd10cbd94
Merge pull request #77997 from zowoq/fuse-overlayfs
fuse-overlayfs: 0.7.4 -> 0.7.5
2020-01-27 20:03:14 -05:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Maximilian Bosch e96a57b4d3
udftools: fix build w/glibc-2.30 2020-01-25 19:45:54 +01:00
Maximilian Bosch be238f8aef
ext4magic: fix build w/glibc-2.30 2020-01-25 12:55:11 +01:00
Michael Weiss 7c08ba312b
Merge pull request #78189 from kraem/master
rar2fs: init at 1.28.0
2020-01-24 18:29:38 +01:00
kraem 04bf042e2f
rar2fs: init at 1.28.0 2020-01-23 21:16:20 +01:00
Maximilian Bosch eddfcc32b4
Merge branch 'staging' into glibc230 2020-01-23 11:31:13 +01:00
Florian Klink 79bf9ef3b5
Merge pull request #78243 from srhb/ceph-revert-lost-ceph-volume
ceph: Bring back ceph-volume
2020-01-22 18:00:22 +01:00
Sarah Brofeldt 585ac580df ceph: Bring back ceph-volume 2020-01-22 12:26:58 +01:00
Mario Rodas ec8fd9cc34
Merge pull request #78165 from r-ryantm/auto-update/glusterfs
glusterfs: 7.1 -> 7.2
2020-01-22 05:35:28 -05:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
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
```
2020-01-22 11:26:22 +01:00
R. RyanTM f0da790b6d glusterfs: 7.1 -> 7.2 2020-01-21 14:13:32 +00:00
zowoq 5679caf3ef fuse-overlayfs: 0.7.4 -> 0.7.5 2020-01-19 08:28:52 +10:00
Jan Tojnar 07b8ab4ff7
python2.pkgs.nixpart0: use correct libselinux bindings
Sine 56e557257d libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
2020-01-18 11:20:40 +01:00
Niklas Hambüchen 8fb62abe8a
Merge pull request #77604 from srhb/ceph-14.2.6
ceph: 14.2.5 -> 14.2.6
2020-01-18 02:15:02 +01:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
zowoq 0553f2a56b fuse-overlayfs: 0.7.3 -> 0.7.4
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.4
2020-01-17 20:56:34 +10:00
Mario Rodas af2f66e9ce
Merge pull request #77533 from zowoq/fuse-overlayfs
fuse-overlayfs: 0.7.2 -> 0.7.3
2020-01-16 20:45:52 -05:00
Mario Rodas 83ce75d4d6
Merge pull request #77723 from r-ryantm/auto-update/bindfs
bindfs: 1.14.2 -> 1.14.3
2020-01-15 19:52:25 -05:00
Mario Rodas 6e86e4059f
gcsfuse: use buildGoPackage 2020-01-15 18:18:18 -05:00
R. RyanTM b13514f964 gcsfuse: 0.28.1 -> 0.29.0 2020-01-15 13:35:49 +00:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
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>
2020-01-15 09:47:03 +01:00
R. RyanTM 50e40630ce bindfs: 1.14.2 -> 1.14.3 2020-01-15 05:38:04 +00:00
R. RyanTM 0e7417e49a btrfs-progs: 5.4 -> 5.4.1 2020-01-15 04:57:16 +00:00
Luka Blaskovic d9b726aef9 jfsutils: fix build with glibc>=2.28 2020-01-14 22:32:09 +00:00
Sarah Brofeldt fe4d213091 ceph: 14.2.5 -> 14.2.6 2020-01-13 08:57:06 +01:00
Florian Klink 1ec5d8249c davfs2: substitute ps command
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
```
2020-01-12 00:01:59 +01:00
zowoq 9ce498e301 fuse-overlayfs: 0.7.2 -> 0.7.3 2020-01-12 08:59:11 +10:00
Florian Klink 2603d15a4d
Merge pull request #77167 from srhb/ceph-14_2_5
ceph: 14.2.4 -> 14.2.5
2020-01-09 18:39:05 +01:00
Mario Rodas ef7ae51401
Merge pull request #77024 from r-ryantm/auto-update/davfs2
davfs2: 1.5.5 -> 1.5.6
2020-01-09 05:26:25 -05:00
Sarah Brofeldt c373fc3b80 ceph: 14.2.4 -> 14.2.5 2020-01-09 08:00:00 +01:00
R. RyanTM 3f1e0e6cc5 reiser4progs: 1.2.1 -> 2.0.0 2020-01-07 08:15:44 -08:00
R. RyanTM d706d39f58 davfs2: 1.5.5 -> 1.5.6 2020-01-06 00:57:30 -08:00
Michael Weiss 63834d63da
sshfs: 3.6.0 -> 3.7.0
Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst
2020-01-04 20:07:16 +01:00