summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-03-04 16:29:03 -0800
committerArmin Kuster <akuster808@gmail.com>2022-03-11 21:08:22 -0800
commit47bbac52424509d35991b15bf987915ce753a38a (patch)
treeba192e3a09ac38b175d418e76f43409623c01451
parent6ea6a4982cb75b0dde96abeba520f305663b95c0 (diff)
downloadmeta-security-47bbac52424509d35991b15bf987915ce753a38a.tar.gz
libtpm: update to 0.9.2
includes: CVE-2021-3623 Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm/libtpm/libtpm_0.9.3.bb (renamed from meta-tpm/recipes-tpm/libtpm/libtpm_0.8.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.7.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.3.bb
index 8fe62cf..c03c44c 100644
--- a/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.7.bb
+++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.3.bb
@@ -2,8 +2,8 @@ SUMMARY = "LIBPM - Software TPM Library"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
4 4
5SRCREV = "f6dd8f55eab4910131ec6a6a570dcd7951bd10e4" 5SRCREV = "3f8fbc831b7bc3a6cc8422c432f577596b4cf3df"
6SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8;protocol=https" 6SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.9;protocol=https"
7 7
8PE = "1" 8PE = "1"
9 9