[perl-IO-Socket-SSL] Update to 1.965

Paul Howarth pghmcfc at fedoraproject.org
Fri Jan 17 16:31:29 UTC 2014


commit eec47bfccf513a7c32e29def949eaba9acdd4a82
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jan 17 16:29:16 2014 +0000

    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

 perl-IO-Socket-SSL.spec |   11 ++++++++++-
 sources                 |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 7a5bda5..7be72dd 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -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 at 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 at city-fan.org> - 1.964-1
 - Update to 1.964
   - Disabling TLSv1_1 did not work, because the constant was wrong; now it gets
diff --git a/sources b/sources
index 116cc19..77a86ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbfedc287725e70337612ab7e8fce889  IO-Socket-SSL-1.964.tar.gz
+2091fbdefe070a5f074b36abe3894f50  IO-Socket-SSL-1.965.tar.gz



More information about the perl-devel mailing list