[Buildroot] [PATCH] package/libpsl: bump to version 0.23.3
Adrian Perez de Castro <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
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 changed hash for the COPYING 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. Signed-off-by: Adrian Perez de Castro <[email protected]> --- package/libpsl/libpsl.hash | 4 ++-- package/libpsl/libpsl.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libpsl/libpsl.hash b/package/libpsl/libpsl.hash index caf760c496..4d9e796395 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 COPYING sha256 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3 src/LICENSE.chromium diff --git a/package/libpsl/libpsl.mk b/package/libpsl/libpsl.mk index d1a12f864c..6e7300529e 100644 --- a/package/libpsl/libpsl.mk +++ b/package/libpsl/libpsl.mk @@ -4,7 +4,7 @@ # ################################################################################ -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 -- 2.55.0 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot