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:
Paul Howarth 2013-01-28 13:42:15 +00:00
parent 98862c2737
commit 5e526125f8
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
a29788f8c470778f8701a09134706108 IO-Socket-SSL-1.81.tar.gz 8b16dd3c5ad996a158e28107f80cd6b0 IO-Socket-SSL-1.82.tar.gz