Accepting request 578432 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/578432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=77
This commit is contained in:
commit
240ea55e2f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:02ea04e9a336a7d3ca9aa604c0c5b5aaf3efa513cefecfc73cc79ceeb5131e4b
|
|
||||||
size 232199
|
|
3
IO-Socket-SSL-2.056.tar.gz
Normal file
3
IO-Socket-SSL-2.056.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91451ecc28b243a78b438f0a42db24c4b60a86f088879b38e40bdbd697818259
|
||||||
|
size 232898
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 06:26:27 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.056
|
||||||
|
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
|
||||||
|
|
||||||
|
2.056 2018/02/19
|
||||||
|
- Intercept - fix creation of serial number: base it on binary digest instead of
|
||||||
|
treating hex fingerprint as binary. Allow use of own serial numbers again.
|
||||||
|
- t/io-socket-ip.t - skip test if no IPv6 support on system RT#124464
|
||||||
|
- update PublicSuffix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 16 06:32:08 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.055
|
||||||
|
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
|
||||||
|
|
||||||
|
2.055 2018/02/15
|
||||||
|
- use SNI also if hostname was given all-uppercase
|
||||||
|
- Utils::CERT_create - don't add authority key for issuer since Chrome does
|
||||||
|
not like this
|
||||||
|
- Intercept:
|
||||||
|
- change behavior of code based cache to better support synchronizing
|
||||||
|
within multiprocess/threaded setups
|
||||||
|
- don't use counter for serial number but somehow base it on original
|
||||||
|
certificate in order to avoid conflicts with reuse of serial numbers
|
||||||
|
after restart
|
||||||
|
- RT#124431 - better support platforms w/o IPv6
|
||||||
|
- RT#124306 - spelling fixes in documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 12:11:01 UTC 2018 - coolo@suse.com
|
Mon Feb 12 12:11:01 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 2.054
|
Version: 2.056
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name IO-Socket-SSL
|
%define cpan_name IO-Socket-SSL
|
||||||
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/IO-Socket-SSL/
|
Url: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user