Update to 1.83

- New upstream release 1.83
  - Server Name Indication (SNI) support on the server side (CPAN RT#82761)
  - Reworked part of the documentation, like providing better examples
This commit is contained in:
Paul Howarth 2013-02-04 11:46:28 +00:00
parent 5e526125f8
commit fa7cfc06c7
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.82 Version: 1.83
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,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Mon Feb 4 2013 Paul Howarth <paul@city-fan.org> - 1.83-1
- Update to 1.83
- Server Name Indication (SNI) support on the server side (CPAN RT#82761)
- Reworked part of the documentation, like providing better examples
* Mon Jan 28 2013 Paul Howarth <paul@city-fan.org> - 1.82-1 * Mon Jan 28 2013 Paul Howarth <paul@city-fan.org> - 1.82-1
- Update to 1.82 - Update to 1.82
- sub error sets $SSL_ERROR etc. only if there really is an error; otherwise - sub error sets $SSL_ERROR etc. only if there really is an error; otherwise

View File

@ -1 +1 @@
8b16dd3c5ad996a158e28107f80cd6b0 IO-Socket-SSL-1.82.tar.gz 934a0745fc5931c8122b7e32ede8e44e IO-Socket-SSL-1.83.tar.gz