From b9f4cae7d86dbd6dbd060fe977f1a805ff70c8ac Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Nov 2025 15:54:58 +0800 Subject: [PATCH] fsverity-utils: upgrade 1.6 -> 1.7 Changelog: * Allowed fsverity-utils to build when PKCS#11 support is not available in OpenSSL. In that case, 'fsverity sign' just won't support that feature. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{fsverity-utils_1.6.bb => fsverity-utils_1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-crypto/fsverity-utils/{fsverity-utils_1.6.bb => fsverity-utils_1.7.bb} (95%) diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.7.bb similarity index 95% rename from meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb rename to meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.7.bb index 840c04e52e..2f82518e11 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.7.bb @@ -9,7 +9,7 @@ SECTION = "console" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" -SRCREV = "2543e6e5037c0b1b448282c2793f8a6ce8b12d71" +SRCREV = "96d12bd0d34a034d6e0b85512422f0d6df3c7c4a" SRC_URI = "git://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git;branch=master"