Commit Graph

3730 Commits

Author SHA1 Message Date
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
Nick Cao
bb1692dca4
tar2ext4: 0.12.7 -> 0.12.8 (#350583) 2024-10-23 09:33:01 -04:00
R. Ryantm
c7c044a1c0 tar2ext4: 0.12.7 -> 0.12.8 2024-10-22 23:57:16 +00:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
Nick Cao
cbe088bc7b
stratisd: 3.7.2 -> 3.7.3
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.7.2...stratisd-v3.7.3
2024-10-21 18:26:08 -04:00
Julius de Bruijn
e0605c0369 bcache-tools: fix udev patch to use bash from explicit path 2024-10-20 16:28:04 +02:00
Peder Bergebakken Sundt
6125359681
archivemount: 0.9.1 -> 1 (#344990) 2024-10-19 05:21:52 +02:00
Pol Dellaiera
23a78bd0ba
irods: 4.3.1 -> 4.3.3 (#348576) 2024-10-17 09:23:48 +02:00
adisbladis
edc2b4b15e goofys: remove adisbladis as maintainer 2024-10-17 02:34:31 +00:00
Nick Cao
ff77f331ae
stratisd: 3.7.1 -> 3.7.2 (#348839) 2024-10-16 12:40:42 -04:00
Moritz Sanft
2a3b139da1 erofs-utils: 1.8.1 -> 1.8.2 2024-10-16 10:58:05 +00:00
Nick Cao
226f53dc45
stratisd: 3.7.1 -> 3.7.2
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.7.1...stratisd-v3.7.2
2024-10-15 13:11:52 -04:00
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
Bruno Bzeznik
3c849ef3dc irods: 4.3.1 -> 4.3.3 2024-10-15 09:36:33 +02: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
Keto
256d33ba46
archivemount: Migrate to by-name 2024-09-27 22:25:00 -04: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