diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 6537875..c890fc7 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') Name: perl-Net-SSLeay -Version: 1.71 +Version: 1.72 Release: 1%{?dist} Summary: Perl extension for using OpenSSL Group: Development/Libraries @@ -107,6 +107,12 @@ rm -rf %{buildroot} %{_mandir}/man3/Net::SSLeay::Handle.3* %changelog +* Tue Sep 22 2015 Paul Howarth - 1.72-1 +- Update to 1.72 + - Fixed a problem where SvPVx_nolen was undefined in some versions of perl; + replaced with SvPV_nolen + - Fixed a cast warning on Darwin + * Fri Sep 18 2015 Paul Howarth - 1.71-1 - Update to 1.71 - Conditionalize support for MD4, MD5 diff --git a/sources b/sources index 932fff1..1ba6512 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47f514f58badbe01feff6631188c9816 Net-SSLeay-1.71.tar.gz +a740d7792dbac8ca8c4eb38d3b8fbd01 Net-SSLeay-1.72.tar.gz