From patchwork Sat Jul 1 16:02:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 26758 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D389C00528 for ; Sat, 1 Jul 2023 16:02:06 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.10497.1688227322901975789 for ; Sat, 01 Jul 2023 09:02:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Bk7nsPwZ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101891230a09e-8967d1d0-247d-4147-9964-6dd5324687ae-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1688227324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=oLu8UNvPj95btPw6an/Faq5XqJHUOB4H2XUG8FlsdsM=; b=Bk7nsPwZY3HZLsE5Mp6gkSnttVLCsCv32jX303KPBL8zro9VoS72Yxx+TiYivfoU +LIncQ3Tbw6sV0wYGdJByfuH+QsC/ohWQ38qoXbplVhvsvRH5JN4lGxXjDuKEwqMVUx 7ly41feVvaBjDmfPHvEitywW8IMDiIhkuvmTlAK8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1688227324; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=oLu8UNvPj95btPw6an/Faq5XqJHUOB4H2XUG8FlsdsM=; b=ms045/Kw9tQ2Iz7kQ2GGb7uN1zcOEGDOM9pYpu5YSAQHMFepppCCuYTYDON25hmY ieshClS6fWu1NMjylal0WNUNgQUuHm/HtJ1Fdu51LveuG1QTUt1VRBZzVwbwWyWRQdN AYM1f73EmABhrJL6i0Ijby6Z88/BWD+S9CZP7JCM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] p11-kit: upgrading to 0.25.0 SUCCEEDED Message-ID: <010101891230a09e-8967d1d0-247d-4147-9964-6dd5324687ae-000000@us-west-2.amazonses.com> Date: Sat, 1 Jul 2023 16:02:04 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.01-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 01 Jul 2023 16:02:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/183762 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *p11-kit* to *0.25.0* has Succeeded. Next steps: - apply the patch: git am 0001-p11-kit-upgrade-0.24.1-0.25.0.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 c1cf4fc17eb1af6b52dac2dd4f729a33aaeba0f9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Jul 2023 15:22:05 +0000 Subject: [PATCH] p11-kit: upgrade 0.24.1 -> 0.25.0 --- .../p11-kit/{p11-kit_0.24.1.bb => p11-kit_0.25.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/p11-kit/{p11-kit_0.24.1.bb => p11-kit_0.25.0.bb} (96%) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.25.0.bb similarity index 96% rename from meta/recipes-support/p11-kit/p11-kit_0.24.1.bb rename to meta/recipes-support/p11-kit/p11-kit_0.25.0.bb index 72b446204a..ad207d0c9f 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.25.0.bb @@ -11,7 +11,7 @@ DEPENDS = "libtasn1 libtasn1-native libffi" DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" SRC_URI = "git://github.com/p11-glue/p11-kit;branch=master;protocol=https" -SRCREV = "dd0590d4e583f107e3e9fafe9ed754149da335d0" +SRCREV = "a8cce8bd8065bbf80bd47219f85f0cd9cf27dd0c" S = "${WORKDIR}/git" PACKAGECONFIG ??= ""