Commit Graph

21 Commits

Author SHA1 Message Date
R. Ryantm
f424a73f4b cryptsetup: 2.8.6 -> 2.8.7 2026-07-22 01:19:35 +00:00
Raito Bezarius
6a63a4ad8b pkgs/*: drop maintenanceship of various packages
I have effectively renounced on maintaining all these packages and I do
not plan to return them except if I'm forced to.

I am also fine with most of these packages being dropped for next
releases if no maintainer shows up.

Change-Id: I8d167c8029b6991181bd7a094af21c3313af2b51
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2026-06-24 20:34:45 +02:00
R. Ryantm
95e5f7bf97 cryptsetup: 2.8.4 -> 2.8.6 2026-04-03 00:49:07 +00:00
nixpkgs-ci[bot]
f3e15eda7d Merge master into staging-next 2026-02-12 06:25:52 +00:00
Stefan Frijters
345b81de4a cryptsetup: move NIX_LDFLAGS into env for structuredAttrs 2026-02-11 10:16:44 +01:00
nixpkgs-ci[bot]
e217c74eac Merge staging-next into staging 2026-02-06 18:16:24 +00:00
Markus Sütter
196b385317 various: add meta.identifier.cpeParts to a batch of packages 2026-02-02 09:22:55 +01:00
R. Ryantm
9d0740c9a6 cryptsetup: 2.8.3 -> 2.8.4 2026-01-28 00:56:36 +00:00
Sergei Trofimovich
b8ced9471d cryptsetup: 2.8.2 -> 2.8.3
Changes: https://gitlab.com/cryptsetup/cryptsetup/-/compare/v2.8.2...v2.8.3?from_project_id=195655
2025-12-24 12:58:24 +00:00
R. Ryantm
0abd4eeb91 cryptsetup: 2.8.1 -> 2.8.2 2025-12-19 13:08:42 +00:00
Paul Meyer
a4096c1f9e cryptsetup: use finalAttrs
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2025-08-21 08:46:24 +02:00
Paul Meyer
484ef2ad05 cryptsetup: 2.8.0 -> 2.8.1
https://gitlab.com/cryptsetup/cryptsetup/-/raw/main/docs/v2.8.1-ReleaseNotes

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2025-08-19 12:49:17 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Sergei Trofimovich
47d115f580 cryptsetup: enable parallel building 2025-06-29 06:55:24 +01:00
Sergei Trofimovich
f1d4eb1c30 cryptsetup: 2.7.5 -> 2.8.0
Changes: https://gitlab.com/cryptsetup/cryptsetup/-/compare/v2.7.5...v2.8.0?from_project_id=195655
2025-06-29 06:38:31 +01:00
Tristan Ross
1120d4faa7 cryptsetup: fix tests on zfs 2025-05-20 22:21:19 -07:00
Mikael Voss
e31efbe4ae cryptsetup: provide explicit tmpfiles.d directory 2025-04-13 14:50:01 +02:00
Morgan Jones
12ccc770aa cryptsetup: adopt 2025-03-01 17:26:13 -08:00
Morgan Jones
638bd0c219 cryptsetup: buildInputs -> propagatedBuildInputs
util-linux has a runtime dependency on these, so propagate them.
2025-03-01 14:36:44 -08:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00