From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 782833b22..83fb234fb 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 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108137): https://lists.openembedded.org/g/openembedded-devel/message/108137 Mute This Topic: https://lists.openembedded.org/mt/103596523/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
