Commit Graph

3323 Commits

Author SHA1 Message Date
Nikolay Korotkiy
b361c0d4a0
Merge pull request #285580 from amarshall/apfs-fuse
apfs-fuse: unstable-2023-01-04 -> unstable-2023-03-12; cleanup pname, version, mainProgram
2024-02-04 13:59:53 +04:00
OTABI Tomoya
ea45134217
Merge pull request #284961 from r-ryantm/auto-update/mergerfs
mergerfs: 2.38.1 -> 2.39.0
2024-02-02 22:20:55 +09:00
Andrew Marshall
4e4b7e466c apfs-fuse: unstable-2023-01-04 -> unstable-2023-03-12 2024-02-01 11:59:19 -05:00
Andrew Marshall
56087905b4 apfs-fuse: fix pname+version, add mainProgram
The “unstable” conventionally is a part of the version, not the pname.
2024-02-01 11:59:19 -05:00
Alyssa Ross
5b5e6f9900 bcachefs-tools: fix fuseSupport option
Without this, fuse was still not enabled.
2024-01-30 22:54:10 +01:00
R. Ryantm
b788f3e85a mergerfs: 2.38.1 -> 2.39.0 2024-01-30 08:23:45 +00:00
Robert Schütz
542783f91e
Merge pull request #283397 from dotlambda/rmfuse-fix
rmfuse: fix build
2024-01-28 04:31:02 +00:00
h7x4
b46a72cc8b
Merge pull request #284264 from reedrw/bashmount-mainprogram
bashmount: set meta.mainProgram
2024-01-27 17:28:54 +01:00
Nikolay Korotkiy
8df12f215f
Merge pull request #283131 from r-ryantm/auto-update/snapraid
snapraid: 12.2 -> 12.3
2024-01-27 20:18:16 +04:00
Reed
0090978b2a bashmount: set meta.mainProgram 2024-01-27 09:26:40 -05:00
Nick Cao
0debdf823a
Merge pull request #283570 from NickCao/stratis
stratisd: 3.6.3 -> 3.6.4
2024-01-26 10:00:00 -05:00
R. Ryantm
fc5879c08d genimage: 16 -> 17 2024-01-25 17:55:30 +01:00
Jörg Thalheim
559ddda570
Merge pull request #279852 from Madouura/pr/bcachefs
bcachefs: update comments, release-notes, only use IFS for bcachefs, update bcachefs-tools and module
2024-01-25 01:11:04 +01:00
Nick Cao
c30811fd17
stratisd: 3.6.3 -> 3.6.4
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.3...stratisd-v3.6.4
2024-01-24 14:19:42 -05:00
Niklas Hambüchen
987dc940ba
Merge pull request #281858 from nh2/fix-ceph-build-use-fmt_9
ceph: Fix build with GCC 13 by using fmt_8 -> fmt_9. Fixes #281027
2024-01-24 18:39:28 +01:00
Niklas Hambüchen
506b21518d ceph: Fix tests by adding back old required python libs. See #281858.
Fixes #241482.

Also fix test putting cluster in unhealthy `POOL_APP_NOT_ENABLED` state;
this seems to be the default state with Ceph 18.2.1 at least,
and it does not hurt to fix it now already in the way the Ceph docs say.

Also revert "nixosTests.ceph-single-node: remove dashboard check"

This reverts commit 41b27d7f4b.
2024-01-24 14:29:24 +00:00
Nick Cao
d7d7834d6a
Merge pull request #283324 from mfrischknecht/fix-stratisd-build
stratisd: fix build due to unused imports
2024-01-24 08:39:19 -05:00
Manuel Frischknecht
ebf324e464 stratisd: fix build due to unused imports
With `rustc` 1.75, many rust project that use `#[deny(warnings)]`
stopped building due to unused imports that didn't trigger build
failures before for some reason.

`stratisd` now also fails to build because of a couple of those,
but they have already been fixed upstream in the following two
commits:

- 78440de6e6
- 0d1c67f713

In the meantime until a new version of `stratisd` is released,
this change pulls in those two changes via `fetchpatch`.

Co-authored-by: Nick Cao <nickcao@nichi.co>
2024-01-24 07:55:20 +00:00
Robert Schütz
69d5060b91 rmfuse: relax version constraints 2024-01-23 21:09:22 -08:00
Nick Cao
db71e497b7
stratis-cli: add setuptools to nativeBuildInputs 2024-01-23 19:03:50 -05:00
7c6f434c
be803a1a80
Merge pull request #283177 from trofi/btrfs-progs-update
btrfs-progs: 6.6.3 -> 6.7
2024-01-23 16:56:39 +00:00
Nick Cao
9481ccf8d2
Merge pull request #283115 from r-ryantm/auto-update/mergerfs
mergerfs: 2.38.0 -> 2.38.1
2024-01-23 09:13:14 -05:00
Nick Cao
b1ce92fdbe
Merge pull request #283121 from r-ryantm/auto-update/gcsfuse
gcsfuse: 1.4.0 -> 1.4.1
2024-01-23 09:12:38 -05:00
Sergei Trofimovich
ec0143a458 btrfs-progs: 6.6.3 -> 6.7
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.7
2024-01-23 10:02:03 +00:00
R. Ryantm
f345b92537 snapraid: 12.2 -> 12.3 2024-01-23 07:24:38 +00:00
R. Ryantm
fe7276cf96 gcsfuse: 1.4.0 -> 1.4.1 2024-01-23 06:44:59 +00:00
R. Ryantm
337af57b75 mergerfs: 2.38.0 -> 2.38.1 2024-01-23 06:32:39 +00:00
Weijia Wang
98ad610d60
Merge pull request #277096 from katexochen/convoy/remove
convoy: remove
2024-01-23 07:16:44 +01:00
Adam Stephens
5a93058145
garage_0_8: mark broken on darwin
upstream did not backport fixes for darwin build failures to 0.8.
users should be encouraged to upgrade.
2024-01-17 22:05:06 -05:00
Adam Stephens
1c1f1d2f9b garage: add changelog meta attribute 2024-01-17 17:24:20 +01:00
Adam Stephens
e8f1c9b2fb garage_0_9: 0.9.0 -> 0.9.1
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.1

Due to a recent change in the build system, we have to remove actively a
file (`.cargo/config.toml`) to avoid the mold linker to leak during the linkage phase.

Not sure if we should have more sophisticated ways to ignore this.
2024-01-17 17:23:46 +01:00
Adam Stephens
21727dbda0 garage_0_8: 0.8.4 -> 0.8.5
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.5
2024-01-17 17:23:22 +01:00
Franz Pletz
29da62e4e2
bees: 0.9.3 -> 0.10 2024-01-17 01:02:26 +01:00
Madoura
5a06c7fc22
bcachefs-tools: add comment on when to enable build tests 2024-01-16 15:19:40 -06:00
Madoura
6b8dc42ee1
bcachefs-tools: fixup for version 1.4.1 2024-01-16 15:19:35 -06:00
Franz Pletz
8b510023b2
Merge pull request #281074 from jmbaur/erofs-lzma
erofs: allow adding LZMA support
2024-01-16 14:43:50 +01:00
Julius de Bruijn
f320925fc0 bcachefs-tools: 1.3.5 -> 1.4.1 2024-01-15 21:11:49 +01:00
Jared Baur
173b9d562f
erofs: allow adding LZMA support
LZMA support for EROFS is considered experimental in the current release
and defaults to disabled, so `lzmaSupport` defaults to false.
2024-01-14 21:47:57 -08:00
Ryan Lahfa
9c12de0628
Merge pull request #276428 from r-ryantm/auto-update/stuffbin
stuffbin: 1.2.0 -> 1.3.0
2024-01-12 20:01:56 +01:00
K900
838aefefc3 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-09 22:42:37 +03:00
GetPsyched
f98ec4f73c treewide: update meta.description to fit the guidelines 2024-01-09 17:12:31 +01:00
github-actions[bot]
9f96550945
Merge master into staging-next 2024-01-07 12:01:24 +00:00
Jörg Thalheim
db59d03371
Merge branch 'master' into pr/bcachefs 2024-01-07 11:40:30 +01:00
K900
d64c76c2ca rdfind: 1.5.0 -> 1.6.0
Fixes build
2024-01-05 11:03:36 +03:00
github-actions[bot]
065e28482b
Merge master into staging-next 2024-01-04 18:00:54 +00:00
Nick Cao
51d0d089e5
Merge pull request #278475 from SFrijters/mkspiffs-version
mkspiffs: fix version number shown in help, cleanup
2024-01-04 10:52:27 -05:00
Emery Hemingway
596ebd7dfc littlefs-fuse: 2.7.3 -> 2.7.4 2024-01-04 14:05:08 +00:00
github-actions[bot]
307002948d
Merge master into staging-next 2024-01-03 18:00:57 +00:00
Stefan Frijters
22f78a7499
mkspiffs: fix version number shown in help, cleanup
* Replace git invocation for the project itself with the version number from the derivation
* Replace git invocation for the submodule with 'unknown' (which is what the Makefile falls back to anyway)
* Remove git as a dependency
* Update sha256 -> hash
2024-01-03 17:47:35 +01:00
Weijia Wang
7671e1a210
Merge pull request #274601 from r-ryantm/auto-update/kio-fuse
kio-fuse: 5.0.1 -> 5.1.0
2024-01-03 17:30:39 +01:00