summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-09 23:31:52 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-09 17:14:07 +0530
commite771677d737e698b5b6cf2cedc3bdf7c0a2a754d (patch)
treeddeb4c8cc0582244d048bb54a4a34f0d71a1b568
parentbcc33ac73bd26283b0347e59af2284e9ec114005 (diff)
downloadmeta-openembedded-e771677d737e698b5b6cf2cedc3bdf7c0a2a754d.tar.gz
libcacard: upgrade 2.8.1 -> 2.8.2
Changelog: ========== - Sort certificates by underlying objects CKA_ID to provide deterministic object order - Avoid using uninitialized memory - Improve test coverage and build scripts - Improve compatibility with modern compilers (avoid strict warnings) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bf0ea3fc286a432e6eb6c1e538d4db4a7455d7f4) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
-rw-r--r--meta-networking/recipes-support/spice/libcacard_2.8.2.bb (renamed from meta-networking/recipes-support/spice/libcacard_2.8.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb b/meta-networking/recipes-support/spice/libcacard_2.8.2.bb
index 1a2d9dc9c4..f956f06814 100644
--- a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb
+++ b/meta-networking/recipes-support/spice/libcacard_2.8.2.bb
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=79ffa0ec772fa86740948cb7327a0cc7"
4 4
5DEPENDS = "glib-2.0 pcsc-lite nss" 5DEPENDS = "glib-2.0 pcsc-lite nss"
6 6
7SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42" 7SRCREV = "df2d3c05a250741632184c2cc66df247039a70d7"
8 8
9SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master" 9SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master;tag=v${PV}"
10 10
11 11
12inherit meson pkgconfig 12inherit meson pkgconfig