Commit Graph

3691 Commits

Author SHA1 Message Date
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