From 79b5f135a831ed43ce598868f8479fb864fcaff5 Mon Sep 17 00:00:00 2001 From: Yushi Sun Date: Wed, 17 Jan 2024 16:36:47 -0800 Subject: [PATCH] meta-security: libhoth: SRCREV bump e520f8f...e482716 Nicholas Nooney (1): Update error messages in htool_exec_hostcmd (#43) Royce (1): Add ability to process raw host commands (#41) Yoan Andreev (1): Payload getstatus (#40) daimeng (1): htool: Allow console snapshot on proxy channels (#42) Signed-off-by: Yushi Sun Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm1/hoth/libhoth_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb index 7ba64f5..df1dc04 100644 --- a/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb +++ b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main" -SRCREV = "e520f8fa637589324ec56d34f26a48a8162a250c" +SRCREV = "e4827163741e0804f12ac96c81b8e97649be6795" DEPENDS += "libusb1"