From 65677c7f87f3c5b2c85b9d3351d9735a4200ca87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 6 Dec 2018 10:32:39 +0100 Subject: [PATCH] Use perl-Net-SSLey and perl-IO-Socket-SSL with OpenSSL 1.1.1 support platform:f30 contains OpenSSL 1.1.1 without SSLv3 support. We needed a fixed Perl binding, but the fixes cannot be applied to f28 rpms branches. Thus we uses a specific f30 commit instead of f28 refs. --- perl-bootstrap.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index d6a033b..83df039 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -780,7 +780,10 @@ data: buildorder: 5 perl-Net-SSLeay: rationale: build dependency. - ref: f28 + # We need fixes for OpenSSL 1.1.1 wih disabled SSL3 support. + # These fixes are intrusive for applying to f28 branch thus we + # refer a specific f30 commit. + ref: 05e7d5430f510da15e55331a0daddaabb75b5c1b buildorder: 5 perl-PerlIO-utf8_strict: rationale: build dependency. @@ -864,7 +867,10 @@ data: buildorder: 7 perl-IO-Socket-SSL: rationale: build dependency. - ref: f28 + # We need fixes for OpenSSL 1.1.1. + # These fixes are intrusive for applying to f28 branch thus we + # refer a specific f29 commit. + ref: 84d112eedf521e434818b2910ddd7ec1f122e9d0 buildorder: 8 perl-Pod-Coverage-TrustPod: rationale: build dependency.