diff options
author | Ralph Siemsen <ralph.siemsen@linaro.org> | 2022-03-15 12:23:41 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-03-17 08:05:50 -0700 |
commit | 91730c85bb99417053f78a123be7591109499666 (patch) | |
tree | 317ff42249b024a43185fc44b168525dd03911bb /meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb | |
parent | de4e7fced9f735f3c25277de38cde8454b97b28e (diff) | |
download | meta-security-dunfell-next.tar.gz |
tpm2-tools: update to 4.1.3dunfell-next
Minor version bump from 4.1.1 to 4.1.3, containing two fixes:
4.1.3 - 2020-06-02
* tpm2_create: Fix issue with userauth attribute being cleared if
policy is specified.
4.1.2 - 2020-05-18
* Fix missing handle maps for ESY3 handle breaks. See #1994.
https://github.com/tpm2-software/tpm2-tools/pull/1994
Details of changes
https://github.com/tpm2-software/tpm2-tools/commits/4.1.X
Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb')
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb new file mode 100644 index 0000000..39854d5 --- /dev/null +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_4.1.3.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Tools for TPM2." | ||
2 | DESCRIPTION = "tpm2-tools" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0eb1216e46938bd723098d93a23c3bcc" | ||
5 | SECTION = "tpm" | ||
6 | |||
7 | DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" | ||
8 | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
10 | |||
11 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" | ||
12 | SRC_URI += "file://0001-tpm2_import-fix-fixed-AES-key-CVE-2021-3565.patch" | ||
13 | |||
14 | SRC_URI[md5sum] = "48e0f58232b6a86fe4d007acf12af283" | ||
15 | SRC_URI[sha256sum] = "bb5d3310620e75468fe33dbd530bd73dd648c70ec707b4579c74d9f63fc82704" | ||
16 | SRC_URI[sha1sum] = "b2cef4d06817a6859082d50863464a858a493a63" | ||
17 | SRC_URI[sha384sum] = "996c33201c92bcbdbf8f11f84d25a8e2938c330fb7fb66a47eafb3c5a41fab9bcb9a769dc20226accdea2486b626bd68" | ||
18 | SRC_URI[sha512sum] = "bf1ba9f8a4e12c71987650b309710574cc796e78d26c5de1cae77b0e150cea0f3b3695e56415be1994c4a6ad90e8f991d5db603138933fd21c46f7b86148a9b4" | ||
19 | |||
20 | inherit autotools pkgconfig bash-completion | ||