From bf0ea3fc286a432e6eb6c1e538d4db4a7455d7f4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 5 Feb 2026 13:14:13 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/spice/libcacard_2.8.1.bb | 16 ---------------- meta-networking/recipes-support/spice/libcacard_2.8.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-networking/recipes-support/spice/libcacard_2.8.1.bb create mode 100644 meta-networking/recipes-support/spice/libcacard_2.8.2.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb b/meta-networking/recipes-support/spice/libcacard_2.8.1.bb deleted file mode 100644 index 1a2d9dc9c4..0000000000 --- a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "This library provides emulation of smart cards to a virtual card reader running in a guest virtual machine." -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=79ffa0ec772fa86740948cb7327a0cc7" - -DEPENDS = "glib-2.0 pcsc-lite nss" - -SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42" - -SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master" - - -inherit meson pkgconfig - -do_configure:prepend() { - echo ${PV} > ${S}/.tarball-version -} diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.2.bb b/meta-networking/recipes-support/spice/libcacard_2.8.2.bb new file mode 100644 index 0000000000..f956f06814 --- /dev/null +++ b/meta-networking/recipes-support/spice/libcacard_2.8.2.bb @@ -0,0 +1,16 @@ +SUMMARY = "This library provides emulation of smart cards to a virtual card reader running in a guest virtual machine." +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=79ffa0ec772fa86740948cb7327a0cc7" + +DEPENDS = "glib-2.0 pcsc-lite nss" + +SRCREV = "df2d3c05a250741632184c2cc66df247039a70d7" + +SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master;tag=v${PV}" + + +inherit meson pkgconfig + +do_configure:prepend() { + echo ${PV} > ${S}/.tarball-version +} -- cgit v1.2.3-54-g00ecf