Update to 2.035

- New upstrean release 2.035
  - Fixes for issues introduced in 2.034
    - Return with error in configure_SSL if context creation failed; this
      might otherwise result in an segmentation fault later
    - Apply builtin defaults before any (user configurable) global settings
      (i.e. done with set_defaults, set_default_context...) so that builtins
      don't replace user settings
- Update patches as needed
This commit is contained in:
Paul Howarth 2016-08-11 19:06:10 +01:00
parent 669ae1bebf
commit 5273482db2
3 changed files with 14 additions and 4 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
@@ -2202,7 +2202,7 @@ sub new {
@@ -2200,7 +2200,7 @@ sub new {
my $ssl_op = $DEFAULT_SSL_OP;

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 2.034
Version: 2.035
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.034-use-system-default-cipher-list.patch
Patch1: IO-Socket-SSL-2.034-use-system-default-SSL-version.patch
Patch1: IO-Socket-SSL-2.035-use-system-default-SSL-version.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Module Build
@ -116,6 +116,16 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
%changelog
* Thu Aug 11 2016 Paul Howarth <paul@city-fan.org> - 2.035-1
- Update to 2.035
- Fixes for issues introduced in 2.034
- Return with error in configure_SSL if context creation failed; this
might otherwise result in an segmentation fault later
- Apply builtin defaults before any (user configurable) global settings
(i.e. done with set_defaults, set_default_context...) so that builtins
don't replace user settings
- Update patches as needed
* Mon Aug 8 2016 Paul Howarth <paul@city-fan.org> - 2.034-1
- Update to 2.034
- Move handling of global SSL arguments into creation of context, so that

View File

@ -1 +1 @@
f025da52302e111839ade8b8fa8530eb IO-Socket-SSL-2.034.tar.gz
18a653525b5e00253dc8a8e97c172a4d IO-Socket-SSL-2.035.tar.gz