From 049da7beb6d78463dd5b493b985d169f8fcdd2b6 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 15 Jun 2014 14:33:33 +0100 Subject: [PATCH] Update to 1.993 - New upstream release 1.993 - Major rewrite of documentation, now in separate file - Rework error handling to distinguish between SSL errors and internal errors (like missing capabilities) - Fix handling of default_ca if given during the run of the program (Debian #750646) - util/analyze-ssl.pl - fix hostname check if SNI does not work --- perl-IO-Socket-SSL.spec | 17 +++++++++++++++-- sources | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index a99b6fd..861b61e 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-SSL -Version: 1.992 +Version: 1.993 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -79,13 +79,26 @@ rm -rf %{buildroot} %files %doc BUGS Changes README docs/ certs/ example/ util/ -%{perl_vendorlib}/IO/ +%dir %{perl_vendorlib}/IO/ +%dir %{perl_vendorlib}/IO/Socket/ +%doc %{perl_vendorlib}/IO/Socket/SSL.pod +%{perl_vendorlib}/IO/Socket/SSL.pm +%{perl_vendorlib}/IO/Socket/SSL/ %{_mandir}/man3/IO::Socket::SSL.3* %{_mandir}/man3/IO::Socket::SSL::Intercept.3* %{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3* %{_mandir}/man3/IO::Socket::SSL::Utils.3* %changelog +* Sun Jun 15 2014 Paul Howarth - 1.993-1 +- Update to 1.993 + - Major rewrite of documentation, now in separate file + - Rework error handling to distinguish between SSL errors and internal errors + (like missing capabilities) + - Fix handling of default_ca if given during the run of the program + (Debian #750646) + - util/analyze-ssl.pl - fix hostname check if SNI does not work + * Tue Jun 10 2014 Paul Howarth - 1.992-1 - Update to 1.992 - Set $! to undef before doing IO (accept, read...); on Windows a connection diff --git a/sources b/sources index 8ed02eb..97bfb8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5902dca97010ac93b9a551ebd463f65a IO-Socket-SSL-1.992.tar.gz +aaa5b20ba20a658406a5edb7853cb382 IO-Socket-SSL-1.993.tar.gz