Update to 1.965

- New upstream release 1.965
  - New key SSL_session_key to influence how sessions are inserted and looked
    up in the client's session cache, which makes it possible to share sessions
    over different ip:host (as is required with some FTPS servers)
  - t/core.t - handle case where default loopback source is not 127.0.0.1, like
    in FreeBSD jails
This commit is contained in:
Paul Howarth 2014-01-17 16:29:16 +00:00
parent 158d58aeae
commit eec47bfccf
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.964
Version: 1.965
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -11,6 +11,7 @@ BuildArch: noarch
BuildRequires: openssl >= 0.9.8
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.46
BuildRequires: perl(IO::Select)
@ -70,6 +71,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
%changelog
* Fri Jan 17 2014 Paul Howarth <paul@city-fan.org> - 1.965-1
- Update to 1.965
- New key SSL_session_key to influence how sessions are inserted and looked
up in the client's session cache, which makes it possible to share sessions
over different ip:host (as is required with some FTPS servers)
- t/core.t - handle case where default loopback source is not 127.0.0.1, like
in FreeBSD jails
* Wed Jan 15 2014 Paul Howarth <paul@city-fan.org> - 1.964-1
- Update to 1.964
- Disabling TLSv1_1 did not work, because the constant was wrong; now it gets

View File

@ -1 +1 @@
dbfedc287725e70337612ab7e8fce889 IO-Socket-SSL-1.964.tar.gz
2091fbdefe070a5f074b36abe3894f50 IO-Socket-SSL-1.965.tar.gz