diff --git a/IO-Socket-SSL-1.960.tar.gz b/IO-Socket-SSL-1.960.tar.gz deleted file mode 100644 index 8eeb124..0000000 --- a/IO-Socket-SSL-1.960.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6777ac3270d5ff970dc4471ce635ef27f76d8edccfb4e07f6df45b5b53a130a4 -size 91495 diff --git a/IO-Socket-SSL-1.962.tar.gz b/IO-Socket-SSL-1.962.tar.gz new file mode 100644 index 0000000..375ff33 --- /dev/null +++ b/IO-Socket-SSL-1.962.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5776b471e8be1d0614c42a52d0e6838e41e5db86a2b795d507b7a422f4ccb3f +size 93076 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index b1c01e8..49bd5c4 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -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 diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index edaf524..b9482fd 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -17,7 +17,7 @@ Name: perl-IO-Socket-SSL -Version: 1.960 +Version: 1.962 Release: 0 %define cpan_name IO-Socket-SSL Summary: Nearly transparent SSL encapsulation for IO::Socket::INET.