Commit graph

1759 commits

Author SHA1 Message Date
Luflosi 7087cf925f
darling-dmg: add Luflosi as maintainer 2020-10-25 10:09:34 +01:00
Luflosi 9dbf2d600a
darling-dmg: enable LZFSE support
This allows decompressing DMGs which are compressed with LZFSE.
2020-10-25 10:09:34 +01:00
Luflosi 3d38fae90d
darling-dmg: 1.0.4+git20180914 -> 1.0.4+git20200427 2020-10-25 10:09:33 +01:00
Benedikt Morbach 26b7e79246 ceph: Fix build with glibc 2.32
This adds a patch from upstream ceph to avoid using the deprecated
sys_siglist if sigdescr_np is available.
2020-10-24 15:29:36 +02: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
R. RyanTM bdfe55d718 bindfs: 1.14.7 -> 1.14.8 2020-10-21 20:47:23 +00: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
Daniël de Kok 33ea7ef8fd
Merge pull request #95388 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.86 -> 1.87
2020-08-14 09:16:48 +02:00
R. RyanTM 1aba5fcb4a s3fs: 1.86 -> 1.87 2020-08-14 01:53:35 +00:00
R. RyanTM 6bb4cca857 fatsort: 1.6.2.605 -> 1.6.3.622 2020-08-13 23:29:21 +00:00
Florian Klink 2d41f0f3f0 nixpart_0_4: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
R. RyanTM 86082feb33 moosefs: 3.0.113 -> 3.0.114 2020-07-31 04:39:37 +00:00
Jan Tojnar 821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00
Florian Klink b6c53e3ac5
Merge pull request #92791 from johanot/ceph-15
ceph: 14.2.10 -> 15.2.4
2020-07-14 20:10:23 +02:00
Sarah Brofeldt 7994b94057 pythonPackages.scipy_1_3: re-init for ceph 2020-07-13 10:55:45 +02:00
Johan Thomsen 0dea5dff36 ceph: 14.2.10 -> 15.2.4 2020-07-11 14:12:42 +02:00
Frederik Rietdijk a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
Michael Raskin 0bbeec1ce2
Merge pull request #92285 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.6.1 -> 5.7
2020-07-09 04:36:28 +00:00
Mario Rodas 40f4680d3d
Merge pull request #92687 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.29.0 -> 0.30.0
2020-07-08 08:03:57 -05:00
Mario Rodas e0775fecf2
gcsfuse: add ldflags 2020-07-08 04:20:00 -05:00
R. RyanTM 7d30707bd9 gcsfuse: 0.29.0 -> 0.30.0 2020-07-08 06:21:25 +00:00
R. RyanTM 82a45d518a squashfs-tools-ng: 0.9.1 -> 1.0.0 2020-07-07 15:14:43 +00:00
R. RyanTM d2ee5fd977 btrfs-progs: 5.6.1 -> 5.7 2020-07-04 16:46:53 +00:00
Vladimír Čunát e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Evils e3a752dfab btrfs-heatmap: init at v8 2020-07-04 00:22:04 +02:00
R. RyanTM bd7041b2fe bashmount: 4.2.5 -> 4.3.0 2020-07-02 17:37:23 -07:00
Frederik Rietdijk c33ca7c5ce Merge staging-next into staging 2020-07-02 17:14:53 +02:00
Sarah Brofeldt e1a87078ad ceph: Add srhb to maintainers 2020-07-02 07:01:32 +02:00
Sarah Brofeldt a1f6898192 ceph: 14.2.9 -> 14.2.10
Add new dependency on rdkafka
Also removed now-obsolete cve patch as it's integrated already
2020-07-01 10:39:35 +02:00
R. RyanTM 9287f066ed fuse-overlayfs: 1.1.1 -> 1.1.2 2020-06-30 16:20:03 +10:00
Neil Mayhew 1d0a930d27 file-rename: Fix an incorrect platform test that misidentifies Darwin as Windows
This causes the script to be installed as `file-rename` instead of `rename` like
it is on other Unix systems. This in turn causes `wrapProgram` to fail when
building because it expects the wrapped program to be called `rename`.
2020-06-27 17:45:28 -06:00
Martin Weinelt f76a83c2c6
ceph: apply patch for CVE-2020-10753
Fixes: CVE-2020-10753
2020-06-26 15:07:26 +02:00
Frederik Rietdijk 6f72f0b0df Merge staging-next into staging 2020-06-24 19:04:26 +02:00
Maximilian Bosch cd5475d60a
Merge pull request #90454 from r-ryantm/auto-update/bashmount
bashmount: 3.2.0 -> 4.2.5
2020-06-23 23:40:54 +02:00
Frederik Rietdijk 9c3a585731
Merge pull request #91178 from FRidh/ldshared
python3: improve cross-compilation of extension modules, fixes #91171
2020-06-22 08:47:40 +02:00
Frederik Rietdijk 82f170436d btrfs-progs: remove LDSHARED
This should no longer be needed with python3 because it's now
set correctly in the interpreter.

Note that the build currently fails with and without this change.
2020-06-21 16:30:05 +02:00
zowoq deeb3fdaed fuse-overlayfs: 1.1.0 -> 1.1.1
https://github.com/containers/fuse-overlayfs/releases/tag/v1.1.1
2020-06-21 10:52:39 +10:00
Michael Weiss 58302584d9
bcache-tools: Fix the cross compilation
Fix #90726.
2020-06-19 23:13:37 +02:00
zowoq 6211720e3b fuse-overlayfs: 1.0.0 -> 1.1.0
https://github.com/containers/fuse-overlayfs/releases/tag/v1.1.0
2020-06-18 21:00:09 +10:00
R. RyanTM 51c901433b convoy: 0.5.0 -> 0.5.2 2020-06-17 12:23:09 -07:00
Roberto Abdelkader Martínez Pérez 6ee536ac94
wiimms-iso-tools: init at 3.02a 2020-06-17 13:46:40 +02:00
Martin Weinelt f360637db4
bees: fix documentation build by moving to python3 2020-06-17 02:08:34 +02:00
R. RyanTM c8d1771277 bashmount: 3.2.0 -> 4.2.5 2020-06-15 08:42:02 +00:00
Vladimír Čunát 13add13388
Merge branch 'master' into staging-next
... to resolve a trivial conflict in libpcap.
2020-06-10 20:00:44 +02:00
Piotr Bogdan 05f1bcce49 python2Packages.nixpart0/multipath_tools: fixup path to internal libraries 2020-06-10 13:01:34 +01:00
Piotr Bogdan 912e1e87c0 python2Packages.nixpart0/pyblock: patch for glibc >= 2.28 2020-06-10 13:01:34 +01:00
Piotr Bogdan 64f4073f8d python2Packages.nixpart0/parted: patch for glibc >= 2.28 2020-06-10 13:01:34 +01:00
Piotr Bogdan eb696ef672 python2Packages.nixpart0/multipath_tools: patch for glibc >= 2.28 2020-06-10 13:01:33 +01:00
Piotr Bogdan 0776d9043c python2Packages.nixpart0/lvm2: patch for glibc >= 2.28 2020-06-10 13:01:33 +01:00
Piotr Bogdan c494fc51dc python2Packages.nixpart0/cryptsetup: patch for glibc >= 2.28 2020-06-10 13:01:33 +01:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
markuskowa 9ebc144034
Merge pull request #89740 from markuskowa/fix-moosefs
moosefs: fix datapath for mfscgiserv
2020-06-08 09:48:16 +02:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Markus Kowalewski 69a601c627
moosefs: fix datapath for mfscgiserv
The datapath in mfscgisrv is hardcoded and pointed to
the nix store, which made the program fail on startup.
2020-06-07 15:28:18 +02:00
Frederik Rietdijk b76c308ecd Merge staging-next into staging 2020-06-04 15:28:16 +02:00
Lassulus a15262665a
Merge pull request #88466 from puzzlewolf/gazebo_remove
gazebo: remove
2020-06-04 12:47:42 +02:00
Michael Raskin da33b3e00a
Merge pull request #88266 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.6 -> 5.6.1
2020-06-03 20:58:19 +00:00