Commit Graph

3716 Commits

Author SHA1 Message Date
Nick Cao
25bf8e8284
stratisd: 3.6.8 -> 3.7.1, stratis-cli: 3.6.2 -> 3.7.0 (#347336) 2024-10-15 13:10:37 -04:00
github-actions[bot]
aa2334f4a8
Merge master into staging-next 2024-10-11 00:14:02 +00:00
Nick Cao
25575a0249
ssdfs-utils: 4.45 -> 4.46 (#346898) 2024-10-10 19:28:31 -04:00
github-actions[bot]
1404154595
Merge master into staging-next 2024-10-10 00:14:06 +00:00
Pol Dellaiera
8bb93db5bf
mtdutils: 2.2.0 -> 2.2.1, patch mount.ubifs (#347005) 2024-10-09 20:35:01 +02:00
github-actions[bot]
b1bc4ea2b5
Merge master into staging-next 2024-10-09 00:14:24 +00:00
Niklas Hambüchen
b061499d34
ceph: 18.2.4 -> 19.2.0 (#344993) 2024-10-09 01:25:14 +02:00
Nick Cao
216e46107b
stratis-cli: 3.6.2 -> 3.7.0
Diff: https://github.com/stratis-storage/stratis-cli/compare/refs/tags/v3.6.2...v3.7.0
2024-10-08 15:57:08 -04:00
Nick Cao
c784cdce23
stratisd: 3.6.8 -> 3.7.1
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.8...stratisd-v3.7.1
2024-10-08 15:57:07 -04:00
Niklas Hambüchen
7ee755683d ceph: 18.2.4 -> 19.2.0
No-longer-necessary patches removed:

* dmcrypt: https://github.com/ceph/ceph/pull/57925
* Finduring.cmake: 670118abfb
* Python "packaging": d1d8df6faf

Additional changes:

* Add more runtime deps mentioned by upstream debian/control file.
* Tell Ceph to use our specified Python dependencies,
  instead of the bundled ones (for `cephadm`).
2024-10-08 04:07:10 +00:00
Steven Keuchel
10b278c83a
mtdutils: migrate to by-name 2024-10-07 05:16:08 +02:00
Steven Keuchel
d87a80752a
mtdutils: apply nixfmt 2024-10-07 05:16:07 +02:00
R. Ryantm
3b465e8a1e ssdfs-utils: 4.45 -> 4.46 2024-10-06 15:09:19 +00:00
github-actions[bot]
e9c8665026
Merge master into staging-next 2024-10-05 00:14:01 +00:00
Peder Bergebakken Sundt
d6ca5ed287 treewide: remove empty build inputs
Done with

```sh
regex='\s*(nativeBuild|build|check|nativeCheck)Inputs *= *\[ *\];'
rg "^$regex$" -l | xe sd "\n\n$regex\n" "\n"
rg "^$regex$" -l | xe sd "\n$regex\n" "\n"
rg "^$regex$" -l | xe sd "\n$regex\n" "\n"
```
2024-10-04 19:03:59 +02:00
github-actions[bot]
579054c806
Merge master into staging-next 2024-10-04 00:14:14 +00:00
Markus Kowalewski
466092701d moosefs: apply nixfmt 2024-10-03 17:30:25 +02:00
Markus Kowalewski
dc279152f2 moosefs: remove "with lib;" in meta 2024-10-03 17:29:36 +02:00
Markus Kowalewski
8bfd0bc8e0 moosefs: add markuskowa to maintainers 2024-10-03 17:28:37 +02:00
K900
f1cb1ac417 hfsprogs: 332.25 -> 627.40.1
Use Gentoo fork, clean up build, nixfmt
2024-10-03 14:56:50 +03:00
Markus Kowalewski
f20959af03
moosefs: 3.0.118 -> 4.56.6 (#343178) 2024-10-02 22:21:46 +02:00
R. Ryantm
c7620c55a7 moosefs: 3.0.118 -> 4.56.6 2024-09-29 21:30:31 +00:00
Franz Pletz
f44856dff8
mtools: 4.0.44 -> 4.0.45 (#345262) 2024-09-29 15:44:40 +02:00
Sergei Trofimovich
25d86507bb mtools: 4.0.44 -> 4.0.45
Changes: https://lists.gnu.org/archive/html/info-gnu/2024-09/msg00010.html
2024-09-29 11:15:50 +01:00
R. Ryantm
a714fcd0ea ssdfs-utils: 4.43 -> 4.45 2024-09-29 00:19:28 +00:00
Sebastián Mancilla
76441cbed4
sasquatch: 4.4 -> 4.5.1-1 (#219169) 2024-09-27 18:31:13 -03:00
László Vaskó
17fb7dfa72 sasquatch: move to pkgs/by-name 2024-09-27 10:45:32 +02:00
László Vaskó
7495b445ee sasquatch: removing pamplemousse from maintainers
Asked for their removal in
https://github.com/NixOS/nixpkgs/pull/219169#issuecomment-1597379517
2024-09-27 10:45:32 +02:00
László Vaskó
3b00d15c48 sasquatch: 4.4 -> 4.5.1-4
Changed using ONEKEY fork of sasquatch which is up-to-date with
squashfs-tools 4.5.1 and the Darwin compatibility patch used to be
shipped in Nixpkgs applies cleanly as well.

The updated version also provides a big-endian compatible build as
well to support even more insane squashfs dialects.
2024-09-27 10:45:32 +02:00
R. Ryantm
39fbc9ce24 tar2ext4: 0.12.6 -> 0.12.7 2024-09-26 09:51:08 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Florian Klink
00bc5174a6
garage: 1.0.0 -> 1.0.1 (#343744) 2024-09-22 19:56:35 +03:00
Florian Klink
a0b89aac04 garage: move from sha256 to hash 2024-09-22 18:09:48 +03:00
Florian Klink
061d9eb2d9 garage: 1.0.0 -> 1.0.1
Changelog: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v1.0.1
2024-09-22 18:09:47 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Sergei Trofimovich
78f042114c btrfs-progs: 6.10.1 -> 6.11
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.11
2024-09-18 07:03:05 +01:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
ghpzin
51e70f4f9b
dupe-krill: remove Cargo.lock, fix hashes
- upstream added Cargo.lock in 1.4.9, use it instead of keeping one in
nixpkgs:
ad3430c076
- fix hashes
2024-09-17 22:48:44 +03:00
Weijia Wang
59fdd9424a
exfatprogs: 1.2.4 -> 1.2.5 (#332864) 2024-09-12 22:19:57 +02:00
Nick Cao
df67088158
juicefs: 1.2.0 -> 1.2.1 (#340836) 2024-09-11 12:48:22 -04:00
Weijia Wang
a32f745778
ssdfs-utils: 4.40 -> 4.43 (#328820) 2024-09-11 01:55:01 +02:00
R. Ryantm
ead4b058e7 juicefs: 1.2.0 -> 1.2.1 2024-09-09 18:12:35 +00:00
github-actions[bot]
f3e8528ff7
Merge master into staging-next 2024-09-09 14:31:17 +00:00
Nick Cao
7c5ecd0a69
dysk: 2.9.0 -> 2.9.1 (#340519) 2024-09-09 09:03:01 -04:00
github-actions[bot]
90a93f92bb
Merge master into staging-next 2024-09-09 12:05:58 +00:00
Steven Keuchel
f58a0ea6d3
mtdutils: add skeuchel as maintainer 2024-09-08 17:31:17 +02:00
R. Ryantm
9a9e3f9dd5 dysk: 2.9.0 -> 2.9.1 2024-09-08 13:51:38 +00:00
R. Ryantm
67deb643a5 ssdfs-utils: 4.40 -> 4.43 2024-09-07 13:49:16 +00:00
github-actions[bot]
319af78438
Merge master into staging-next 2024-09-07 06:04:15 +00:00
éclairevoyant
e273bc80a5
treewide: remove existing usages of pname+version in fetchCargoTarball
This is done because the existing fetchCargoTarball does not support pname or version, resulting in a vendor tarball
with the name cargo-deps-vendor.tar.gz. Since adding pname+version support would change the name of the derivation,
and therefore its hash, we remove existing usages to avoid treewide breakage.
2024-09-07 01:10:33 -04:00