diff mbox series

[wrynose,42/56] p11-kit: upgrade 0.26.2 -> 0.26.4

Message ID 2828dc2abe3afa1c11164c4937570c9fa1a23f06.1787945536.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/56] binutils: fix CVE-2026-3441 and CVE-2026-3442 | expand

Commit Message

Yoann Congal Aug. 28, 2026, 7:35 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(From OE-Core rev: 4e58b57cdc5e25d6cb12b658f09fea7c91835430)

Release Notes:
* https://github.com/p11-glue/p11-kit/releases/tag/0.26.4
  * Build fix
  * Update translations
* https://github.com/p11-glue/p11-kit/releases/tag/0.26.3
  * server: fixed stack exhaustion via unbounded recursion in RPC
    attribute parsing by enforcing a recursion depth limit
    (CVE-2026-13757)
  * fixed confusing error message when trying to store an existing cert
    with trust anchor
  * fixed assert when parsing p11-kit files with value (")
  * fixed numerous memory management issues
  * Build and test fixes

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 .../p11-kit/{p11-kit_0.26.2.bb => p11-kit_0.26.4.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/p11-kit/{p11-kit_0.26.2.bb => p11-kit_0.26.4.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb b/meta/recipes-support/p11-kit/p11-kit_0.26.4.bb
similarity index 97%
rename from meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
rename to meta/recipes-support/p11-kit/p11-kit_0.26.4.bb
index 5f553f11bbb..5a42d0dc508 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.26.2.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.26.4.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 = "8e6e4e6d64d9fe91c62b0052c105b2b72d4c24ef"
+SRCREV = "a14788849d1ef44422d679534a13821eab5bb5f4"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"