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.
This commit is contained in:
Petr Písař 2018-12-06 10:32:39 +01:00
commit 65677c7f87

View file

@ -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.