Update to 1.991

- New upstream release 1.991
  - New option SSL_OCSP_TRY_STAPLE to enforce staple request even if
    VERIFY_NONE
  - Work around for CPAN RT#96013 in peer_certificates
This commit is contained in:
Paul Howarth 2014-05-28 12:21:25 +01:00
parent ee28fcaeb7
commit bc69fcf260
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.990
Version: 1.991
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -86,6 +86,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
%changelog
* Wed May 28 2014 Paul Howarth <paul@city-fan.org> - 1.991-1
- Update to 1.991
- New option SSL_OCSP_TRY_STAPLE to enforce staple request even if
VERIFY_NONE
- Work around for CPAN RT#96013 in peer_certificates
* 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

View File

@ -1 +1 @@
88d44614a3776f75b04ad17a2b297cbd IO-Socket-SSL-1.990.tar.gz
33c4542688ed0512be626eb0905c9ba6 IO-Socket-SSL-1.991.tar.gz