diff mbox series

[AUH] p11-kit: upgrading to 0.25.3 SUCCEEDED

Message ID 0101018c6dd732a2-fd810bd4-4b84-4529-819a-39f3373ab5bf-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] p11-kit: upgrading to 0.25.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Dec. 15, 2023, 2:17 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-p11-kit-upgrade-0.25.2-0.25.3.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 85208aab1abec840c8b70be5945805a05f87f14d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Dec 2023 13:59:24 +0000
Subject: [PATCH] p11-kit: upgrade 0.25.2 -> 0.25.3

---
 .../p11-kit/{p11-kit_0.25.2.bb => p11-kit_0.25.3.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/p11-kit/{p11-kit_0.25.2.bb => p11-kit_0.25.3.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.25.2.bb b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb
similarity index 96%
rename from meta/recipes-support/p11-kit/p11-kit_0.25.2.bb
rename to meta/recipes-support/p11-kit/p11-kit_0.25.3.bb
index d00ef2daf5..9e959425f7 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.25.2.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb
@@ -11,7 +11,7 @@  DEPENDS = "libtasn1 libtasn1-native 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"
-SRCREV = "66d6b42ef8dd84fcd8e199ac9f23f822f1a058c9"
+SRCREV = "917e02a3211dabbdea4b079cb598581dce84fda1"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= ""