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

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 22 12:27:49 UTC 2014


commit 5821112cbb277c6fd66274fa5c7f6fbf405d3ae0
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 22 12:27:31 2014 +0000

    Update to 1.966
    
    - New upstream release 1.966
      - Fixed bug introduced in 1.964 - disabling TLSv1_2 no longer worked by
        specifying !TLSv12; only !TLSv1_2 worked
      - Fixed leak of session objects in SessionCache, if another session
        replaced an existing session (introduced in 1.965)

 perl-IO-Socket-SSL.spec |    9 ++++++++-
 sources                 |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 7be72dd..e82f9a0 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.965
+Version:	1.966
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -71,6 +71,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
 
 %changelog
+* Wed Jan 22 2014 Paul Howarth <paul at city-fan.org> - 1.966-1
+- Update to 1.966
+  - Fixed bug introduced in 1.964 - disabling TLSv1_2 no longer worked by
+    specifying !TLSv12; only !TLSv1_2 worked
+  - Fixed leak of session objects in SessionCache, if another session
+    replaced an existing session (introduced in 1.965)
+
 * 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
diff --git a/sources b/sources
index 77a86ee..e2cccd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2091fbdefe070a5f074b36abe3894f50  IO-Socket-SSL-1.965.tar.gz
+af82b20feb6633f1a707d40dbbf7f590  IO-Socket-SSL-1.966.tar.gz


More information about the scm-commits mailing list