From patchwork Mon Jul 15 19:19:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 46421 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 5FB88C3DA4B for ; Mon, 15 Jul 2024 19:19:13 +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.1359.1721071146239194684 for ; Mon, 15 Jul 2024 12:19:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=jwlPBqPX; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=AyHK72Wr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010190b7d59f56-3e29094b-0a1e-43c8-9266-50fe35f2a7ee-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1721071149; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=Igh8Lf04tl6paFLkBoDMfxg6XM86WgsOTmAbLdjEBGo=; b=jwlPBqPXy4pBnmOxxmUElaAOkWMZ8m3l3VWhj8kVQTEZhibwlCmP1wzUBrkwdASh 6L10ncca1uH5NFvW+WDXmkeNQdc1YGMiH3iF6WVHE4MR17gGUxJ1GomPZoQ7Ydt5OKH YkuzSR+IPybe3xXWn+6e1KF3clayKDLdBYgclKcI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1721071149; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=Igh8Lf04tl6paFLkBoDMfxg6XM86WgsOTmAbLdjEBGo=; b=AyHK72Wruo17poN1VBbrIaBz0LQrycCcgErAgsQ3nMF+Q5KOs2NplvBcZQ/64HMv PLRcV3O11wAGOmcKRAfQPPXG3NUz8dk1etuDVBmY2dqA2GmYH9kRFBnd3gZpKJ4r7cC l/ORgAPXbv98rB2KfBt0mHK6u+CUxDi8W0M4EOOE= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] pinentry: upgrading to 1.3.1 SUCCEEDED Message-ID: <01010190b7d59f56-3e29094b-0a1e-43c8-9266-50fe35f2a7ee-000000@us-west-2.amazonses.com> Date: Mon, 15 Jul 2024 19:19:08 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.15-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 ; Mon, 15 Jul 2024 19:19:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202060 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *pinentry* to *1.3.1* has Succeeded. Next steps: - apply the patch: git am 0001-pinentry-upgrade-1.3.0-1.3.1.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 ef385f13a32a32ad549fd9b7b29448b41ed4c3a2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jul 2024 19:03:57 +0000 Subject: [PATCH] pinentry: upgrade 1.3.0 -> 1.3.1 --- .../gpg-error_pkconf.patch | 2 +- .../libassuan_pkgconf.patch | 6 +++--- .../pinentry/{pinentry_1.3.0.bb => pinentry_1.3.1.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-support/pinentry/{pinentry-1.3.0 => pinentry-1.3.1}/gpg-error_pkconf.patch (99%) rename meta/recipes-support/pinentry/{pinentry-1.3.0 => pinentry-1.3.1}/libassuan_pkgconf.patch (97%) rename meta/recipes-support/pinentry/{pinentry_1.3.0.bb => pinentry_1.3.1.bb} (93%) diff --git a/meta/recipes-support/pinentry/pinentry-1.3.0/gpg-error_pkconf.patch b/meta/recipes-support/pinentry/pinentry-1.3.1/gpg-error_pkconf.patch similarity index 99% rename from meta/recipes-support/pinentry/pinentry-1.3.0/gpg-error_pkconf.patch rename to meta/recipes-support/pinentry/pinentry-1.3.1/gpg-error_pkconf.patch index 863ba9e34b..c22101d77c 100644 --- a/meta/recipes-support/pinentry/pinentry-1.3.0/gpg-error_pkconf.patch +++ b/meta/recipes-support/pinentry/pinentry-1.3.1/gpg-error_pkconf.patch @@ -1,4 +1,4 @@ -From ccc3c6a8d469bbfa6717b970cfe70816c1fd545e Mon Sep 17 00:00:00 2001 +From 7e830146d823ada77ae0df30c210366e2228c291 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 2 Sep 2005 11:50:01 +0000 Subject: [PATCH] Add gtk+, avahi, dbus-0.34 (.36 coming soon) and diff --git a/meta/recipes-support/pinentry/pinentry-1.3.0/libassuan_pkgconf.patch b/meta/recipes-support/pinentry/pinentry-1.3.1/libassuan_pkgconf.patch similarity index 97% rename from meta/recipes-support/pinentry/pinentry-1.3.0/libassuan_pkgconf.patch rename to meta/recipes-support/pinentry/pinentry-1.3.1/libassuan_pkgconf.patch index bee9acd081..c491cdd30d 100644 --- a/meta/recipes-support/pinentry/pinentry-1.3.0/libassuan_pkgconf.patch +++ b/meta/recipes-support/pinentry/pinentry-1.3.1/libassuan_pkgconf.patch @@ -1,4 +1,4 @@ -From fb6179fabb5e793a83cbb0d0d45814d99b97807a Mon Sep 17 00:00:00 2001 +From f188518712071b49e29d7ed692b81340dbbb6c89 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 22 May 2014 10:50:00 +0100 Subject: [PATCH] libassuan: Improve pkgconfig support @@ -15,10 +15,10 @@ Signed-off-by: Armin Kuster 2 files changed, 9 insertions(+), 89 deletions(-) diff --git a/configure.ac b/configure.ac -index f04c00d..8e6da5c 100644 +index 4944f7c..f03cbb7 100644 --- a/configure.ac +++ b/configure.ac -@@ -263,8 +263,8 @@ if test "$have_libassuan" = "yes"; then +@@ -264,8 +264,8 @@ if test "$have_libassuan" = "yes"; then [version of the libassuan library]) fi diff --git a/meta/recipes-support/pinentry/pinentry_1.3.0.bb b/meta/recipes-support/pinentry/pinentry_1.3.1.bb similarity index 93% rename from meta/recipes-support/pinentry/pinentry_1.3.0.bb rename to meta/recipes-support/pinentry/pinentry_1.3.1.bb index 6ce873871b..14b368177c 100644 --- a/meta/recipes-support/pinentry/pinentry_1.3.0.bb +++ b/meta/recipes-support/pinentry/pinentry_1.3.1.bb @@ -16,7 +16,7 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ file://gpg-error_pkconf.patch \ " -SRC_URI[sha256sum] = "9b3cd5226e7597f2fded399a3bc659923351536559e9db0826981bca316494de" +SRC_URI[sha256sum] = "bc72ee27c7239007ab1896c3c2fae53b076e2c9bd2483dc2769a16902bce8c04" inherit autotools pkgconfig