Accepting request 208877 from devel:languages:perl

- updated to 1.962
 - work around problems with older F5 BIG-IP by offering fewer ciphers on the
   client side by default, so that the client hello stays below 255 byte
 - IO::Socket::SSL::Utils::CERT_create can now create CA-certificates which
   are not self-signed (by giving issuer_*)

OBS-URL: https://build.opensuse.org/request/show/208877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=62
This commit is contained in:
Stephan Kulow 2013-11-29 15:25:08 +00:00 committed by Git OBS Bridge
commit d486f7e6ec
4 changed files with 13 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Nov 29 11:05:49 UTC 2013 - coolo@suse.com
- updated to 1.962
- work around problems with older F5 BIG-IP by offering fewer ciphers on the
client side by default, so that the client hello stays below 255 byte
- IO::Socket::SSL::Utils::CERT_create can now create CA-certificates which
are not self-signed (by giving issuer_*)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 26 07:34:03 UTC 2013 - coolo@suse.com Tue Nov 26 07:34:03 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.960 Version: 1.962
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.