From 557ab125911811b59e96ecd82ec47307367fc017 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 Jan 2024 21:23:13 +0800 Subject: [PATCH] libjcat: upgrade 0.1.14 -> 0.2.0 Changelog ======== - Add support for verifying firmware transparency checkpoints - Add various bitcounting functions for future use - Allow creating and validating SHA512 checksums - Allow verifying the checksum of a payload - Sprinkle __attribute__((nonnull)) to give a little more compile-time safety Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libjcat/{libjcat_0.1.14.bb => libjcat_0.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/libjcat/{libjcat_0.1.14.bb => libjcat_0.2.0.bb} (94%) diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.0.bb similarity index 94% rename from meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb rename to meta-oe/recipes-gnome/libjcat/libjcat_0.2.0.bb index 782833b228..83fb234fb3 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.0.bb @@ -11,7 +11,7 @@ SRC_URI = "\ git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ file://run-ptest \ " -SRCREV = "d9cf9ebc4237252a82f88d9e99bea0c4b398c08a" +SRCREV = "60bb85d53d5da74903ab1e227fbecfa3a3be1b05" S = "${WORKDIR}/git" inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package