Perl 5.32 rebuild

This commit is contained in:
Jitka Plesnikova 2020-06-23 12:13:20 +02:00
parent a8e6709c9d
commit ff7d3c4763

View File

@ -9,7 +9,7 @@
Name: perl-Net-SSLeay
Version: 1.88
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Perl extension for using OpenSSL
License: Artistic 2.0
URL: https://metacpan.org/release/Net-SSLeay
@ -127,6 +127,9 @@ make test
%{_mandir}/man3/Net::SSLeay::Handle.3*
%changelog
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.88-8
- Perl 5.32 rebuild
* Sat Mar 21 2020 Paul Howarth <paul@city-fan.org> - 1.88-7
- Add SSL_shutdown() calls in Net::SSLeay::sslcat() and t/local/07_sslecho.t
to fix compatibility with OpenSSL 1.1.1e (GH#160, GH#161)