Update to 1.79
- New upstream release 1.79
- Patch to fix a few inline variable declarations that cause errors for older
compilers
- Patch: Generated C code is not compatible with MSVC, AIX cc, probably
others; added some PREINIT blocks and replaced 2 cases of INIT with PREINIT
- Fix compile failure if the OpenSSL library it's built against has
compression support compiled out
- Added RSA_get_key_parameters() to return a list of pointers to RSA key
internals (only available prior to OpenSSL 1.1)
- Fix some documentation typos
- Testing with openssl-1.1.0b
This commit is contained in:
parent
10e076490d
commit
bf2a3b4f79
@ -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.78
|
||||
Release: 2%{?dist}
|
||||
Version: 1.79
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
License: Artistic 2.0
|
||||
@ -109,6 +109,19 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Net::SSLeay::Handle.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 3 2017 Paul Howarth <paul@city-fan.org> - 1.79-1
|
||||
- Update to 1.79
|
||||
- Patch to fix a few inline variable declarations that cause errors for older
|
||||
compilers
|
||||
- Patch: Generated C code is not compatible with MSVC, AIX cc, probably
|
||||
others; added some PREINIT blocks and replaced 2 cases of INIT with PREINIT
|
||||
- Fix compile failure if the OpenSSL library it's built against has
|
||||
compression support compiled out
|
||||
- Added RSA_get_key_parameters() to return a list of pointers to RSA key
|
||||
internals (only available prior to OpenSSL 1.1)
|
||||
- Fix some documentation typos
|
||||
- Testing with openssl-1.1.0b
|
||||
|
||||
* Wed Oct 12 2016 Paul Howarth <paul@city-fan.org> - 1.78-2
|
||||
- Rebuild for OpenSSL 1.1.0 in Fedora 26
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user