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:
parent
bff48884d1
commit
f86243aa58
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/IO-Socket-SSL-1.36.tar.gz
|
||||
/IO-Socket-SSL-1.37.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user