Пакет libpsl: Информация

    Исходный пакет: libpsl
    Версия: 0.21.1-alt3
    Собран:  12 декабря 2022 г. 20:03 в задании #308014
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/rockdaboot/libpsl

    Лицензия: MIT
    О пакете: C library for the Public Suffix List
    Описание: 
    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...
    
    - has built-in PSL data for fast access;
    - 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;

    Список rpm-пакетов, предоставляемых данным 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)

    Сопровождающий: Mikhail Efremov

    Список участников:
    Mikhail Efremov

      1. glib2-devel
      2. gtk-doc
      3. libgio-devel
      4. rpm-build-python3
      5. libidn2-devel
      6. xsltproc
      7. publicsuffix-list
      8. publicsuffix-list-dafsa
      9. libunistring-devel

    Последнее изменение


    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.
    11 мая 2021 г. Mikhail Efremov 0.21.1-alt2
    - Fixed build: added rpm-build-python3 to BR.
    21 июля 2020 г. Mikhail Efremov 0.21.1-alt1
    - Add Vcs tag.
    - Don't use rpm-build-licenses.
    - 0.21.0 -> 0.21.1.