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:
Paul Howarth 2016-08-01 09:10:23 +01:00
parent b30ee261a9
commit 1cebedd81c
2 changed files with 6 additions and 2 deletions

View File

@ -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:

View File

@ -1 +1 @@
f1ba01681bec92cdd065ecc89dbf1551 Net-SSLeay-1.76.tar.gz
d64f828a327419055a63a561307bac95 Net-SSLeay-1.77.tar.gz