Update to 2.008

- New upstream release 2.008
  - Work around recent OCSP verification errors for revoked.grc.com (badly
    signed OCSP response, Firefox also complains about it) in test
    t/external/ocsp.t
  - util/analyze.pl - report more details about preferred cipher for specific
    TLS versions
This commit is contained in:
Paul Howarth 2014-12-18 14:48:45 +00:00
parent bc89e90476
commit 714f23ebd9
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 2.007 Version: 2.008
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -112,6 +112,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3* %{_mandir}/man3/IO::Socket::SSL::Utils.3*
%changelog %changelog
* Thu Dec 18 2014 Paul Howarth <paul@city-fan.org> - 2.008-1
- Update to 2.008
- Work around recent OCSP verification errors for revoked.grc.com (badly
signed OCSP response, Firefox also complains about it) in test
t/external/ocsp.t
- util/analyze.pl - report more details about preferred cipher for specific
TLS versions
* Thu Nov 27 2014 Paul Howarth <paul@city-fan.org> - 2.007-1 * Thu Nov 27 2014 Paul Howarth <paul@city-fan.org> - 2.007-1
- Update to 2.007 - Update to 2.007
- Make getline/readline fall back to super class if class is not sslified - Make getline/readline fall back to super class if class is not sslified

View File

@ -1 +1 @@
0eedd741976b913323acebdd692e6a26 IO-Socket-SSL-2.007.tar.gz b4ed0fede4661256dd68f085eb6df021 IO-Socket-SSL-2.008.tar.gz