Update to 1.77
- New upstream release 1.77 - Fixed incorrect size to memset in tlsext_ticket_key_cb_invoke
This commit is contained in:
parent
b30ee261a9
commit
1cebedd81c
@ -2,7 +2,7 @@
|
||||
%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.76
|
||||
Version: 1.77
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
@ -109,6 +109,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Net::SSLeay::Handle.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 1 2016 Paul Howarth <paul@city-fan.org> - 1.77-1
|
||||
- Update to 1.77
|
||||
- Fixed incorrect size to memset in tlsext_ticket_key_cb_invoke
|
||||
|
||||
* Sun Jul 31 2016 Paul Howarth <paul@city-fan.org> - 1.76-1
|
||||
- Update to 1.76
|
||||
- Compatibility with OpenSSL 1.1, tested with openssl-1.1.0-pre5:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user