Commit Graph

3760 Commits

Author SHA1 Message Date
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]
19ddd24728
Merge staging-next into staging 2024-10-04 00:14:46 +00:00
github-actions[bot]
579054c806
Merge master into staging-next 2024-10-04 00:14:14 +00:00
github-actions[bot]
ae87c79207
Merge staging-next into staging 2024-10-03 18:05:09 +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
github-actions[bot]
38b6c1568f
Merge staging-next into staging 2024-10-03 00:14:32 +00:00
Markus Kowalewski
f20959af03
moosefs: 3.0.118 -> 4.56.6 (#343178) 2024-10-02 22:21:46 +02:00
7c6f434c
5a0b6741b8
fuse: split outputs and clean up (#209128) 2024-10-02 18:02:52 +00:00
oxalica
eeb94ed42c
unionfs-fuse: fix fuse path 2024-09-30 15:26:44 -04:00
oxalica
bd5910e375
xtreemfs: fix fuse path 2024-09-30 15:26:42 -04: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
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
Emily
8f61973d92 Revert "e2fsprogs: build fuse2fs on darwin"
This change, while fine in isolation, breaks evaluation in combination
with <https://github.com/NixOS/nixpkgs/pull/329721>, as `xar` depends
on `e2fsprogs` which now depends on `macfuse-stubs` which depends on
`xar`. This broke `staging-next`.

A couple possible solutions are to disable the `e2fsprogs` dependency
in the version of `xar` used for the bootstrap, or to build
`macfuse-stubs` from source to avoid the `xar` dependency.

This reverts commit 0dfc820f4a.
2024-09-04 07:13:30 +01:00
7c6f434c
87eff73287
e2fsprogs: build fuse2fs on darwin (#328172) 2024-09-03 12:17:51 +00:00
nicoo
09e565ab6b
Merge #335848: expose bees' metadata, simplify wrapper 2024-09-02 16:39:06 +00:00
Scott Edlund
d754e0849c xfsprogs: update homepage 2024-09-02 14:22:44 +02:00
Johannes Jöns
ef20533edd
treewide: avoid string-concatenating cmakeFlags (#336178) 2024-09-01 12:35:24 +00:00
benaryorg
0cd631e61f tests/ceph: bluestore, dmcrypt, and IPv6 test
Signed-off-by: benaryorg <binary@benary.org>
2024-08-31 11:07:25 +00:00
Niklas Hambüchen
234267e6a1 ceph: Fix missing patch for Ceph with dmcrypt. Fixes #334975 2024-08-31 10:42:24 +00:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
superherointj
739cfe76b3
Merge pull request #334221 from superherointj/ceph-csi-refactor
ceph-csi: refactor, migrate to by-name
2024-08-23 15:33:29 -03:00
Sebastián Mancilla
483208e271
Merge pull request #334279 from r-ryantm/auto-update/moosefs
moosefs: 3.0.117 -> 3.0.118
2024-08-22 22:19:20 -04:00
nikstur
483c13b835
Merge pull request #335929 from jmbaur/erofs-utils-1.8
Re-upgrade erofs-utils to 1.8
2024-08-22 11:52:25 +02:00
Yueh-Shun Li
e44a479b1a irods: fix cmakeFlags for __structuredAttrs 2024-08-21 22:34:50 +08:00
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
R. Ryantm
7a4b2649f0 tar2ext4: 0.12.5 -> 0.12.6 2024-08-20 11:18:42 +02:00
Jared Baur
71b77717c9
Reapply "erofs-utils: nixfmt"
This reverts commit d45aacd26b.
2024-08-19 14:55:31 -07:00
Jared Baur
6551c83ac9
Reapply "erofs-utils: add jmbaur as maintainer"
This reverts commit 52ee4c79f6.
2024-08-19 14:55:24 -07:00
Jared Baur
1fb82557f9
Reapply "erofs-utils: 1.7.1 -> 1.8.1"
This reverts commit 13c304eb48.
2024-08-19 14:55:18 -07:00
nicoo
99e93489ae bees: substituteAll → makeWrapper
This is tidier, and removes manually-maintained nix-isms from the script.
2024-08-19 16:06:26 +00:00
nicoo
01e04f8d81 bees: flatten derivation
The `runCommand` wrapper hid the drv's metadata.
2024-08-19 16:06:26 +00:00
Niklas Hambüchen
36459caf68 ceph: Fix build by fully vendoring old cryptography version nix files.
With cryptography 42 we can no longer just override the `src`,
because the derivation for 42 can no longer build version 40.

So revive the old version based on:

    git show d74195bc77c03b6b7aa7c3433205dd518f245ef2~:pkgs/development/python-modules/cryptography/default.nix > pkgs/development/python-modules/cryptography/40.nix
    git show d74195bc77c03b6b7aa7c3433205dd518f245ef2~:pkgs/development/python-modules/cryptography/vectors.nix > pkgs/development/python-modules/cryptography/vectors-40.nix           │

Also:

* Include a patch for CVE-2024-26130
* Run `nixfmt` on them.
* `Securiy` -> `Security ? null` because in the local override
  it doesn't seem to pass that Darwin-specific package on Linux;
  avoids error:
      Function called without required argument "Security"
2024-08-18 21:34:32 +00:00
Niklas Hambüchen
2f67c13015 ceph: Add nh2 to maintainers 2024-08-18 20:55:36 +00:00
Sandro
8a3354191c
Merge pull request #335604 from NixOS/revert-334894-erofs-1.8
Revert "erofs-utils upgrade to 1.8"
2024-08-18 16:28:58 +02:00
Philip Taron
092a9b8df1
mtdutils: remove with statements 2024-08-18 06:32:22 -07:00
Philip Taron
31fa793eac
mergerfs-tools: remove with statements 2024-08-18 06:32:22 -07:00
Philip Taron
6245f7868f
ceph: remove with statements 2024-08-18 06:32:22 -07:00
Vladimír Čunát
13c304eb48 Revert "erofs-utils: 1.7.1 -> 1.8.1"
This reverts commit ebdc6c7e13.
2024-08-18 15:16:03 +02:00
Vladimír Čunát
52ee4c79f6 Revert "erofs-utils: add jmbaur as maintainer"
This reverts commit 3dd73bf802.
2024-08-18 15:16:03 +02:00
Vladimír Čunát
d45aacd26b Revert "erofs-utils: nixfmt"
This reverts commit 4e10989673.
2024-08-18 15:16:03 +02:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Robert Scott
b9a1e5555a
Merge pull request #335239 from LeSuisse/netatalk-3.1.19
netatalk: 3.1.18 -> 3.1.19
2024-08-17 17:04:39 +01:00
Emily
dd1eee103e
Merge pull request #335280 from mjm/push-pyosnvuxppup
garage: update time to fix build with rust 1.80
2024-08-17 05:25:48 +01:00
Matt Moriarity
851a976c2a garage: update time to fix build with rust 1.80 2024-08-16 21:05:33 -06:00
7c6f434c
f1ab5c244a
Merge pull request #334951 from trofi/btrfs-progs-update
btrfs-progs: 6.10 -> 6.10.1
2024-08-16 23:51:43 +00:00
Thomas Gerbet
9fc1265538 netatalk: 3.1.18 -> 3.1.19
Fixes CVE-2024-38439, CVE-2024-38440 and CVE-2024-38441.

https://github.com/Netatalk/netatalk/releases/tag/netatalk-3-1-19
2024-08-16 23:39:14 +02:00
Jörg Thalheim
5642f7fd87
Merge pull request #335030 from r-ryantm/auto-update/eiciel
eiciel: 0.10.0 -> 0.10.1
2024-08-16 21:20:51 +02:00
Jared Baur
4e10989673 erofs-utils: nixfmt 2024-08-16 08:12:05 +00:00
Jared Baur
3dd73bf802 erofs-utils: add jmbaur as maintainer 2024-08-16 08:12:05 +00:00
Jared Baur
ebdc6c7e13 erofs-utils: 1.7.1 -> 1.8.1 2024-08-16 08:12:05 +00:00
R. Ryantm
cab3fd4371 eiciel: 0.10.0 -> 0.10.1 2024-08-16 05:12:01 +00:00
Sergei Trofimovich
18fb00789b btrfs-progs: 6.10 -> 6.10.1
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.10.1
2024-08-15 21:38:36 +01:00
Niklas Hambüchen
95f084845b
Merge pull request #334275 from nh2/ceph-18.2.4-fixes-1
ceph: Add patches for 2 runtime crashes
2024-08-14 04:23:47 +02:00
R. Ryantm
bf907e87eb moosefs: 3.0.117 -> 3.0.118 2024-08-13 02:35:08 +00:00
Niklas Hambüchen
e0751fa3ba ceph: Add patch to fix broken cryptsetup version parsing. Fixes #334227 2024-08-13 02:19:36 +00:00
Niklas Hambüchen
6db7ec1704 ceph: Add patch to fix Python packaging import (runtime semi-crash).
See https://github.com/NixOS/nixpkgs/pull/330226#issuecomment-2268421031
2024-08-13 02:08:58 +00:00
superherointj
0599045c7c ceph-csi: migrate to pkgs/by-name 2024-08-12 16:52:55 -03:00
Peder Bergebakken Sundt
6a59129419
Merge pull request #333342 from pbsds/fix-deadnix-1722620675
treewide: remove nested let-in
2024-08-12 15:42:52 +02:00
Sarah Brofeldt
6c10105164
Merge pull request #330226 from nh2/ceph-18.2.4
ceph: 18.2.1 -> 18.2.4
2024-08-09 11:03:47 +02:00
Peder Bergebakken Sundt
dfbc165dc7 treewide: remove nested let-in 2024-08-09 03:58:35 +02:00
Niklas Hambüchen
5f31fa1e5f ceph: 18.2.1 -> 18.2.4 2024-08-08 02:50:17 +00:00
Tobias Mayer
a48a84cf24 ceph: Fix race in parallel build 2024-08-08 02:50:17 +00:00
Niklas Hambüchen
7012353d27
Merge pull request #328847 from tobim/pkgs/ceph-fix-parallel-build
ceph: Fix race in parallel build
2024-08-08 04:48:49 +02:00
R. Ryantm
b053e44347 exfatprogs: 1.2.4 -> 1.2.5 2024-08-07 01:57:01 +00:00
Florian
01b8ab7d75
Merge pull request #321854 from matteo-pacini/snapraid-fix
snapraid: fix for SMART cmd error
2024-08-06 10:33:55 +02:00
Tobias Poschwatta
c5daea8c97 duff: 2014-07-03 -> 2024-02-16
This updates duff to the latest commit, removing links to a now
hostile domain.
2024-08-04 14:22:14 +02:00
Nick Cao
021536ff84
Merge pull request #331458 from r-ryantm/auto-update/gcsfuse
gcsfuse: 2.3.2 -> 2.4.0
2024-08-03 10:57:21 -04:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00