Commit Graph

19 Commits

Author SHA1 Message Date
Pol Dellaiera
13d9cd4730
Merge pull request #298795 from baloo/baloo/swtpm/platform
swtpm: add a platform entry to meta attributes
2024-03-25 11:03:32 +01:00
Arthur Gautier
8c6f086c7b swtpm: add a platform entry to meta attributes 2024-03-24 18:45:33 -07:00
Luflosi
8b42cf2618
swtpm: 0.8.1 -> 0.8.2
https://github.com/stefanberger/swtpm/releases/tag/v0.8.2
2024-03-24 20:34:38 +01:00
Jared Baur
52e8e10740
swtpm: add meta.mainProgram
In the process converts swtpm to use the "finalAttrs"-style
mkDerivation.
2024-01-08 05:31:21 +00:00
R. Ryantm
008ce73e1d swtpm: 0.8.0 -> 0.8.1 2023-08-25 04:08:16 +00:00
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