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)
This commit is contained in:
Paul Howarth 2014-09-22 15:21:39 +01:00
parent 8950a78dcb
commit 449688d154
3 changed files with 11 additions and 5 deletions

View File

@ -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();

View File

@ -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@city-fan.org> - 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@redhat.com> - 1.997-4
- Perl 5.20 rebuild

View File

@ -1 +1 @@
2a6268bb42da81e69d1c1feb2fcb0eea IO-Socket-SSL-1.997.tar.gz
00e23adb0bd80f4fa9c4336109e4f9db IO-Socket-SSL-1.998.tar.gz