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

Paul Howarth pghmcfc at fedoraproject.org
Wed Apr 2 11:06:38 UTC 2014


commit 70cd5c8b43aaec192539c9486c96e424459654fe
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Apr 2 12:02:56 2014 +0100

    Update to 1.975
    
    - New upstream release 1.975
      - BEHAVIOR CHANGE: work around TEA misfeature on OS X built-in openssl, e.g.
        guarantee that only the explicitly-given CA or the openssl default CA will
        be used; this means that certificates inside the OS X keyring will no
        longer be used, because there is no way to control the use by openssl
        (e.g. certificate pinning etc.)
      - Make external tests run by default to make sure default CA works on all
        platforms; it skips automatically on network problems like timeouts or SSL
        interception, and can also use http(s)_proxy environment variables

 perl-IO-Socket-SSL.spec |   13 ++++++++++++-
 sources                 |    2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index a1bc6a5..50d7037 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:		perl-IO-Socket-SSL
-Version:	1.974
+Version:	1.975
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
@@ -72,6 +72,17 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
 
 %changelog
+* Wed Apr  2 2014 Paul Howarth <paul at city-fan.org> - 1.975-1
+- Update to 1.975
+  - BEHAVIOR CHANGE: work around TEA misfeature on OS X built-in openssl, e.g.
+    guarantee that only the explicitly-given CA or the openssl default CA will
+    be used; this means that certificates inside the OS X keyring will no
+    longer be used, because there is no way to control the use by openssl
+    (e.g. certificate pinning etc.)
+  - Make external tests run by default to make sure default CA works on all
+    platforms; it skips automatically on network problems like timeouts or SSL
+    interception, and can also use http(s)_proxy environment variables
+
 * Wed Apr  2 2014 Paul Howarth <paul at city-fan.org> - 1.974-1
 - Update to 1.974
   - New function peer_certificates to get the whole certificate chain; needs
diff --git a/sources b/sources
index 06b4123..d6c4604 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1452f0c298b2278f7a0a95550c0228ce  IO-Socket-SSL-1.974.tar.gz
+aff1da9c2bda589024c9147c6a3ae33a  IO-Socket-SSL-1.975.tar.gz


More information about the scm-commits mailing list