8
0

Accepting request 876189 from devel:languages:perl:autoupdate

- updated to 2.070
   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.070 2021/02/26
  - changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
  2.069 2021/01/22
  - IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
    with multiple same parts (like multiple OU). In this case an array ref instead
    of a scalar is used as hash value.
    https://github.com/noxxi/p5-io-socket-ssl/issues/95

OBS-URL: https://build.opensuse.org/request/show/876189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=126
This commit is contained in:
2021-03-02 11:44:59 +00:00
committed by Git OBS Bridge
parent 4bf76ad5d6
commit 3fa2b157bc
4 changed files with 24 additions and 16 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Feb 27 03:06:38 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.070
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.070 2021/02/26
- changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org
2.069 2021/01/22
- IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer
with multiple same parts (like multiple OU). In this case an array ref instead
of a scalar is used as hash value.
https://github.com/noxxi/p5-io-socket-ssl/issues/95
-------------------------------------------------------------------
Mon May 4 17:49:31 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>