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

Paul Howarth pghmcfc at fedoraproject.org
Sun Mar 16 20:06:56 UTC 2014


commit 50d7fbb55f0ccb218291aa7ddac53697a32588b4
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Mar 16 20:06:13 2014 +0000

    Update to 1.969
    
    - New upstream release 1.969
      - Fix set_defaults to match documentation regarding short names
      - New function set_args_filter_hack to make it possible to override bad SSL
        settings from other code at the last moment
      - Determine default_ca on module load (and not on first use in each thread)
      - Don't try default hostname verification if verify_mode 0
      - Fix hostname verification when reusing context

 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 1a4ae65..bc34de6 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.968
+Version:	1.969
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -72,6 +72,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
 
 %changelog
+* Sun Mar 16 2014 Paul Howarth <paul at city-fan.org> - 1.969-1
+- Update to 1.969
+  - Fix set_defaults to match documentation regarding short names
+  - New function set_args_filter_hack to make it possible to override bad SSL
+    settings from other code at the last moment
+  - Determine default_ca on module load (and not on first use in each thread)
+  - Don't try default hostname verification if verify_mode 0
+  - Fix hostname verification when reusing context
+
 * Thu Mar 13 2014 Paul Howarth <paul at city-fan.org> - 1.968-1
 - Update to 1.968
   - BEHAVIOR CHANGE: removed implicit defaults of certs/server-{cert,key}.pem
diff --git a/sources b/sources
index 7190f67..b526e14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-033e9e15406e7cd9071f1ebc51c90da9  IO-Socket-SSL-1.968.tar.gz
+3dedb2a7961beb8fed80cd29929b8029  IO-Socket-SSL-1.969.tar.gz



More information about the perl-devel mailing list