8
0

Accepting request 913802 from devel:languages:perl:autoupdate

- 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
This commit is contained in:
2021-08-23 14:09:12 +00:00
committed by Git OBS Bridge
parent f7b7d9cb35
commit 4bd0efd5c3
4 changed files with 32 additions and 19 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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