diff mbox series

[meta-networking,whinlatter,7/8] libcacard: upgrade 2.8.1 -> 2.8.2

Message ID 20260309103153.536284-7-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-networking,whinlatter,1/8] frr: upgrade 10.4.2 -> 10.4.3 | expand

Commit Message

Ankur Tyagi March 9, 2026, 10:31 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../spice/{libcacard_2.8.1.bb => libcacard_2.8.2.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/spice/{libcacard_2.8.1.bb => libcacard_2.8.2.bb} (82%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/spice/libcacard_2.8.1.bb b/meta-networking/recipes-support/spice/libcacard_2.8.2.bb
similarity index 82%
rename from meta-networking/recipes-support/spice/libcacard_2.8.1.bb
rename to 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"
 
 DEPENDS = "glib-2.0 pcsc-lite nss"
 
-SRCREV = "7b07684ea6698d4885ff2062350ad8798a04de42"
+SRCREV = "df2d3c05a250741632184c2cc66df247039a70d7"
 
-SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master"
+SRC_URI = "git://gitlab.freedesktop.org/spice/libcacard.git;protocol=https;branch=master;tag=v${PV}"
 
 
 inherit meson pkgconfig