From patchwork Fri May 15 13:20:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 88195 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 EA4C8CD4F50 for ; Fri, 15 May 2026 13:20:48 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.34749.1778851223006143454 for ; Fri, 15 May 2026 06:20:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=GT6X+9A9; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=1E0AlqXJ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019e2bcbe733-449bd55c-0495-46a7-9cce-08848a6c1efb-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=1778851244; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qp0rbsf5+7n3s82PWb8dP2U/dJuFTxYWwLHhvsx0qKo=; b=GT6X+9A9IVykmkRCXj46OHHqf4hg7eScaOgEDxMx324sL09610yG8UQUPxhJD0fU ZDdHqj7oOSaRVJSQSNEgFBfE9bdNDyxyqlIoXXcjt99PzPB6qm2f8jKug5SqnKezsLE QRWWwRSDTUAquCOAJay6iU/JkXK1UUr5XouFxE2U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1778851244; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qp0rbsf5+7n3s82PWb8dP2U/dJuFTxYWwLHhvsx0qKo=; b=1E0AlqXJ+6jM37qe9hue0dknZ7AqFKbV7+cfJH+ZXbcI7JeoWRB0VE0VOkjXM5In WPiD6wAXVspStO/XtEoCkX7FLsGzES5NnlLHBGUSvxuFqG4rhdNV/7PS8IrEurj3KKW zYl1algvxgxIbx4T4QKB8v8GGEzhCh9USICCG3Ro= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libksba: upgrading to 1.8.0 SUCCEEDED Message-ID: <0101019e2bcbe733-449bd55c-0495-46a7-9cce-08848a6c1efb-000000@us-west-2.amazonses.com> Date: Fri, 15 May 2026 13:20:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.15-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 15 May 2026 13:20:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237170 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libksba* to *1.8.0* has Succeeded. Next steps: - apply the patch: git am 0001-libksba-upgrade-1.6.8-1.8.0.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 7ecb1eb04ac3f312b927bf02354722c7050645a5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 12:53:51 +0000 Subject: [PATCH] libksba: upgrade 1.6.8 -> 1.8.0 --- .../libksba/libksba/ksba-add-pkgconfig-support.patch | 2 +- .../libksba/{libksba_1.6.8.bb => libksba_1.8.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libksba/{libksba_1.6.8.bb => libksba_1.8.0.bb} (95%) diff --git a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch index ef9066cd1f..5ed1d092c6 100644 --- a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch +++ b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch @@ -1,4 +1,4 @@ -From 929f7670a6c1e9450f239ee374bb34ac13c13592 Mon Sep 17 00:00:00 2001 +From 3b6a5911f4369b70bf0865d253eade56d30475c8 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 3 Dec 2012 18:17:31 +0800 Subject: [PATCH] libksba: add pkgconfig support diff --git a/meta/recipes-support/libksba/libksba_1.6.8.bb b/meta/recipes-support/libksba/libksba_1.8.0.bb similarity index 95% rename from meta/recipes-support/libksba/libksba_1.6.8.bb rename to meta/recipes-support/libksba/libksba_1.8.0.bb index 205704917e..938bda67f5 100644 --- a/meta/recipes-support/libksba/libksba_1.6.8.bb +++ b/meta/recipes-support/libksba/libksba_1.8.0.bb @@ -28,7 +28,7 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "0f4510f1c7a679c3545990a31479f391ad45d84e039176309d42f80cf41743f5" +SRC_URI[sha256sum] = "296b9db9095749f2aa104202d7ab7fd09ad10710e00780a709c9754b1a1d9292" do_configure:prepend () { # Else these could be used in preference to those in aclocal-copy