Package libpsl-devel: Information

    Binary package: libpsl-devel
    Version: 0.21.5-alt1
    Architecture: e2kv6
    Build time:  Apr 22, 2024, 08:15 PM
    Source package: libpsl
    Category: Development/C
    Report package bug
    License: MIT
    Summary: Development files for libpsl
    Description: 
    This package contains libraries and header files for
    developing applications that use libpsl.

    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.