Package psl-make-dafsa: Information

    Binary package: psl-make-dafsa
    Version: 0.21.5-alt1
    Architecture: noarch
    Build time:  Jan 20, 2024, 07:14 PM in the task #338474
    Source package: libpsl
    Category: Networking/DNS
    Report package bug
    License: MIT
    Summary: Compiles the Public Suffix List into DAFSA form
    Description: 
    This script produces C/C++ code or an architecture-independent binary object
    which represents a Deterministic Acyclic Finite State Automaton (DAFSA)
    from a plain text Public Suffix List.

    Maintainer: Mikhail Efremov

    List of contributors:
    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.