diff mbox series

[16/23] p11-kit: upgrade 0.26.1 -> 0.26.2

Message ID 20260303100929.1624-16-wangmy@fujitsu.com
State Under Review
Headers show
Series [01/23] ccache: upgrade 4.12.2 -> 4.12.3 | expand

Commit Message

Mingyu Wang (Fujitsu) March 3, 2026, 10:09 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 rpc: fix NULL dereference via C_DeriveKey with specific NULL parameters (CVE-2026-2100)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../p11-kit/{p11-kit_0.26.1.bb => p11-kit_0.26.2.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/p11-kit/{p11-kit_0.26.1.bb => p11-kit_0.26.2.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.26.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
similarity index 97%
rename from meta/recipes-support/p11-kit/p11-kit_0.26.1.bb
rename to meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
index 44ad776d59..fa41b45feb 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.26.1.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
@@ -12,7 +12,7 @@  DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''
 
 SRC_URI = "gitsm://github.com/p11-glue/p11-kit;branch=master;protocol=https;tag=${PV} \
            "
-SRCREV = "49ccc27a1e433d6128d40a43c7ecc4624b0dbfde"
+SRCREV = "8e6e4e6d64d9fe91c62b0052c105b2b72d4c24ef"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"