From patchwork Tue Apr 16 06:14:12 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: 42436 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 D57CBC32795 for ; Tue, 16 Apr 2024 06:14:13 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.13470.1713248052687708924 for ; Mon, 15 Apr 2024 23:14:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=H/G66659; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=zHCgmZsc; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018ee58aa3af-1c3fb701-42e2-44a4-847d-375c64a67f47-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=1713248052; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=i6buFZjCXPmxIrHv7rewZU/9oy/O9hyFBar3RcH+uzk=; b=H/G66659Q8tMphB399p40dB/EsfdNhzuzGIQPvGD8i1sEkXF73IcLrbcL7gQUmZ0 KcWMV0MGPAv7cnrNYeEm+XMPV0G6XhbNm9GPCFd9T1d4fEaYvPX95wuDE08Xq858/Rh IZ/z8h0fsU1vYsnKN7KYlPZ/fOYL/7tSpmQA6lJI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248052; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=i6buFZjCXPmxIrHv7rewZU/9oy/O9hyFBar3RcH+uzk=; b=zHCgmZscUcMk1k8i4Rnx9NFw8NjlxIk5kSV9sTvng/Q1OdZigLsdxyZPq4EgazFk +3nEfMdW1dY8fZyTbzbYHE0sQ5tThaEEHaAhXgg5vNWcorvUjEVVJrhnWGztTDjPR0G vYzhicpJOB8j1hDXpctYAdCElDoHiHgzf+GVxdAw= 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: <0101018ee58aa3af-1c3fb701-42e2-44a4-847d-375c64a67f47-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:14:12 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.29 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 ; Tue, 16 Apr 2024 06:14:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198420 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 8b7e19ccd4ed6327f6b0880097f154a1af14479f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Apr 2024 05:24:22 +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..287a415cd6 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 27b8cc86b5f06fd0ff568d68733a984c6c52bcee 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"