diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2024-09-09 18:31:47 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-15 10:58:35 -0400 |
commit | c50ef2937abb15c0c54994641746d0d88dcf6355 (patch) | |
tree | 2e7b41c39c3f384478bfe1111d325fd145b5f9ca | |
parent | bf1313a48a9e4051f187e257dd2487fb8a8a6bbe (diff) | |
download | meta-security-c50ef2937abb15c0c54994641746d0d88dcf6355.tar.gz |
tpm2-tss: upgrade 3.2.2 -> 3.2.3
Changelog:
https://github.com/tpm2-software/tpm2-tss/releases/tag/3.2.3
Includes Security fix:
CVE-2024-29040
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.3.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.2.bb b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.3.bb index 4d2c911..8bfc7db 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.2.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.3.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN | |||
10 | file://fixup_hosttools.patch \ | 10 | file://fixup_hosttools.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "ba9e52117f254f357ff502e7d60fce652b3bfb26327d236bbf5ab634235e40f1" | 13 | SRC_URI[sha256sum] = "6279a9a1983ea6ffe41925067b7f0de3a6ed95020a30e7c97d80fa2754259534" |
14 | 14 | ||
15 | inherit autotools pkgconfig systemd useradd | 15 | inherit autotools pkgconfig systemd useradd |
16 | 16 | ||