OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it

This commit is contained in:
Paul Howarth 2018-09-29 12:58:28 +01:00
parent ad61fc6a83
commit 05e7d5430f

View File

@ -9,7 +9,7 @@
Name: perl-Net-SSLeay
Version: 1.85
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Perl extension for using OpenSSL
License: Artistic 2.0
URL: https://metacpan.org/release/Net-SSLeay
@ -116,9 +116,6 @@ rm -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl
%check
make test
# Check for https://bugzilla.redhat.com/show_bug.cgi?id=1222521
perl -Iblib/{arch,lib} -MNet::SSLeay -e 'Net::SSLeay::CTX_v3_new()'
%files
%if 0%{?_licensedir:1}
%license LICENSE
@ -135,6 +132,9 @@ perl -Iblib/{arch,lib} -MNet::SSLeay -e 'Net::SSLeay::CTX_v3_new()'
%{_mandir}/man3/Net::SSLeay::Handle.3*
%changelog
* Sat Sep 29 2018 Paul Howarth <paul@city-fan.org> - 1.85-9
- OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it
* Wed Sep 19 2018 Paul Howarth <paul@city-fan.org> - 1.85-8
- Expose SSL_CTX_set_post_handshake_auth (#1630391)
https://github.com/radiator-software/p5-net-ssleay/pull/68