From 4bfbb1ba3cd71afeea3bb75994333176b322671d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 27 Jun 2024 17:10:56 +0200 Subject: [swtpm] Make versions configurable --- core/modules/swtpm/module.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules') diff --git a/core/modules/swtpm/module.conf b/core/modules/swtpm/module.conf index 2378ebb4..f5e69dbb 100644 --- a/core/modules/swtpm/module.conf +++ b/core/modules/swtpm/module.conf @@ -1,8 +1,8 @@ #!/bin/bash REQUIRED_GIT=" - https://github.com/stefanberger/libtpms.git||v0.9.0 - https://github.com/stefanberger/swtpm.git||v0.6.1 + https://github.com/stefanberger/libtpms.git||${CONFIG_LIBTPMS_VERSION:-v0.9.0} + https://github.com/stefanberger/swtpm.git||${CONFIG_SWTPM_VERSION:-v0.6.1} " # copy everything since there is a clean installation done by 'make install' -- cgit v1.2.3-55-g7522