From patchwork Thu Jun 25 05:42:33 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: 90899 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 7CAE4CDE007 for ; Thu, 25 Jun 2026 05:42:42 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5036.1782366154080167329 for ; Wed, 24 Jun 2026 22:42:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=N6RN5Use; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=qi4MVwbz; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019efd4d29ce-7316a410-1ab1-40eb-bf45-2893eb9bfa44-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=1782366153; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=bjAJ3tmkR+Zdvci8sDEsFgHEsF7nGtVf1MtTe2rQgSI=; b=N6RN5Uset72xeB2mQp4qojZAorTAxk0OvsHf0iZOEEYifXXXQOV+2I3UWgHf7D+s edJuw8PnUQoBa45QNioz5PVVwUcCZ5fhzerAgVcF0OSp+TS3G7S7feRCNhu1v6MoJGv ipKVzx7N/Fx2pG67zlQBZ6gDuJnB/CjZc0mNDwME= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782366153; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=bjAJ3tmkR+Zdvci8sDEsFgHEsF7nGtVf1MtTe2rQgSI=; b=qi4MVwbzmr1mNUArPrSmCMSwBQimUjHqQwATZjuYo8rQv3iHyfUve3y2hSJ9P4kc u5Qpjr/pISeeL9/H549J32/9nAlTAg345A5/ZedyyGnUh4dTAepyuPoL/M5W1s1Q5cJ X/Gz+NPcWCNWZtsd+Sz6/umarm2Ex2pBB2iFfTG4= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libpsl: upgrading to 0.22.0 SUCCEEDED Message-ID: <0101019efd4d29ce-7316a410-1ab1-40eb-bf45-2893eb9bfa44-000000@us-west-2.amazonses.com> Date: Thu, 25 Jun 2026 05:42:33 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.25-54.240.27.191 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, 25 Jun 2026 05:42:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239540 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpsl* to *0.22.0* has Succeeded. Next steps: - apply the patch: git am 0001-libpsl-upgrade-0.21.5-0.22.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 085ad9c675ad0c8295c84030f8616d1af81070a2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 25 Jun 2026 05:42:26 +0000 Subject: [PATCH] libpsl: upgrade 0.21.5 -> 0.22.0 --- .../libpsl/{libpsl_0.21.5.bb => libpsl_0.22.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libpsl/{libpsl_0.21.5.bb => libpsl_0.22.0.bb} (92%) diff --git a/meta/recipes-support/libpsl/libpsl_0.21.5.bb b/meta/recipes-support/libpsl/libpsl_0.22.0.bb similarity index 92% rename from meta/recipes-support/libpsl/libpsl_0.21.5.bb rename to meta/recipes-support/libpsl/libpsl_0.22.0.bb index b9341a986e..741038ddc5 100644 --- a/meta/recipes-support/libpsl/libpsl_0.21.5.bb +++ b/meta/recipes-support/libpsl/libpsl_0.22.0.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ " -SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208" +SRC_URI[sha256sum] = "c45c3aa17576b99873e05a9b09a44041b065bbfa390e6d474d06fbfaeb9c7722" GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases"