diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2024-09-09 18:28:57 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-15 10:58:09 -0400 |
commit | bf1313a48a9e4051f187e257dd2487fb8a8a6bbe (patch) | |
tree | b5aa5f3cab0a0739a7610268a49a4bc304d23c67 | |
parent | 353078bc06c8b471736daab6ed193e30d533d1f1 (diff) | |
download | meta-security-bf1313a48a9e4051f187e257dd2487fb8a8a6bbe.tar.gz |
tpm2-tools: Upgrade 5.2 -> 5.7
Include Security fixes:
Fixed CVE-2024-29038
Fixed CVE-2024-29039
Changelog:
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.7
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.6
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.5
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.4
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.3
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.7.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb) | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.7.bb index c20af7e..bd3d34b 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.7.bb | |||
@@ -1,21 +1,16 @@ | |||
1 | SUMMARY = "Tools for TPM2." | 1 | SUMMARY = "Tools for TPM2." |
2 | DESCRIPTION = "tpm2-tools" | 2 | DESCRIPTION = "tpm2-tools" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a846608d090aa64494c45fc147cc12e3" | 4 | LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=a846608d090aa64494c45fc147cc12e3" |
5 | SECTION = "tpm" | 5 | SECTION = "tpm" |
6 | 6 | ||
7 | DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" | 7 | DEPENDS = "tpm2-abrmd tpm2-tss openssl curl autoconf-archive" |
8 | 8 | ||
9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630" | 11 | SRC_URI[sha256sum] = "3810d36b5079256f4f2f7ce552e22213d43b1031c131538df8a2dbc3c570983a" |
12 | 12 | ||
13 | inherit autotools pkgconfig bash-completion | 13 | inherit autotools pkgconfig bash-completion |
14 | 14 | ||
15 | do_configure:prepend() { | ||
16 | # do not extract the version number from git | ||
17 | sed -i -e 's/m4_esyscmd_s(\[git describe --tags --always --dirty\])/${PV}/' ${S}/configure.ac | ||
18 | } | ||
19 | |||
20 | # need tss-esys | 15 | # need tss-esys |
21 | RDEPENDS:${PN} = "libtss2 tpm2-abrmd" | 16 | RDEPENDS:${PN} = "libtss2 tpm2-abrmd" |