From dd3cfce8d5038d62f2dc190bb7f2606019d59fbc Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 23 Jun 2014 15:04:36 +0100 Subject: [PATCH] Update to 1.994 - New upstream release 1.994 - IO::Socket::SSL can now be used as dual-use socket, e.g. start plain, upgrade to SSL and downgrade again all with the same object; see documentation of SSL_startHandshake and chapter Advanced Usage - Try to apply SSL_ca* even if verify_mode is 0, but don't complain if this fails; this is needed if one wants to explicitly verify OCSP lookups even if verification is otherwise off, because otherwise the signature check would fail (this is mostly useful for testing) - Reorder documentation of attributes for new, so that the more important ones are at the top --- perl-IO-Socket-SSL.spec | 14 +++++++++++++- sources | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 861b61e..133b19e 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-SSL -Version: 1.993 +Version: 1.994 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -90,6 +90,18 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3* %changelog +* Mon Jun 23 2014 Paul Howarth - 1.994-1 +- Update to 1.994 + - IO::Socket::SSL can now be used as dual-use socket, e.g. start plain, + upgrade to SSL and downgrade again all with the same object; see + documentation of SSL_startHandshake and chapter Advanced Usage + - Try to apply SSL_ca* even if verify_mode is 0, but don't complain if this + fails; this is needed if one wants to explicitly verify OCSP lookups even + if verification is otherwise off, because otherwise the signature check + would fail (this is mostly useful for testing) + - Reorder documentation of attributes for new, so that the more important + ones are at the top + * Sun Jun 15 2014 Paul Howarth - 1.993-1 - Update to 1.993 - Major rewrite of documentation, now in separate file diff --git a/sources b/sources index 97bfb8d..172d4d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aaa5b20ba20a658406a5edb7853cb382 IO-Socket-SSL-1.993.tar.gz +59882b27a07b4600df48ab7ec3e6b1a8 IO-Socket-SSL-1.994.tar.gz