Update to 1.37

- New upstream release 1.37:
  - don't complain about invalid certificate locations if user explicitly set
    SSL_ca_path and SSL_ca_file to undef: assume that user knows what they are
    doing and will work around the problems themselves (CPAN RT#63741)
This commit is contained in:
Paul Howarth 2010-12-10 14:16:39 +00:00
parent bff48884d1
commit f86243aa58
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/IO-Socket-SSL-1.36.tar.gz
/IO-Socket-SSL-1.37.tar.gz

View File

@ -4,7 +4,7 @@
#
Name: perl-IO-Socket-SSL
Version: 1.36
Version: 1.37
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -61,6 +61,12 @@ done
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
* Fri Dec 10 2010 Paul Howarth <paul@city-fan.org> - 1.37-1
- Update to 1.37
- don't complain about invalid certificate locations if user explicitly set
SSL_ca_path and SSL_ca_file to undef: assume that user knows what they are
doing and will work around the problems themselves (CPAN RT#63741)
* Thu Dec 9 2010 Paul Howarth <paul@city-fan.org> - 1.36-1
- Update to 1.36
- update documentation for SSL_verify_callback based on CPAN RT#63743 and

View File

@ -1 +1 @@
77ba509d657b723efbcb42249adbdb35 IO-Socket-SSL-1.36.tar.gz
a75c962ce989865213ca4320766fdb77 IO-Socket-SSL-1.37.tar.gz