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:
Paul Howarth 2013-04-25 10:07:55 +01:00
parent 7e6deb8ea7
commit ed46e28bc4
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.86 Version: 1.87
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -66,6 +66,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %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 * Wed Apr 17 2013 Paul Howarth <paul@city-fan.org> - 1.86-1
- Update to 1.86 - Update to 1.86
- Don't warn about SSL_verify_mode when re-using an existing SSL context - Don't warn about SSL_verify_mode when re-using an existing SSL context

View File

@ -1 +1 @@
4e8b9b12535a5889c05a07ebca7bb0a4 IO-Socket-SSL-1.86.tar.gz 1822bef6c40823321aa87912eaf8cf72 IO-Socket-SSL-1.87.tar.gz