diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-04-26 10:05:44 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-06 07:54:09 -0400 |
commit | bd02283430f674058a70637747a80fd1581c5405 (patch) | |
tree | d3022b992f5af9546694b43582ad9303fc0cabf1 | |
parent | 617f0af2dc7867979f75dc537e3ebeb2f937efc8 (diff) | |
download | meta-security-bd02283430f674058a70637747a80fd1581c5405.tar.gz |
swtpm: update to 0.8.0
includes CVE-2022-23645
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb (renamed from meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb index 55d83f9..614b07f 100644 --- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb +++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb | |||
@@ -6,8 +6,8 @@ SECTION = "apps" | |||
6 | # expect-native, socat-native, coreutils-native and net-tools-native are reportedly only required for the tests | 6 | # expect-native, socat-native, coreutils-native and net-tools-native are reportedly only required for the tests |
7 | DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib" | 7 | DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib" |
8 | 8 | ||
9 | SRCREV = "f2268eebb0d1adf89bad83fa4cf91e37b4e3fa53" | 9 | SRCREV = "2ae7b019370760e17f4f2675195a91ca53950eda" |
10 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.7-next;protocol=https \ | 10 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=master;protocol=https \ |
11 | " | 11 | " |
12 | PE = "1" | 12 | PE = "1" |
13 | 13 | ||