diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index f54f916..eb13f56 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-SSL -Version: 1.970 +Version: 1.971 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -72,6 +72,13 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3pm* %changelog +* Sat Mar 22 2014 Paul Howarth - 1.971-1 +- Update to 1.971 + - Try to use SSL_hostname for hostname verification if no SSL_verifycn_name + is given; this way, hostname for SNI and verification can be specified in + one step + - New test program example/simulate_proxy.pl + * Wed Mar 19 2014 Paul Howarth - 1.970-1 - Update to 1.970 - Make sure sub default_ca uses a local $_ and not a version of an outer diff --git a/sources b/sources index 4d7fe1d..8dce4fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27c275f893017873842caa5082399394 IO-Socket-SSL-1.970.tar.gz +0bdaf4a9b1f5f2a76e99ca4a3bd52d3d IO-Socket-SSL-1.971.tar.gz