diff mbox series

[AUH] libpsl: upgrading to 0.22.0 SUCCEEDED

Message ID 0101019efd4d29ce-7316a410-1ab1-40eb-bf45-2893eb9bfa44-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libpsl: upgrading to 0.22.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 25, 2026, 5:42 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"