Update to 1.72

- New upstream release 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
This commit is contained in:
Paul Howarth 2015-09-22 12:06:36 +01:00
parent b6c2872300
commit b263d126b7
2 changed files with 8 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')
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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 1.71-1
- Update to 1.71
- Conditionalize support for MD4, MD5

View File

@ -1 +1 @@
47f514f58badbe01feff6631188c9816 Net-SSLeay-1.71.tar.gz
a740d7792dbac8ca8c4eb38d3b8fbd01 Net-SSLeay-1.72.tar.gz