From 5e25984e43f2d9ac548c0814307212c225f4db59 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 8 Jul 2016 14:49:19 +0100 Subject: [PATCH] Update to 2.031 - New upstream release 2.031 - Utils::CERT_create - don't add given extensions again if they were already added; Firefox croaks with sec_error_extension_value_invalid if (specific?) extensions are given twice - Assume that Net::SSLeay::P_PKCS12_load_file will return the CA certificates with the reverse order as in the PKCS12 file, because that's what it does - Support for creating ECC keys in Utils once supported by Net::SSLeay - Remove internal sub session_cache and access cache directly (faster) - Update patches as needed --- ...SSL-2.031-use-system-default-SSL-version.patch | 2 +- perl-IO-Socket-SSL.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) rename IO-Socket-SSL-2.026-use-system-default-SSL-version.patch => IO-Socket-SSL-2.031-use-system-default-SSL-version.patch (98%) diff --git a/IO-Socket-SSL-2.026-use-system-default-SSL-version.patch b/IO-Socket-SSL-2.031-use-system-default-SSL-version.patch similarity index 98% rename from IO-Socket-SSL-2.026-use-system-default-SSL-version.patch rename to IO-Socket-SSL-2.031-use-system-default-SSL-version.patch index 247205c..d4eee47 100644 --- a/IO-Socket-SSL-2.026-use-system-default-SSL-version.patch +++ b/IO-Socket-SSL-2.031-use-system-default-SSL-version.patch @@ -9,7 +9,7 @@ SSL_verify_callback => undef, SSL_verifycn_scheme => undef, # fallback cn verification SSL_verifycn_publicsuffix => undef, # fallback default list verification -@@ -2183,7 +2183,7 @@ sub new { +@@ -2186,7 +2186,7 @@ sub new { $ssl_op |= &Net::SSLeay::OP_SINGLE_DH_USE; $ssl_op |= &Net::SSLeay::OP_SINGLE_ECDH_USE if $can_ecdh; diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 0565d36..d9e4f03 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,5 +1,5 @@ Name: perl-IO-Socket-SSL -Version: 2.029 +Version: 2.031 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -7,7 +7,7 @@ License: GPL+ or Artistic URL: http://search.cpan.org/dist/IO-Socket-SSL/ Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz Patch0: IO-Socket-SSL-2.026-use-system-default-cipher-list.patch -Patch1: IO-Socket-SSL-2.026-use-system-default-SSL-version.patch +Patch1: IO-Socket-SSL-2.031-use-system-default-SSL-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build @@ -116,6 +116,17 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3* %changelog +* Fri Jul 8 2016 Paul Howarth - 2.031-1 +- Update to 2.031 + - Utils::CERT_create - don't add given extensions again if they were already + added; Firefox croaks with sec_error_extension_value_invalid if (specific?) + extensions are given twice + - Assume that Net::SSLeay::P_PKCS12_load_file will return the CA certificates + with the reverse order as in the PKCS12 file, because that's what it does + - Support for creating ECC keys in Utils once supported by Net::SSLeay + - Remove internal sub session_cache and access cache directly (faster) +- Update patches as needed + * Tue Jun 28 2016 Paul Howarth - 2.029-1 - Update to 2.029 - Add del_session method to session cache diff --git a/sources b/sources index 91349b0..d3bac25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ac687c0b067f6a67fbf46c6b758ac07 IO-Socket-SSL-2.029.tar.gz +131a7666833cf6e5f9764c6c434586de IO-Socket-SSL-2.031.tar.gz