libdomain-publicsuffix-perl 0.20-1 source package in Ubuntu

Changelog

libdomain-publicsuffix-perl (0.20-1) unstable; urgency=medium

  * Import upstream version 0.20.
  * Update debian/upstream/metadata.
  * Drop fix-handling-of-trailing-dot.patch, merged upstream.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 02 Sep 2023 17:17:02 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdomain-publicsuffix-perl_0.20-1.dsc 2.5 KiB 59b632074253944d24ce06f369e45b7ed6c712f0b5b13c690bc77ef5d3c6ad6a
libdomain-publicsuffix-perl_0.20.orig.tar.gz 117.2 KiB e113e7abb4ece80b15c9410eb005159e021a6985c7ad542a6c62ea2d714ff82c
libdomain-publicsuffix-perl_0.20-1.debian.tar.xz 3.4 KiB 21e7e029baa9d4d042d8c9d3b36f862cbae4639c6b3da88abbb8c6e5b8de0968

Available diffs

No changes file available.

Binary packages built by this source

libdomain-publicsuffix-perl: module for parsing a domain to determine the public suffix

 Domain::PublicSuffix utilizes the "effective_tld_names.dat" provided by
 Mozilla as a way to effectively reduce a fully qualified domain name down to
 the absolute root. The Mozilla PublicSuffix file is an open source, fully
 documented format that shows absolute root TLDs, primarily for Mozilla's
 browser products to be able to determine how far a cookie's security
 boundaries go.
 .
 This module will attempt to search etc directories in
 /usr/share/publicsuffix, /usr, /usr/local, and /opt/local for the
 effective_tld_names.dat file. If a file is not found, a default file
 is loaded from Domain::PublicSuffix::Default, which is current at the
 time of the module's release.