Update to 1.82
- New upstream release 1.82 - sub error sets $SSL_ERROR etc. only if there really is an error; otherwise it will keep the latest error, which allows IO::Socket::SSL->new to report the correct problem, even if the problem is deeper in the code (like in connect) - Correct spelling (CPAN RT#82790)
This commit is contained in:
parent
98862c2737
commit
5e526125f8
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.81
|
Version: 1.82
|
||||||
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,14 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2013 Paul Howarth <paul@city-fan.org> - 1.82-1
|
||||||
|
- Update to 1.82
|
||||||
|
- sub error sets $SSL_ERROR etc. only if there really is an error; otherwise
|
||||||
|
it will keep the latest error, which allows IO::Socket::SSL->new to report
|
||||||
|
the correct problem, even if the problem is deeper in the code (like in
|
||||||
|
connect)
|
||||||
|
- Correct spelling (CPAN RT#82790)
|
||||||
|
|
||||||
* Thu Dec 6 2012 Paul Howarth <paul@city-fan.org> - 1.81-1
|
* Thu Dec 6 2012 Paul Howarth <paul@city-fan.org> - 1.81-1
|
||||||
- Update to 1.81
|
- Update to 1.81
|
||||||
- Deprecated set_ctx_defaults; new name is set_defaults (the old name is
|
- Deprecated set_ctx_defaults; new name is set_defaults (the old name is
|
||||||
|
Loading…
Reference in New Issue
Block a user