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

    Исходный пакет: libpsl
    Версия: 0.18.0-alt0.M80P.1
    Собран:  16 августа 2017 г. 19:54 в задании #187097
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/rockdaboot/libpsl

    Лицензия: MIT/X Consortium
    О пакете: 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, i586)
    libpsl-debuginfo (x86_64, i586)
    libpsl-devel (x86_64, i586)
    libpsl-devel-doc (noarch)
    psl (x86_64, i586)
    psl-debuginfo (x86_64, i586)
    psl-make-dafsa (x86_64, i586)

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

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

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

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


    15 августа 2017 г. Mikhail Efremov 0.18.0-alt0.M80P.1
    - Build for p8.
    31 июля 2017 г. Mikhail Efremov 0.18.0-alt1
    - Explicitly disable sanitizers.
    - Fix bootstrap.
    - New version.
    7 апреля 2017 г. Mikhail Efremov 0.17.0-alt2
    - Initail build.
    - Patch from upstream:
      + Fix order of files in psl_latest().