From ddc83e4abc9b311b43f11383d38ca6bebad025ee Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Tue, 12 Jul 2016 16:31:13 +0100
Subject: Update to 2.032

- New upstream release 2.032
  - Set session id context only on the server side; even if the documentation
    for SSL_CTX_set_session_id_context makes clear that this function is server
    side only, it actually affects handling of session reuse on the client side
    too and can result in error "SSL3_GET_SERVER_HELLO:attempt to reuse session
    in different context" at the client
---
 perl-IO-Socket-SSL.spec | 10 +++++++++-
 sources                 |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index d9e4f03..0a201a4 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:          perl-IO-Socket-SSL
-Version:       2.031
+Version:       2.032
 Release:       1%{?dist}
 Summary:       Perl library for transparent SSL
 Group:         Development/Libraries
@@ -116,6 +116,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Tue Jul 12 2016 Paul Howarth <p...@city-fan.org> - 2.032-1
+- Update to 2.032
+  - Set session id context only on the server side; even if the documentation
+    for SSL_CTX_set_session_id_context makes clear that this function is server
+    side only, it actually affects handling of session reuse on the client side
+    too and can result in error "SSL3_GET_SERVER_HELLO:attempt to reuse session
+    in different context" at the client
+
 * Fri Jul  8 2016 Paul Howarth <p...@city-fan.org> - 2.031-1
 - Update to 2.031
   - Utils::CERT_create - don't add given extensions again if they were already
diff --git a/sources b/sources
index d3bac25..2fab3c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-131a7666833cf6e5f9764c6c434586de  IO-Socket-SSL-2.031.tar.gz
+5c862771592819b3e45369a07ab5cc7f  IO-Socket-SSL-2.032.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-IO-Socket-SSL.git/commit/?h=master&id=ddc83e4abc9b311b43f11383d38ca6bebad025ee
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to