To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] libksba: upgrading to 1.8.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260515050057/all/libksba/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260515050057/all/libksba/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260515050057/all/libksba/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260515050057/all/libksba/0001-libksba-upgrade-1.6.8-1.8.0.patch 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 -- 2.47.1