From patchwork Mon Apr 1 18:11:10 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: 41882 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 9B771CD12AC for ; Mon, 1 Apr 2024 18:11:15 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.44902.1711995070983551044 for ; Mon, 01 Apr 2024 11:11:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Eh8T3ejS; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=SA9PHFng; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018e9adba7c1-2d49349f-c9fb-4c2d-9262-3f84d756366e-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=1711995070; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=4L/+6gdU0pCT1d+h5swmhnYFMf0FBrwpUueoovoOyQE=; b=Eh8T3ejScPKGNOY2Q93fW8dATDRIXolyx7jEds2tNDlpzDIVDVeVmY1MEk9A0Bbc t1D/MLd/+PRkHn78zLcckFq8FmzAMAo0ntoHzaXeTvWt4MCyxfytrHwiSnDgMy/Trjw Oh6e/CugiMivT1J4vs6OPGrTH5CP0y4tEj2nvTV4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711995070; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=4L/+6gdU0pCT1d+h5swmhnYFMf0FBrwpUueoovoOyQE=; b=SA9PHFngRgxKJV3wi+vRXTA3nfrfCyVDX2VgU/Q+rprbU7IThZzJNVq7ncCGmLz+ Qbc8iGaR0Wu3torxOGDoj/Ar/Slv7LKvcPp/LE4SEYDFS+T9QxGRCH2FUZk8zvnTDQz QJoC7F6V9spBgAzifM2K4KyArLU0nqWmFGDfCbDE= 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: <0101018e9adba7c1-2d49349f-c9fb-4c2d-9262-3f84d756366e-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:11:10 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.33 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, 01 Apr 2024 18:11:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197822 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 469ab65aaafe78de1bf7a74bcb2e2b5cf5529627 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 17:30: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..85a3b7df53 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 20fb872cba52e832f59ee5e381b850b8b100a161 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"