Package libpsl: Information

    Source package: libpsl
    Version: 0.18.0-alt0.M80P.1
    Build time:  Aug 16, 2017, 07:54 PM in the task #187097
    Category: System/Libraries
    Report package bug
    License: MIT/X Consortium
    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...
    
    - 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;

    List of rpms provided by this 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)

    Maintainer: Mikhail Efremov

    List of contributors:
    Mikhail Efremov

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

    Last changed


    Aug. 15, 2017 Mikhail Efremov 0.18.0-alt0.M80P.1
    - Build for p8.
    July 31, 2017 Mikhail Efremov 0.18.0-alt1
    - Explicitly disable sanitizers.
    - Fix bootstrap.
    - New version.
    April 7, 2017 Mikhail Efremov 0.17.0-alt2
    - Initail build.
    - Patch from upstream:
      + Fix order of files in psl_latest().