libpsl 0.21.2-1 source package in Ubuntu
Changelog
libpsl (0.21.2-1) unstable; urgency=low * New upstream version 0.21.2 (Closes: #1028857) * drop patches already upstream * move to dh 13 * absorb changes from previous NMUs * clean up debian build process * adapt to new format of upstream tag names * d/watch: look at git repository directly * Standards-Version: bump to 4.6.2 (no changes needed) * Import gnulib visibility macro * revert parts of 0.21.0-1.1 to avoid a build-dependency loop (Closes: #962740) [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. -- Daniel Kahn Gillmor <email address hidden> Mon, 13 Feb 2023 13:57:37 -0500
Upload details
- Uploaded by:
- Tim Rühsen
- Uploaded to:
- Sid
- Original maintainer:
- Tim Rühsen
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | misc | |
Lunar | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpsl_0.21.2-1.dsc | 1.6 KiB | 1ddb578f5865a447b11078993cef2138107c82f8590ec2516af6f9970a2d4e0f |
libpsl_0.21.2.orig.tar.xz | 1.8 MiB | 11e34380f2c81d6e72c710464aae3b680df4ddcc1007826c630fb03c7ca6aa54 |
libpsl_0.21.2-1.debian.tar.xz | 11.7 KiB | 78327367c83ce2dc6a8404f479a7589eacb0266f1d4a25619d5f6f00f98ab7b6 |
Available diffs
No changes file available.
Binary packages built by this source
- libpsl-dev: Library for Public Suffix List (development headers)
Libpsl allows checking domains against the Public Suffix List.
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
Please see https://publicsuffix. org for more detailed information.
.
This package contains development header files and documentation for
developers.
- libpsl5: Library for Public Suffix List (shared libraries)
Libpsl allows checking domains against the Public Suffix List.
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
Please see https://publicsuffix. org for more detailed information.
.
This package contains runtime libraries.
- libpsl5-dbgsym: debug symbols for libpsl5
- psl: Explore the Public Suffix List
Libpsl allows checking domains against the Public Suffix List.
It can be used to avoid privacy-leaking 'super-cookies',
'super domain' certificates, for domain highlighting purposes
sorting domain lists by site and more.
.
Please see https://publicsuffix. org for more detailed information.
.
This package contains a commandline tool to explore the Public Suffix
List.
- psl-dbgsym: debug symbols for psl
- psl-make-dafsa: Create a binary DAFSA from a Public Suffix List
libpsl permits the use of an optimized binary representation of the
Public Suffix List (PSL). This format is a deterministic acyclic
finite state automaton, or DAFSA.
.
It is primarily used for building a new version of the publicsuffix
package, but could also be used by anyone else looking to match
printable US ASCII strings.
.
This package contains a Python script to convert a standard PSL into
a DAFSA, either in C source code form, or in a specialized mmap-able
binary format.