diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-08 21:23:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-08 19:54:42 -0800 |
| commit | 557ab125911811b59e96ecd82ec47307367fc017 (patch) | |
| tree | f75cdb26f4d25b691e3a2aed3cc040556f717efa /meta-oe/recipes-gnome | |
| parent | ec5631c9bda03f8641731442a8a85e7a2cb6aeaf (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-oe/recipes-gnome')
| -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 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 = "\ | |||
| 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 | " |
| 14 | SRCREV = "d9cf9ebc4237252a82f88d9e99bea0c4b398c08a" | 14 | SRCREV = "60bb85d53d5da74903ab1e227fbecfa3a3be1b05" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package | 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package |
