Update to 1.88
- New upstream release 1.88 - Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key* and SSL_cert* - some apps like Net::LDAP use it that way
This commit is contained in:
parent
ed46e28bc4
commit
37d1376280
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.87
|
Version: 1.88
|
||||||
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,11 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 2 2013 Paul Howarth <paul@city-fan.org> - 1.88-1
|
||||||
|
- Update to 1.88
|
||||||
|
- Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key*
|
||||||
|
and SSL_cert* - some apps like Net::LDAP use it that way
|
||||||
|
|
||||||
* Wed Apr 24 2013 Paul Howarth <paul@city-fan.org> - 1.87-1
|
* Wed Apr 24 2013 Paul Howarth <paul@city-fan.org> - 1.87-1
|
||||||
- Update to 1.87
|
- Update to 1.87
|
||||||
- Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are
|
- Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are
|
||||||
|
Loading…
Reference in New Issue
Block a user