diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-03-04 16:29:03 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-03-11 21:08:22 -0800 |
commit | 47bbac52424509d35991b15bf987915ce753a38a (patch) | |
tree | ba192e3a09ac38b175d418e76f43409623c01451 | |
parent | 6ea6a4982cb75b0dde96abeba520f305663b95c0 (diff) | |
download | meta-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" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" |
4 | 4 | ||
5 | SRCREV = "f6dd8f55eab4910131ec6a6a570dcd7951bd10e4" | 5 | SRCREV = "3f8fbc831b7bc3a6cc8422c432f577596b4cf3df" |
6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8;protocol=https" | 6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.9;protocol=https" |
7 | 7 | ||
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||