From patchwork Wed May 15 17:32:19 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: 43715 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 96872C3DA52 for ; Wed, 15 May 2024 17:32:28 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.1232.1715794337235437525 for ; Wed, 15 May 2024 10:32:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=h8tuBocN; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=G20NKcDv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018f7d4fe7d1-61501058-06cc-4511-822e-ac94f7abfb23-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=1715794340; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=k5e45dYV5ddM+YRkwXXB+6EhHi00dA8H4LBuTjpup+c=; b=h8tuBocN/LR5+fvCDAPla+5gky4YEcwJQCFTT83tX0GwMESW2h3HZBOFEGAno2Cr BS1596pD5A3Ilpgq68Dq1ITyVjAWuJEu5BKPhaNkmM6kAPGUBEz93ZQdxdW4jQB8vNg V7ya0GC0b667vQPWCmlro1TsDbemR+ovf5Hoc5+c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1715794340; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=k5e45dYV5ddM+YRkwXXB+6EhHi00dA8H4LBuTjpup+c=; b=G20NKcDvEL20mRDChmEuoz5XaZBfKaYjiU3V1aj6zpQ0A1HFr03As8gXzF6YUhcU Jy9EiC3epmB78fc6QiLG6Z3Svd9ODNiOYBixBrz3BVpgQb3jne4QfmNXy9McZ9To1op jmx6K2XgtMjTLYliIAmy0oSDFHOrdM713JdcWVYA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libgpg-error: upgrading to 1.49 SUCCEEDED Message-ID: <0101018f7d4fe7d1-61501058-06cc-4511-822e-ac94f7abfb23-000000@us-west-2.amazonses.com> Date: Wed, 15 May 2024 17:32:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.15-54.240.27.31 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 ; Wed, 15 May 2024 17:32:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/199415 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libgpg-error* to *1.49* has Succeeded. Next steps: - apply the patch: git am 0001-libgpg-error-upgrade-1.48-1.49.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 0104990e65831530c1e20289c4f0a59d10de4e52 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 May 2024 17:09:50 +0000 Subject: [PATCH] libgpg-error: upgrade 1.48 -> 1.49 --- .../0001-Do-not-fail-when-testing-config-scripts.patch | 2 +- meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch | 3 +-- .../{libgpg-error_1.48.bb => libgpg-error_1.49.bb} | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.48.bb => libgpg-error_1.49.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..b93389db89 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 ffdca4f94cd845302574e87a517b89c7ab5d3eba 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 3d886bcaa4..a328f5787e 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch @@ -1,4 +1,4 @@ -From b0df1cb468264a9bb9113524f0e1318c456b2348 Mon Sep 17 00:00:00 2001 +From 11e8cde00cd67f5f13c8671a473ca54aab669665 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 29 Mar 2018 15:12:17 +0800 Subject: [PATCH] support pkgconfig @@ -12,7 +12,6 @@ Signed-off-by: Hongxu Jia Refactored for 1.33 Signed-off-by: Armin Kuster Signed-off-by: Zheng Ruoqin - --- src/gpg-error.m4 | 192 ++--------------------------------------------- 1 file changed, 5 insertions(+), 187 deletions(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.48.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.48.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.49.bb index 9f2b49209d..b7d41ab489 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.48.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "89ce1ae893e122924b858de84dc4f67aae29ffa610ebf668d5aa539045663d6f" +SRC_URI[sha256sum] = "8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9" BINCONFIG = "${bindir}/gpg-error-config"