]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
p11-kit: upgrade 0.26.4 -> 0.26.5
authorJaipaul Cheernam <jaipaul.cheernam@est.tech>
Fri, 7 Aug 2026 11:38:49 +0000 (13:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Aug 2026 16:35:34 +0000 (17:35 +0100)
ChangeLog: https://github.com/p11-glue/p11-kit/releases/tag/0.26.5

0.26.5 (stable)
* rpc: guard against overflow when decoding nested attributes (CVE-2026-18938) [PR#777]

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/p11-kit/p11-kit_0.26.5.bb [moved from meta/recipes-support/p11-kit/p11-kit_0.26.4.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-support/p11-kit/p11-kit_0.26.4.bb
rename to meta/recipes-support/p11-kit/p11-kit_0.26.5.bb
index 4828d6f942afb24867ffbf61bbd5e1dd2eba23dc..722f2d876e68854db997c3553f55f177457d896c 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS = "libffi"
 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 = "a14788849d1ef44422d679534a13821eab5bb5f4"
+SRCREV = "120050e353e8f43d7c40bbcc047f667f903f4de5"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} trust"
 PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd"