Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libpsl* to *0.23.0* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-libpsl-upgrade-0.22.0-0.23.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 ebad604efd444c0d0fc51a449ba89327e0974758 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 13 Jul 2026 05:29:53 +0000
Subject: [PATCH] libpsl: upgrade 0.22.0 -> 0.23.0

---
 .../{libpsl_0.22.0.bb => libpsl_0.23.0.bb}    | 35 +++++++++++++++++--
 1 file changed, 32 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpsl/{libpsl_0.22.0.bb => libpsl_0.23.0.bb} (41%)

diff --git a/meta/recipes-support/libpsl/libpsl_0.22.0.bb 
b/meta/recipes-support/libpsl/libpsl_0.23.0.bb
similarity index 41%
rename from meta/recipes-support/libpsl/libpsl_0.22.0.bb
rename to meta/recipes-support/libpsl/libpsl_0.23.0.bb
index 741038ddc5..7ff1def804 100644
--- a/meta/recipes-support/libpsl/libpsl_0.22.0.bb
+++ b/meta/recipes-support/libpsl/libpsl_0.23.0.bb
@@ -1,3 +1,32 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE
+# +++ LICENSE
+# @@ -1,4 +1,5 @@
+# -Copyright (C) 2014-2024 Tim Rühsen
+# +Copyright (C) Tim Rühsen and Libpsl Contributors.
+# +See Git history for individual modification years.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and associated documentation files (the "Software"),
+# --- COPYING
+# +++ COPYING
+# @@ -1,4 +1,5 @@
+# -Copyright (C) 2014-2024 Tim Rühsen
+# +Copyright (C) Tim Rühsen and Libpsl Contributors.
+# +See Git history for individual modification years.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and associated documentation files (the "Software"),
+# 
+#
+
 SUMMARY = "Public Suffix List library"
 DESCRIPTION = "The libpsl package provides a library for accessing and \
 resolving information from the Public Suffix List (PSL). The PSL is a set of \
@@ -7,13 +36,13 @@ HOMEPAGE = "https://rockdaboot.github.io/libpsl/";
 BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues";
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \
-                    file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=49296c1806ef92c28297fb264163d81e \
+                    file://COPYING;md5=49296c1806ef92c28297fb264163d81e \
                     "
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
            "
-SRC_URI[sha256sum] = 
"c45c3aa17576b99873e05a9b09a44041b065bbfa390e6d474d06fbfaeb9c7722"
+SRC_URI[sha256sum] = 
"f39b9631b3d369a21259ea4654f8875c0ec6995ce9551c0eb5d423e4c011f911"
 
 GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases";
 
-- 
2.47.1

packages/x86-64-v3-poky-linux/libpsl/libpsl: FILELIST: removed 
"/usr/lib/libpsl.so.5.3.6", added "/usr/lib/libpsl.so.5.3.7"
Changes to packages/x86-64-v3-poky-linux/libpsl (sysroot):
  /usr/lib/libpsl.so.5 changed symlink target from libpsl.so.5.3.6 to 
libpsl.so.5.3.7
  /usr/lib/libpsl.so changed symlink target from libpsl.so.5.3.6 to 
libpsl.so.5.3.7
  /usr/lib/libpsl.so.5.3.6 moved to /usr/lib/libpsl.so.5.3.7
Changes to packages/x86_64-linux/pkgconf-native (sysroot):
  /usr/lib/libpkgconf.so changed symlink target from libpkgconf.so.8.0.0 to 
libpkgconf.so.7.0.0
  /usr/lib/libpkgconf.so.8.0.0 moved to /usr/lib/libpkgconf.so.7.0.0
  /usr/lib/libpkgconf.so.8 moved to /usr/lib/libpkgconf.so.7
  /usr/bin/pccritic was removed
  /usr/bin/spdxtool was removed
packages/x86-64-v3-poky-linux/libpsl: PKGV changed from 0.22.0 [default] to 
0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl: PV changed from "0.22.0" to "0.23.0"
packages/x86-64-v3-poky-linux/libpsl: SRC_URI changed from 
"https://github.com/rockdaboot/libpsl/releases/download/0.22.0/libpsl-0.22.0.tar.gz";
 to 
"https://github.com/rockdaboot/libpsl/releases/download/0.23.0/libpsl-0.23.0.tar.gz";
packages/x86-64-v3-poky-linux/libpsl/libpsl-bin: PKGV changed from 0.22.0 
[default] to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl-bin: PV changed from "0.22.0" to 
"0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl-dbg: PKGV changed from 0.22.0 
[default] to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl-dbg: PV changed from "0.22.0" to 
"0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl-dbg: PKGSIZE changed from 157664 to 
157864 (+0%)
packages/x86-64-v3-poky-linux/libpsl/libpsl-dbg: FILELIST: removed 
"/usr/lib/.debug/libpsl.so.5.3.6", added "/usr/lib/.debug/libpsl.so.5.3.7"
packages/x86-64-v3-poky-linux/libpsl/libpsl-dev: PKGV changed from 0.22.0 
[default] to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl-dev: PV changed from "0.22.0" to 
"0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl-dev: PKGSIZE changed from 6093 to 
6067 (-0%)
packages/x86-64-v3-poky-linux/libpsl/libpsl-doc: PKGV changed from 0.22.0 
[default] to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl-doc: PV changed from "0.22.0" to 
"0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl-doc: PKGSIZE changed from 3914 to 
3927 (+0%)
packages/x86-64-v3-poky-linux/libpsl/libpsl-locale: PKGV changed from 0.22.0 
[default] to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl-locale: PV changed from "0.22.0" to 
"0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl-src: PKGV changed from 0.22.0 
[default] to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl-src: PV changed from "0.22.0" to 
"0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl-src: PKGSIZE changed from 428970 to 
427096 (-0%)
packages/x86-64-v3-poky-linux/libpsl/libpsl-src: FILELIST: directory renamed 
/usr/src/debug/libpsl/0.22.0/tools -> /usr/src/debug/libpsl/0.23.0/tools, 
directory renamed /usr/src/debug/libpsl/0.22.0/include -> 
/usr/src/debug/libpsl/0.23.0/include, directory renamed 
/usr/src/debug/libpsl/0.22.0/src -> /usr/src/debug/libpsl/0.23.0/src
packages/x86-64-v3-poky-linux/libpsl/libpsl-staticdev: PKGV changed from 0.22.0 
[default] to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl-staticdev: PV changed from "0.22.0" 
to "0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl: PKGV changed from 0.22.0 [default] 
to 0.23.0 [default]
packages/x86-64-v3-poky-linux/libpsl/libpsl: PV changed from "0.22.0" to 
"0.23.0"
packages/x86-64-v3-poky-linux/libpsl/libpsl: FILELIST: removed 
"/usr/lib/libpsl.so.5.3.6", added "/usr/lib/libpsl.so.5.3.7"
Changes to packages/x86-64-v3-poky-linux/libpsl (sysroot):
  /usr/lib/libpsl.so.5 changed symlink target from libpsl.so.5.3.6 to 
libpsl.so.5.3.7
  /usr/lib/libpsl.so changed symlink target from libpsl.so.5.3.6 to 
libpsl.so.5.3.7
  /usr/lib/libpsl.so.5.3.6 moved to /usr/lib/libpsl.so.5.3.7
Changes to packages/x86_64-linux/pkgconf-native (sysroot):
  /usr/lib/libpkgconf.so changed symlink target from libpkgconf.so.8.0.0 to 
libpkgconf.so.7.0.0
  /usr/lib/libpkgconf.so.8.0.0 moved to /usr/lib/libpkgconf.so.7.0.0
  /usr/lib/libpkgconf.so.8 moved to /usr/lib/libpkgconf.so.7
  /usr/bin/pccritic was removed
  /usr/bin/spdxtool was removed

Attachment: 0001-libpsl-upgrade-0.22.0-0.23.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#240822): 
https://lists.openembedded.org/g/openembedded-core/message/240822
Mute This Topic: https://lists.openembedded.org/mt/120244803/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to