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:
parent
158d58aeae
commit
eec47bfccf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user