Commit graph

14 commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm 4d6d188495 swtpm: 0.7.3 -> 0.8.0 2022-11-13 01:34:22 +00:00
Luflosi 8b4c5b383d
swtpm: 0.7.2 -> 0.7.3
https://github.com/stefanberger/swtpm/releases/tag/v0.7.3
2022-04-29 09:58:25 +02:00
Will Cohen 6a5d127acc swtpm: 0.7.1 -> 0.7.2 2022-03-10 17:17:36 -05:00
Will Cohen 3689136441 swtpm: fix build on darwin 2022-03-10 17:17:36 -05:00
Luflosi 93609b6af5
swtpm: add nixosTests.systemd-cryptenroll to passthru.tests 2022-02-20 13:06:54 +01:00
Luflosi 4593c25b4a
swtpm: 0.7.0 -> 0.7.1
https://github.com/stefanberger/swtpm/releases/tag/v0.7.1

Fixes: CVE-2022-23645
2022-02-20 13:06:54 +01:00
Luflosi 5e12d84c5c
swtpm: 0.6.1 -> 0.7.0
https://github.com/stefanberger/swtpm/releases/tag/v0.7.0
2021-11-15 12:49:13 +01:00
Arthur Gautier 88d61883b6
swtpm: ensure tests run
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-11-15 12:49:12 +01:00
Sandro Jäckel 1c95f5ce9c
swtpm: change prePatch to postPatch 2021-11-11 18:14:39 +01:00
Luflosi 5bd3236442
swtpm: 0.6.0 -> 0.6.1
https://github.com/stefanberger/swtpm/releases/tag/v0.6.1
Also fix a small mistake I made in a comment in a previous commit.
2021-10-16 23:27:02 +02:00
Luflosi 960ae854b5
swtpm: improvements for use with libvirt
Before, the state directory was set to a path in the Nix store, which isn't writable and so makes for a terrible directory for storing state. See https://github.com/NixOS/nixpkgs/issues/141224 for a more detailed explanation.
Also, swtpm-localca tried to use certtool from the environment. Change the path so it refers directly to certtool in the Nix store.
2021-10-15 15:47:09 +02:00
Arthur Gautier e3f62ec19a swtpm: 0.5.2 -> 0.6.0
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-09-14 16:23:28 +00:00
Arthur Gautier ac87ecd581 swtpm: init at 0.5.2
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-22 04:37:43 +00:00