Update to 1.990

- New upstream release 1.990
  - Added option SSL_ocsp_staple_callback to get the stapled OCSP response and
    verify it somewhere else
  - Try to fix warnings on Windows again (CPAN RT#95967)
  - Work around temporary OCSP error in t/external/ocsp.t
This commit is contained in:
Paul Howarth 2014-05-27 16:17:41 +01:00
parent cfea8ea3f1
commit ee28fcaeb7
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.989
Version: 1.990
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -86,6 +86,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
%changelog
* Tue May 27 2014 Paul Howarth <paul@city-fan.org> - 1.990-1
- Update to 1.990
- Added option SSL_ocsp_staple_callback to get the stapled OCSP response and
verify it somewhere else
- Try to fix warnings on Windows again (CPAN RT#95967)
- Work around temporary OCSP error in t/external/ocsp.t
* Sun May 25 2014 Paul Howarth <paul@city-fan.org> - 1.989-1
- Update to 1.989
- Fix warnings on Windows (CPAN RT#95881)

View File

@ -1 +1 @@
1cf0418de7595eb0c7c2d8979bdab3bc IO-Socket-SSL-1.989.tar.gz
88d44614a3776f75b04ad17a2b297cbd IO-Socket-SSL-1.990.tar.gz