Update to 1.81
- New upstream release 1.81
- Enable RSA_get_key_parameters with LibreSSL - again
- Fixed memory leak in X509_get_subjectAltNames
- Added . to lib path in Makefile.PL to accommodate people who are using a
perl with -Ddefault_inc_excludes_dot
- Fixed build failure if engine support not present
- Improvements to get_my_thread_id to work around possibility of ERRSV not
being defined, e.g. on OpenWRT
This commit is contained in:
parent
fe2b2e2b1a
commit
62017fc415
4
.rpmlint
Normal file
4
.rpmlint
Normal file
@ -0,0 +1,4 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US http -> ");
|
||||
addFilter("spelling-error %description -l en_US sslcat -> ");
|
||||
addFilter("crypto-policy-non-compliance-openssl /usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so SSL_CTX_set_cipher_list");
|
||||
@ -2,8 +2,8 @@
|
||||
%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e' 2>/dev/null || echo 0)
|
||||
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.80
|
||||
Release: 2%{?dist}
|
||||
Version: 1.81
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
License: Artistic 2.0
|
||||
@ -109,6 +109,16 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Net::SSLeay::Handle.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 28 2017 Paul Howarth <paul@city-fan.org> - 1.81-1
|
||||
- Update to 1.81
|
||||
- Enable RSA_get_key_parameters with LibreSSL - again
|
||||
- Fixed memory leak in X509_get_subjectAltNames
|
||||
- Added . to lib path in Makefile.PL to accommodate people who are using a
|
||||
perl with -Ddefault_inc_excludes_dot
|
||||
- Fixed build failure if engine support not present
|
||||
- Improvements to get_my_thread_id to work around possibility of ERRSV not
|
||||
being defined, e.g. on OpenWRT
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.80-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Net-SSLeay-1.80.tar.gz) = 03b5f2ba86d20f31ef50029af94b1bcf513c7b99d9666a04e83aba4f7c8cce3e30daf6df85932619949f059177660f49a928488e61b967a12dd4aec41eafad95
|
||||
SHA512 (Net-SSLeay-1.81.tar.gz) = 8d4b72ede74ea22cf2ed681a8441f40965331cd5d4442c19677cf5bc7c1e61ed1e50d0f3a4f1b272428485bcc132ec99b0c75344ca43e8a34a9dd15539719f55
|
||||
|
||||
Loading…
Reference in New Issue
Block a user