From patchwork Sat Jul 15 21:27:36 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: 27427 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 22514C001E0 for ; Sat, 15 Jul 2023 21:27:38 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.6024.1689456454432587324 for ; Sat, 15 Jul 2023 14:27:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Y5lr5Edw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101895b73b397-69e763da-d301-4818-9292-117f462ae92a-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=1689456456; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=5IksJiahQGnf9e4+X39qbL9hEk/Mw3JOnqu4x8zPdos=; b=Y5lr5EdwCmFdMPGWmSbaLElXUixHToPcngsyyeC78CqnvGYKXBfC4V/e3bFenUEj mNXStfW87WjZzz7/znDg9fCAueCzbA7jBqam4uhstAibVxDqy4iDg6sfAbgExWp+/fE rPS90RIkJxbPCII49BdBBVHW5yjBCJdCl7rQZPRI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1689456456; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=5IksJiahQGnf9e4+X39qbL9hEk/Mw3JOnqu4x8zPdos=; b=rjEYCVfHOmlw62z4Msnkc691SgEuydWCttT549C8o+o7fWUrnqy+4wL/+YFmfXJD 5MaEVJ766/CsN3DvekLMpwLAhJD8N/7XaAagxRWN1AKqyWG4kXdLxk8uuPF5DF0APvM N7qsaEanhlvhRD45wKkM/9EOdRxLem62oKKMO/V0= 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: <010101895b73b397-69e763da-d301-4818-9292-117f462ae92a-000000@us-west-2.amazonses.com> Date: Sat, 15 Jul 2023 21:27:36 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.07.15-54.240.27.45 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, 15 Jul 2023 21:27:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/184407 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 b84b5bb7ba8190fef17fe2a818731bf4f6d4f6b6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jul 2023 21:18:28 +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 ??= ""