From patchwork Thu Jun 11 16:32:05 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: 89854 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 5BCAECD98DC for ; Thu, 11 Jun 2026 16:32:07 +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.50407.1781195495833571318 for ; Thu, 11 Jun 2026 09:32:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BPd0tlQL; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=I8t46mVj; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019eb786cbdb-805704ed-eb84-4db4-b242-1724c34c7038-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=1781195525; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WsHoC/vHMwbWqc0F1Ka7FLvwLf0dF+TCxGNev8lMvc8=; b=BPd0tlQL6Lsf/7nUIhV4Q3Ekyu6nS60Ifasz9jytp7c9jXmmUdM5gkJxAo9PQgJQ C5WlAoL5LFdIzwvMScnze+oFckuYUq0r3+DxJE7Qoni8wRqEeHUEcwVyj+Gx+5VgVGQ Ch0EtF4LfQVXsvGTCXe7NZ8Rr9t7/dRYtrkjVH2Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781195525; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WsHoC/vHMwbWqc0F1Ka7FLvwLf0dF+TCxGNev8lMvc8=; b=I8t46mVjFgdh220e0y4zFJcTFNluJUsrkrQIHHR3cfYciuSJ5GMkooSMR5rqATB0 YpWX8d5QirNEXiOQU3BumHxnpVjCqImqiG7YlenU9sGuKEszRJ2cjqTIMBUCXkArcLJ 9NqxJBxgEQgEXmLl9EqrhCb5BdSjNyplcajkZELM= 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: <0101019eb786cbdb-805704ed-eb84-4db4-b242-1724c34c7038-000000@us-west-2.amazonses.com> Date: Thu, 11 Jun 2026 16:32:05 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.11-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 ; Thu, 11 Jun 2026 16:32:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238579 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 79016fa6275cca63a385ef88a85bd1a66d6e2fcd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 11 Jun 2026 15:51:13 +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..94612ec0a9 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 a915d694b97f3226f6776ce405e8562b568070bf 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