Accepting request 307139 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/307139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=69
This commit is contained in:
Stephan Kulow 2015-05-16 05:13:03 +00:00 committed by Git OBS Bridge
commit 319f4e1714
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff6887fc38e34dbaa9e077921724599c3e065e36e6cfd24be21f7ffe4faa9f51
size 194395

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:239b6ee58edd19d2088a8ee42a24f7a8819efe34ff0ff314d0bdcbaaf6b951bb
size 194953

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu May 14 08:16:17 UTC 2015 - coolo@suse.com
- updated to 2.015
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.014 2015/05/13
- work around problem with IO::Socket::INET6 on windows, by explicitly using
Domain AF_INET in the tests.
Fixes RT#104226 reported by CHORNY
-------------------------------------------------------------------
Wed May 13 12:33:03 UTC 2015 - coolo@suse.com
- updated to 2.014
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.014 2015/05/05
- Utils::CERT_create - work around problems with authorityInfoAccess, where
OpenSSL i2v does not create the same string as v2i expects
- Intercept - don't clone some specific extensions which make only sense with
the original certificate
-------------------------------------------------------------------
Sat May 2 05:55:10 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-IO-Socket-SSL
Version: 2.013
Version: 2.015
Release: 0
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET