Package libpsl: Information
Source package: libpsl
Version: 0.21.5-alt1
Build time: Jan 20, 2024, 07:14 PM in the task #338474
Category: System/Libraries
Report package bugHome page: https://github.com/rockdaboot/libpsl
License: MIT
Summary: C library for the Public Suffix List
Description:
libpsl is a C library to handle the Public Suffix List. A "public suffix" is a domain name under which Internet users can directly register own names. Browsers and other web clients can use it to - Avoid privacy-leaking "supercookies"; - Avoid privacy-leaking "super domain" certificates; - Domain highlighting parts of the domain in a user interface; - Sorting domain lists by site; Libpsl... - allows to load PSL data from files; - checks if a given domain is a "public suffix"; - provides immediate cookie domain verification; - finds the longest public part of a given domain; - finds the shortest private part of a given domain; - works with international domains (UTF-8 and IDNA2008 Punycode); - is thread-safe; - handles IDNA2008 UTS#46;
List of RPM packages built from this SRPM:
libpsl (x86_64, ppc64le, i586, armh, aarch64)
libpsl-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libpsl-devel (x86_64, ppc64le, i586, armh, aarch64)
libpsl-devel-doc (noarch)
psl (x86_64, ppc64le, i586, armh, aarch64)
psl-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
psl-make-dafsa (noarch)
libpsl (x86_64, ppc64le, i586, armh, aarch64)
libpsl-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libpsl-devel (x86_64, ppc64le, i586, armh, aarch64)
libpsl-devel-doc (noarch)
psl (x86_64, ppc64le, i586, armh, aarch64)
psl-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
psl-make-dafsa (noarch)
Maintainer: Mikhail Efremov
Last changed
Jan. 19, 2024 Mikhail Efremov 0.21.5-alt1
- Switched to meson build. - Fixed description. - Updated to 0.21.5.
Dec. 27, 2022 Mikhail Efremov 0.21.2-alt1
- Dropped obsoleted patches. - Updated to 0.21.2.
Dec. 6, 2022 Mikhail Efremov 0.21.1-alt3
- Patches from upstream git: + Increase label size from 48 -> 128; + Fix write buffer overflow by 1 in domain_to_punycode(); + Fix stack buffer overflow WRITE 1 in domain_to_punycode(); + Avoid 8bit overflow in is_public_suffix(); + Avoid 'NULL + 1' as it is UB.