Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Domain-PublicSuffix-0.200.0-2.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Domain-PublicSuffix Distribution: openSUSE Tumbleweed
Version: 0.200.0 Vendor: openSUSE
Release: 2.1 Build date: Sat Mar 9 20:58:35 2024
Group: Unspecified Build host: i03-ch1c
Size: 331693 Source RPM: perl-Domain-PublicSuffix-0.200.0-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Domain-PublicSuffix
Summary: Parse a domain down to root
This module 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. You can override the data file path by giving the
new() method a 'data_file' argument.

When creating a new PublicSuffix object, the module will load the data file
as specified, and use the internal structure to parse each domain sent to
the get_root_domain method. To re-parse the file, you must destroy and
create a new object, or execute the _parse_data_file method directly,
though that is not recommended.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Thu Aug 24 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 0.20
    see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
    0.20    2023-08-23 13:55 GMT
    - Refresh PublicSuffix list
* Fri Jan 29 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.19
    see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
    0.19    2021-01-28 17:03 GMT
    - Refresh PublicSuffix list
* Tue Apr 14 2020 <timueller+perl@suse.de>
  - updated to 0.17
    see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
    0.17    2020-04-13 14:08 GMT
    - Refresh PublicSuffix list
    - Fix documentation regarding what tld() will return
    - Add Default updater
    - Fix warnings in tests
* Mon Oct 21 2019 <timueller+perl@suse.de>
  - updated to 0.16
    see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
    0.16    2019-10-18 20:00 GMT
    - Refresh PublicSuffix list
    - Add publicsuffix.org unit tests
    - Force lower case on ASCII domains
    - Rewrite suffix parser to both more closely match publicsuffix intentions,
      as well as reduce needless complexity, also solving a comment on issue
      [#3]
    0.15    2019-04-23 20:00 GMT
    - Refresh PublicSuffix list
    - Merged pull request from Gavin Carr to explicitly open a file with UTF-8
      encoding
    - Bump Net::IDN::Encode requirement to 2.401 to avoid unicode issues
    - (#3) Provide a tld and suffix even with asking get_root_domain for a valid
      suffix that is not a valid domain. Will still report 'Domain not valid',
      but ->suffix and ->tld will resolve.
    - Make sure that the error condition from get_root_domain still throws when
      a root domain is already fired, but that it still returns.
* Mon Sep 17 2018 Dirk Stoecker <opensuse@dstoecker.de>
  - first version

Files

/usr/bin/get_root_domain
/usr/lib/perl5/vendor_perl/5.38.2/Domain
/usr/lib/perl5/vendor_perl/5.38.2/Domain/PublicSuffix
/usr/lib/perl5/vendor_perl/5.38.2/Domain/PublicSuffix.pm
/usr/lib/perl5/vendor_perl/5.38.2/Domain/PublicSuffix/Default.pm
/usr/share/doc/packages/perl-Domain-PublicSuffix
/usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
/usr/share/doc/packages/perl-Domain-PublicSuffix/README
/usr/share/doc/packages/perl-Domain-PublicSuffix/README.md
/usr/share/doc/packages/perl-Domain-PublicSuffix/util
/usr/share/doc/packages/perl-Domain-PublicSuffix/util/update-default.pl
/usr/share/licenses/perl-Domain-PublicSuffix
/usr/share/licenses/perl-Domain-PublicSuffix/LICENSE
/usr/share/man/man1/get_root_domain.1.gz
/usr/share/man/man3/Domain::PublicSuffix.3pm.gz
/usr/share/man/man3/Domain::PublicSuffix::Default.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024