From 009d34015b44075e15c632a514511bdd27074aea Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Mon, 17 Aug 2026 18:10:02 +0200 Subject: [PATCH] package/libpsl: bump to version 0.23.3 The most relevant change is included in 0.23.0, which fixed handling of trailing dots (so e.g. "co.uk" and "co.uk." are treated as the same suffix). Otherwise, it's mostly cleanups and support for non-Linux platforms: https://github.com/rockdaboot/libpsl/releases/tag/0.22.0 https://github.com/rockdaboot/libpsl/releases/tag/0.23.0 https://github.com/rockdaboot/libpsl/releases/tag/0.23.2 https://github.com/rockdaboot/libpsl/releases/tag/0.23.3 The COPYING license file was changed to a symlink to LICENSE. The changed hash for the license file does not imply a license change: it is unchanged, but the copyright year was removed in favor of a note telling to check the Git history. See: https://github.com/rockdaboot/libpsl/commit/da5479661839e25783ee482e0180efc3d28f2428 Signed-off-by: Adrian Perez de Castro [Julien: - rename COPYING license file to LICENSE - add extra info in commit log ] Signed-off-by: Julien Olivain --- package/libpsl/libpsl.hash | 4 ++-- package/libpsl/libpsl.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/libpsl/libpsl.hash b/package/libpsl/libpsl.hash index caf760c496..5446aa891e 100644 --- a/package/libpsl/libpsl.hash +++ b/package/libpsl/libpsl.hash @@ -1,6 +1,6 @@ # Locally generated -sha256 1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208 libpsl-0.21.5.tar.gz +sha256 93941f85a1e7bd593fa94f299233cb5dfc91cd144fd9a78a6ceb75001c5b03be libpsl-0.23.3.tar.gz # Hashes for license files: -sha256 322392e6001b2b3b0fca705dc9f11f26e12441188ecde50eb1d22909980b2925 COPYING +sha256 e7c9f0d8498d28a360a7e8293ea70fd7bd952955b636938322c13d60a03b5a45 LICENSE sha256 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3 src/LICENSE.chromium diff --git a/package/libpsl/libpsl.mk b/package/libpsl/libpsl.mk index d1a12f864c..95b7d38e6b 100644 --- a/package/libpsl/libpsl.mk +++ b/package/libpsl/libpsl.mk @@ -4,10 +4,10 @@ # ################################################################################ -LIBPSL_VERSION = 0.21.5 +LIBPSL_VERSION = 0.23.3 LIBPSL_SITE = https://github.com/rockdaboot/libpsl/releases/download/$(LIBPSL_VERSION) LIBPSL_LICENSE = MIT, BSD-3-Clause -LIBPSL_LICENSE_FILES = COPYING src/LICENSE.chromium +LIBPSL_LICENSE_FILES = LICENSE src/LICENSE.chromium LIBPSL_CONF_OPTS = -Dbuiltin=true LIBPSL_DEPENDENCIES = host-pkgconf LIBPSL_INSTALL_STAGING = YES