diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index e37eddb..6a6e363 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -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 - 1.85-9 +- OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it + * Wed Sep 19 2018 Paul Howarth - 1.85-8 - Expose SSL_CTX_set_post_handshake_auth (#1630391) https://github.com/radiator-software/p5-net-ssleay/pull/68