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:
Paul Howarth 2013-05-02 11:51:31 +01:00
parent ed46e28bc4
commit 37d1376280
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.87
Version: 1.88
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -66,6 +66,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm*
%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
- Update to 1.87
- Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are

View File

@ -1 +1 @@
1822bef6c40823321aa87912eaf8cf72 IO-Socket-SSL-1.87.tar.gz
83cdb29cba4d5ac892b7edefe2566a42 IO-Socket-SSL-1.88.tar.gz