commit 449688d154b5bdca2fc763c1af050ab708262133 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Sep 22 15:21:39 2014 +0100 Update to 1.998 - New upstream release 1.998 - Make client authentication work at the server side when SNI is in by use having CA path and other settings in all SSL contexts instead of only the main one (https://github.com/noxxi/p5-io-socket-ssl/pull/15) ...-SSL-1.998-use-system-default-SSL-version.patch | 2 +- perl-IO-Socket-SSL.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) --- diff --git a/IO-Socket-SSL-1.997-use-system-default-SSL-version.patch b/IO-Socket-SSL-1.998-use-system-default-SSL-version.patch similarity index 97% rename from IO-Socket-SSL-1.997-use-system-default-SSL-version.patch rename to IO-Socket-SSL-1.998-use-system-default-SSL-version.patch index eed3aa9..695af45 100644 --- a/IO-Socket-SSL-1.997-use-system-default-SSL-version.patch +++ b/IO-Socket-SSL-1.998-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 -@@ -2043,7 +2043,7 @@ WARN +@@ -2045,7 +2045,7 @@ WARN my $ssl_op = Net::SSLeay::OP_ALL(); diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 683ff58..aea6bda 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,13 +1,13 @@ Name: perl-IO-Socket-SSL -Version: 1.997 -Release: 4%{?dist} +Version: 1.998 +Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries 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-1.997-use-system-default-cipher-list.patch -Patch1: IO-Socket-SSL-1.997-use-system-default-SSL-version.patch +Patch1: IO-Socket-SSL-1.998-use-system-default-SSL-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch BuildRequires: openssl >= 0.9.8 @@ -100,6 +100,12 @@ rm -rf %{buildroot} %{_mandir}/man3/IO::Socket::SSL::Utils.3* %changelog +* Mon Sep 22 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 1.998-1 +- Update to 1.998 + - Make client authentication work at the server side when SNI is in by use + having CA path and other settings in all SSL contexts instead of only the + main one (https://github.com/noxxi/p5-io-socket-ssl/pull/15) + * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 1.997-4 - Perl 5.20 rebuild diff --git a/sources b/sources index a35d649..b0270bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a6268bb42da81e69d1c1feb2fcb0eea IO-Socket-SSL-1.997.tar.gz +00e23adb0bd80f4fa9c4336109e4f9db IO-Socket-SSL-1.998.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel