From patchwork Fri Mar 15 17:00:15 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: 41067 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 6981AC54F44 for ; Fri, 15 Mar 2024 17:00:17 +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.1258.1710522016486760510 for ; Fri, 15 Mar 2024 10:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Um5ujSp7; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=xuBu0bNs; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018e430ea0e0-51abf5e0-3936-40c7-bdd3-9380211daab1-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=1710522016; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=m4E2N/ljfe1dL6aZe8ExvRj5lRS96LrEqELfwuZ60MY=; b=Um5ujSp7IP8rcZwZRjMcMK9PXprCtJPmDVUPRjmO0/pqnYz01nQHenKXAVHuapDX vwzJiPyKEpNqBU568kCbYMrVJvlJ1uG6D8tkcLrB/5tqMxyNCnO9Zle1U/GNZhw1XTe uA1GJl70cNVwQagDZzxAs3/AoEw4I/hQs+slQrJM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522016; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=m4E2N/ljfe1dL6aZe8ExvRj5lRS96LrEqELfwuZ60MY=; b=xuBu0bNsis5WU3uLZuwQQehY2Yy+UyGXZghv78v6qldDm08H2+M6Hd15h/SbiwN0 BfYJ2vSNN+F+3Abm06RhuWK6oyx8uNK7qSbQXu87RAISF7p0LxI+9aKw0tfTPpx+w0I 9cQt7iA7NPzzjt+RCXwasOkGQHJ3/KOTyN1W0/dc= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libassuan: upgrading to 2.5.7 SUCCEEDED Message-ID: <0101018e430ea0e0-51abf5e0-3936-40c7-bdd3-9380211daab1-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.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 ; Fri, 15 Mar 2024 17:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197240 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libassuan* to *2.5.7* has Succeeded. Next steps: - apply the patch: git am 0001-libassuan-upgrade-2.5.6-2.5.7.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 477a2c2edf4fdb9cc211b68e2552daf85a9f6582 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 15:39:01 +0000 Subject: [PATCH] libassuan: upgrade 2.5.6 -> 2.5.7 --- .../libassuan/libassuan-add-pkgconfig-support.patch | 8 +++++--- .../libassuan/{libassuan_2.5.6.bb => libassuan_2.5.7.bb} | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) rename meta/recipes-support/libassuan/{libassuan_2.5.6.bb => libassuan_2.5.7.bb} (93%) diff --git a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch index fe811254d3..a0fc6cf757 100644 --- a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch +++ b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch @@ -1,3 +1,8 @@ +From d91b46ba2ed6677921c7902abe22fa7af11e308d Mon Sep 17 00:00:00 2001 +From: Chen Qi +Date: Thu, 22 May 2014 10:50:00 +0100 +Subject: [PATCH] libassuan: Improve pkgconfig support + Add pkgconfig support to libassuan. This patch is rejected by upstream for the reason below: They think pkgconfig adds no portability and maintaining them is not worthwhile. @@ -130,6 +135,3 @@ index df50484..380a48a 100644 ifelse([$3], , :, [$3]) fi AC_SUBST(LIBASSUAN_CFLAGS) --- -2.25.1 - diff --git a/meta/recipes-support/libassuan/libassuan_2.5.6.bb b/meta/recipes-support/libassuan/libassuan_2.5.7.bb similarity index 93% rename from meta/recipes-support/libassuan/libassuan_2.5.6.bb rename to meta/recipes-support/libassuan/libassuan_2.5.7.bb index 7e899e7399..d1e622635f 100644 --- a/meta/recipes-support/libassuan/libassuan_2.5.6.bb +++ b/meta/recipes-support/libassuan/libassuan_2.5.7.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \ file://libassuan-add-pkgconfig-support.patch \ " -SRC_URI[sha256sum] = "e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426" +SRC_URI[sha256sum] = "0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76" BINCONFIG = "${bindir}/libassuan-config"