Accepting request 297942 from home:vitezslav_cizek:branches:devel:languages:perl
- add DHE-RSA to the default client cipher list to support PFS with older machines (bnc#924976) * added perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch - add cpanspec.yml to support automatic version updates (see http://lists.opensuse.org/opensuse-packaging/2015-04/msg00084.html) OBS-URL: https://build.opensuse.org/request/show/297942 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=76
This commit is contained in:
parent
49675887d8
commit
d2e34d78bd
3
cpanspec.yml
Normal file
3
cpanspec.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
patches:
|
||||
perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch: -p1
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 12:32:39 UTC 2015 - vcizek@suse.com
|
||||
|
||||
- add DHE-RSA to the default client cipher list to support PFS with
|
||||
older machines (bnc#924976)
|
||||
* added perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch
|
||||
- add cpanspec.yml to support automatic version updates
|
||||
(see http://lists.opensuse.org/opensuse-packaging/2015-04/msg00084.html)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 18:29:56 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -25,6 +25,8 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||
Source: http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Patch: perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@ -76,6 +78,7 @@ Additional documentation can be found in
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
@ -0,0 +1,14 @@
|
||||
Index: IO-Socket-SSL-2.012/lib/IO/Socket/SSL.pm
|
||||
===================================================================
|
||||
--- IO-Socket-SSL-2.012.orig/lib/IO/Socket/SSL.pm 2015-02-02 08:44:32.000000000 +0100
|
||||
+++ IO-Socket-SSL-2.012/lib/IO/Socket/SSL.pm 2015-04-18 11:37:15.730344825 +0200
|
||||
@@ -129,6 +129,9 @@ my %DEFAULT_SSL_CLIENT_ARGS = (
|
||||
DHE-DSS-AES128-SHA
|
||||
DHE-DSS-AES256-SHA256
|
||||
DHE-DSS-AES256-SHA
|
||||
+ DHE-RSA-AES128-SHA
|
||||
+ DHE-RSA-AES256-SHA256
|
||||
+ DHE-RSA-AES256-SHA
|
||||
AES128-SHA256
|
||||
AES128-SHA
|
||||
AES256-SHA256
|
Loading…
x
Reference in New Issue
Block a user