1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

1710 commits

Author SHA1 Message Date
Benjamin Hipple 42303209bd
Merge pull request #99306 from puckipedia/patch-fatresize
fatresize: 1.0.2 -> 1.1.0
2020-10-29 22:28:19 -04:00
Mario Rodas 5594fe0c39
Merge pull request #101685 from woffs/btrfsprogs59
btrfs-progs: 5.7 -> 5.9
2020-10-27 20:03:53 -05:00
Mario Rodas f9a8f295b0
Merge pull request #101701 from r-ryantm/auto-update/moosefs
moosefs: 3.0.114 -> 3.0.115
2020-10-27 19:48:26 -05:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
R. RyanTM 5e42102f13 moosefs: 3.0.114 -> 3.0.115 2020-10-25 22:17:56 +00:00
Frank Doepper 5ac9edb121 btrfs-progs: 5.7 -> 5.9 2020-10-25 21:38:14 +01:00
Jörg Thalheim 630f19b3ef
Merge pull request #99576 from makefu/pkgs/mergerfs/update
mergerfs: 2.28.3 -> 2.31.0
2020-10-23 09:05:41 +02:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Vladimír Čunát 338b25697c
Merge branch 'master' into staging-next
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
>    3926 x86_64-darwin
>    4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Daniel Gorin 5d7bcd5b13
apfs-fuse: Let mount find apfs-fuse (#84997)
We add a symlink `mount.fuse.apfs-fuse ~~> apfs-fuse`, so that we can specify
`fuse.apfs-fuse` as `fsType` in `nixos` and have the device mounted. The
current alternative is to specify: `fuse./run/current-system/sw/bin/apfs-fuse`
as `fsType`.

On other distros, using `fuse.apfs-fuse` should work since `mount.fuse`
will just runs `apfs-fuse`, but on nixos the `PATH` of `mount.fuse` is
restricted. The symlink makes it work directly, without having
`mount.fuse` doing the dispatch.
2020-10-09 09:55:56 -04:00
zowoq 4da09d369b fuse-overlayfs: 1.1.2 -> 1.2.0
https://github.com/containers/fuse-overlayfs/releases/tag/v1.2.0
2020-10-09 18:41:41 +10:00
Frederik Rietdijk 692d219a93 Merge staging-next into staging 2020-10-06 10:25:58 +02:00
makefu 8a5a214c2d
mergerfs: 2.28.3 -> 2.31.0 2020-10-04 18:56:10 +02:00
Jeremy Schlatter 87278e9f87
sandboxfs: init at 0.2.0 2020-10-03 08:23:02 +02:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Puck Meerburg 3733a496bd fatresize: 1.0.2 -> 1.1.0 2020-10-02 13:16:41 +00:00
Jan Tojnar 32b4375f10
Merge branch 'staging-next' into staging 2020-09-29 00:12:29 +02:00
zimbatm 3cf7f6d357
Merge pull request #98671 from r-ryantm/auto-update/bashmount
bashmount: 4.3.1 -> 4.3.2
2020-09-24 22:05:42 +00:00
Sarah Brofeldt c099d421db
ceph: 15.2.4 -> 15.2.5 (#98664) 2020-09-24 21:44:54 +00:00
Jan Tojnar d471c5d1f3
Merge branch 'staging-next' into staging 2020-09-24 23:09:00 +02:00
R. RyanTM 4d89887f5b bashmount: 4.3.1 -> 4.3.2 2020-09-24 18:38:27 +00:00
Jonathan Ringer aa25c65766 orangefs: 2.9.7 -> 2.9.8, fix build 2020-09-23 09:16:52 -07:00
Stig Palmquist 5f31ac17c5
ubidump: init at unstable-2019-09-11 2020-09-22 18:38:04 +02:00
Frederik Rietdijk 7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
Peter Hoeg 5f19b74d13
f3: clean-ups and compile on darwin (#98365)
* f3: clean-ups and compile on darwin

* fixed from feedback
2020-09-21 20:47:12 +08:00
Ryan Burns f5a61c2604 lizardfs: fix build
Build failure was due to upstream issue, now fixed in the v3.13 RC.

https://github.com/lizardfs/lizardfs/issues/655
https://github.com/lizardfs/lizardfs/pull/677
2020-09-21 01:45:10 -07:00
WORLDofPEACE 34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
Vladimír Čunát 638c8cb2d5
Merge #97599: bcachefs*: update 2020-09-17 23:20:33 +02:00
Ahmad Jagot b467630062 f2fs-tools: 1.13.0 -> 1.14.0
Allow use of 'compression' option on volume creation, supported at
mount-time in kernels 5.6+
2020-09-15 23:51:11 +02:00
Pavol Rusnak 2b27d94f01
gocryptfs: switch buildGoPackage to buildGoModule 2020-09-13 14:08:54 +02:00
Maximilian Bosch f883a5deec
hfsprogs: fix build w/glibc-2.32 2020-09-12 23:04:48 +02:00
Maximilian Bosch e0030dff15
glusterfs: fix build w/glibc-2.32 2020-09-12 23:04:48 +02:00
Atemu 920441f96e bcachefs-tools: 2020-04-04 -> 2020-08-25 2020-09-10 18:57:52 +02:00
Atemu 90f01b1c55 bcachefs-tools: disable tests
Tests were failing because they require the bcachefs module to be loaded on the builder

Many tests were skipped anyways and Bcachefs is still tested via its nixos test
2020-09-10 18:54:52 +02:00
Elis Hirwing 1befbc6518
Merge pull request #96079 from kraem/kraem/pkgs/rar2fs-1.29.1
rar2fs: 1.29.0 -> 1.29.1
2020-09-07 20:15:43 +02:00
R. RyanTM b479027c6b idsk: 0.19 -> 0.20 2020-09-05 01:57:50 +00:00
Mario Rodas 14b70e8fc8
Merge pull request #97024 from sephii/securefs_0_11_1
securefs: 0.8.3 -> 0.11.1
2020-09-03 23:17:39 -05:00
Jörg Thalheim 328e886df0
Merge pull request #96567 from kampka/gocryptfs
gocryptfs: 1.7.1 -> 1.8.0
2020-09-03 21:03:15 +01:00
Sylvain Fankhauser 970bfc04b0
securefs: 0.8.3 -> 0.11.1 2020-09-03 16:28:42 +02:00
R. RyanTM 714297d519 reiser4progs: 2.0.0 -> 2.0.1 2020-08-31 16:56:28 +02:00
Christian Kampka 40dc0c0861
gocryptfs: 1.7.1 -> 1.8.0 2020-08-28 23:10:49 +02:00
Frederik Rietdijk 081bd762e5 Merge staging-next into staging 2020-08-26 08:43:29 +02:00
Ryan Mulligan bdefff3150
Merge pull request #96212 from r-ryantm/auto-update/bashmount
bashmount: 4.3.0 -> 4.3.1
2020-08-25 06:59:52 -07:00
R. RyanTM 5aa9b08192 avfs: 1.1.2 -> 1.1.3 2020-08-25 01:38:30 +00:00
R. RyanTM cb372756ea bashmount: 4.3.0 -> 4.3.1 2020-08-24 22:34:21 +00:00
Florian Klink 40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
zowoq 8eda9a167c fuse-overlayfs: inherit tests 2020-08-24 19:19:41 +10:00
kraem afe699eb05
rar2fs: 1.29.0 -> 1.29.1 2020-08-23 12:08:48 +02:00
Lassulus 9db2078277
Merge pull request #90324 from nilp0inter/wiimms-iso-tools
wiimms-iso-tools: init at 3.02a
2020-08-22 13:00:26 +02:00
Alyssa Ross 6f4a508a38 squashfs-tools-ng: 1.0.0 -> 1.0.1 2020-08-17 21:39:52 +00:00