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:
parent
669ae1bebf
commit
5273482db2
@ -9,7 +9,7 @@
|
|||||||
SSL_verify_callback => undef,
|
SSL_verify_callback => undef,
|
||||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||||
SSL_verifycn_publicsuffix => undef, # fallback default list 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;
|
my $ssl_op = $DEFAULT_SSL_OP;
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 2.034
|
Version: 2.035
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -7,7 +7,7 @@ License: GPL+ or Artistic
|
|||||||
URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
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
|
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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
@ -116,6 +116,16 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 8 2016 Paul Howarth <paul@city-fan.org> - 2.034-1
|
||||||
- Update to 2.034
|
- Update to 2.034
|
||||||
- Move handling of global SSL arguments into creation of context, so that
|
- Move handling of global SSL arguments into creation of context, so that
|
||||||
|
Loading…
Reference in New Issue
Block a user