From: Wang Mingyu Date: Tue, 3 Mar 2026 10:09:21 +0000 (+0800) Subject: p11-kit: upgrade 0.26.1 -> 0.26.2 X-Git-Tag: uninative-5.1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736e79c65e40c0947804b4cd3e5d646566a856fe;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git p11-kit: upgrade 0.26.1 -> 0.26.2 Changelog: rpc: fix NULL dereference via C_DeriveKey with specific NULL parameters (CVE-2026-2100) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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"