From 1cebedd81cea1617e1e92b13e79dcd41dcacc766 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 1 Aug 2016 09:10:23 +0100 Subject: [PATCH] Update to 1.77 - New upstream release 1.77 - Fixed incorrect size to memset in tlsext_ticket_key_cb_invoke --- perl-Net-SSLeay.spec | 6 +++++- sources | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 823eea5..33caa06 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -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 - 1.77-1 +- Update to 1.77 + - Fixed incorrect size to memset in tlsext_ticket_key_cb_invoke + * Sun Jul 31 2016 Paul Howarth - 1.76-1 - Update to 1.76 - Compatibility with OpenSSL 1.1, tested with openssl-1.1.0-pre5: diff --git a/sources b/sources index 5e8a586..c05be08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1ba01681bec92cdd065ecc89dbf1551 Net-SSLeay-1.76.tar.gz +d64f828a327419055a63a561307bac95 Net-SSLeay-1.77.tar.gz