Update to 1.87
- New upstream release 1.87 - Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are not readable (CPAN RT#84829) - Fix use of SSL_key|SSL_file objects instead of files, broken with 1.83
This commit is contained in:
parent
7e6deb8ea7
commit
ed46e28bc4
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.86
|
||||
Version: 1.87
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -66,6 +66,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2013 Paul Howarth <paul@city-fan.org> - 1.87-1
|
||||
- Update to 1.87
|
||||
- Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are
|
||||
not readable (CPAN RT#84829)
|
||||
- Fix use of SSL_key|SSL_file objects instead of files, broken with 1.83
|
||||
|
||||
* Wed Apr 17 2013 Paul Howarth <paul@city-fan.org> - 1.86-1
|
||||
- Update to 1.86
|
||||
- Don't warn about SSL_verify_mode when re-using an existing SSL context
|
||||
|
Loading…
Reference in New Issue
Block a user