8
0

Accepting request 764249 from devel:languages:perl:autoupdate

- updated to 2.0202
   see /usr/share/doc/packages/perl-XML-LibXML/Changes
  2.0202  2020-01-13
      - Disable loading external DTDs or external entities by default
          - Thanks to Tim Retout
      - Docs: Noting that HTTPS doesn't work for schema-loading either.
          - Thanks to Jason McIntosh
      - Allow to parse RelaxNG without accessing network
          - Thanks to PALI
      - Allow to parse XML Schema without accessing network
          - Thanks to PALI
      - Add Test-Count assertion count checking using
        https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount

OBS-URL: https://build.opensuse.org/request/show/764249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=88
This commit is contained in:
2020-01-14 12:08:38 +00:00
committed by Git OBS Bridge
parent eccdea4e90
commit 33c77798f0
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jan 14 03:16:35 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.0202
see /usr/share/doc/packages/perl-XML-LibXML/Changes
2.0202 2020-01-13
- Disable loading external DTDs or external entities by default
- Thanks to Tim Retout
- Docs: Noting that HTTPS doesn't work for schema-loading either.
- Thanks to Jason McIntosh
- Allow to parse RelaxNG without accessing network
- Thanks to PALI
- Allow to parse XML Schema without accessing network
- Thanks to PALI
- Add Test-Count assertion count checking using
https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount
-------------------------------------------------------------------
Mon Nov 18 17:54:39 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>