From patchwork Mon Nov 18 21:18:11 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: 52712 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 467A3D60CF0 for ; Mon, 18 Nov 2024 21:18:15 +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.web11.4679.1731964633083259581 for ; Mon, 18 Nov 2024 13:18:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=gBrT77fh; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=GjVXOexM; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101934123e4d5-371647cc-65c6-44fb-a130-1c122cae0271-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=1731964691; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=GSJRlVZaTqp3eW6m+u21F3CqF3J8eIG3YEO3aKhEaNU=; b=gBrT77fh8qdHMtTd6VOLPQTl5SfGi6YWnhzF4uSiiBgS+63dUZALd+QpiszMQW9B 7tno7PMYI46bIXQFG453i88t+CY/QLI7nCJJlj4VpFYsCoQnK0zAAGTEEuc1F75vEjo 4bu3ba2RpnC2lkDP4mmqr95C7odRx8ywrkZrkvOI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964691; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=GSJRlVZaTqp3eW6m+u21F3CqF3J8eIG3YEO3aKhEaNU=; b=GjVXOexMG02Ur+JvOudGNkkjTk1Ch6kVcbSxXR+w0Y9jY/9ZkCBFyZ9i7MvHZsKU jTEKNXxAkXtL5KaKaBdxPRCdjQM0UGflaQVPSr+PzjxY/YcyJoWf78fSs2/n7IGI9Ml 4N6Fmu8gtX7H6vMvU09yp+V4Co2cNTQTK16HHjds= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libgpg-error: upgrading to 1.51 SUCCEEDED Message-ID: <010101934123e4d5-371647cc-65c6-44fb-a130-1c122cae0271-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:18:11 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-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, 18 Nov 2024 21:18:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207365 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libgpg-error* to *1.51* has Succeeded. Next steps: - apply the patch: git am 0001-libgpg-error-upgrade-1.50-1.51.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 438ced3dcaa53cb691ca67596626239e8013a503 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 18 Nov 2024 16:09:12 +0000 Subject: [PATCH] libgpg-error: upgrade 1.50 -> 1.51 --- .../0001-Do-not-fail-when-testing-config-scripts.patch | 2 +- .../libgpg-error/libgpg-error/pkgconfig.patch | 7 ++----- .../{libgpg-error_1.50.bb => libgpg-error_1.51.bb} | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.50.bb => libgpg-error_1.51.bb} (95%) diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch index d72838bb05..0910d6cc63 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch @@ -1,4 +1,4 @@ -From 75622f8b21459eb556b36edc3537fdaded7f04bf Mon Sep 17 00:00:00 2001 +From 581919f3af914c6b62e51b345d5d15e709f20e77 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 28 Feb 2020 09:19:56 +0000 Subject: [PATCH] Do not fail when testing config scripts diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index 794a3993e7..dbf728b2de 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch @@ -1,7 +1,7 @@ -From ba5ec5615d76dfa4afb429a4e11f3e7e3bc9de76 Mon Sep 17 00:00:00 2001 +From 3529df77cd20253ce2a9c1962d7a72058a04fd98 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 21 Aug 2024 20:03:29 -0700 -Subject: [PATCH 1/2] support pkgconfig +Subject: [PATCH] support pkgconfig Upstream-Status: Inappropriate [gnupg upstream will not take this, it has been tried with other components] @@ -241,6 +241,3 @@ index 2d24071..c561725 100644 - AC_SUBST(GPG_ERROR_MT_LIBS) ]) + --- -2.25.1 - diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.50.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.50.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.51.bb index 02cdf7707d..741969beb0 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.50.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a" +SRC_URI[sha256sum] = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" BINCONFIG = "${bindir}/gpg-error-config"