forked from pool/perl-Data-Validate-Domain
- updated to 0.15 see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes 0.15 2021-08-21 - Reject domains with 254 or more characters. Domains are limited to 255 octets, but in practice this means they're actually limited to 253 characters. See https://devblogs.microsoft.com/oldnewthing/20120412-00/?p=7873 for a more detailed explanation of this. Implemented by Felipe Gaspar. Fixes GitHub #5. PR #13. OBS-URL: https://build.opensuse.org/request/show/913802 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-Domain?expand=0&rev=6
68 lines
2.5 KiB
Plaintext
68 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Aug 22 03:07:47 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.15
|
|
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
|
|
|
|
0.15 2021-08-21
|
|
- Reject domains with 254 or more characters. Domains are limited to 255
|
|
octets, but in practice this means they're actually limited to 253
|
|
characters. See
|
|
https://devblogs.microsoft.com/oldnewthing/20120412-00/?p=7873 for a
|
|
more detailed explanation of this. Implemented by Felipe Gaspar. Fixes
|
|
GitHub #5. PR #13.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 24 05:15:04 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.14
|
|
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 23 05:16:19 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.14
|
|
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
|
|
|
|
0.14 2016-08-21
|
|
- Require Net::Domain::TLD 1.74. This fixes some failures seen on CPAN
|
|
Testers, and if you're validating domains you really want the latest
|
|
version of this module.
|
|
|
|
0.13 2016-08-21
|
|
- Accept trailing dot on hostnames as well. Implemented by Greg
|
|
Oschwald. GitHub #6.
|
|
- The option domain_disable_tld_validation was added to allow disabling
|
|
TLD validation. This may be useful if you need to check domains with new
|
|
gTLDs that have not yet been added to Net::Domain::TLD. Implemented by Greg
|
|
Oschwald. GitHub #8.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 13 06:56:56 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.12
|
|
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 12 12:52:09 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.12
|
|
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
|
|
|
|
0.12 2016-06-05
|
|
- Accept trailing dot on a domain name ("example.com."). This is an
|
|
absolute name per RFCs 1034 & 1035, and will be accepted by any DNS
|
|
resolution library or tool. Reported by Rob J. Epping.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 8 08:14:29 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.11
|
|
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 04 20:01:32 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.10)
|
|
|