diff mbox series

[AUH] p11-kit: upgrading to 0.26.2 SUCCEEDED

Message ID 0101019c720f0d63-15862410-e834-4522-9f92-27b1b7061aee-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] p11-kit: upgrading to 0.26.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 18, 2026, 6:41 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *p11-kit* to *0.26.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-p11-kit-upgrade-0.26.1-0.26.2.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 7989a9c0715e3d49a9e19644f2c85d498a44c137 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 18 Feb 2026 18:35:41 +0000
Subject: [PATCH] p11-kit: upgrade 0.26.1 -> 0.26.2

---
 .../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"