summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-08 21:23:13 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-08 19:54:42 -0800
commit557ab125911811b59e96ecd82ec47307367fc017 (patch)
treef75cdb26f4d25b691e3a2aed3cc040556f717efa
parentec5631c9bda03f8641731442a8a85e7a2cb6aeaf (diff)
downloadmeta-openembedded-557ab125911811b59e96ecd82ec47307367fc017.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-gnome/libjcat/libjcat_0.2.0.bb (renamed from meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb b/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 = "\
11 git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ 11 git://github.com/hughsie/libjcat.git;branch=main;protocol=https \
12 file://run-ptest \ 12 file://run-ptest \
13" 13"
14SRCREV = "d9cf9ebc4237252a82f88d9e99bea0c4b398c08a" 14SRCREV = "60bb85d53d5da74903ab1e227fbecfa3a3be1b05"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package 17inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package