Update to 1.38

- New upstream release 1.38
  - fixed a problem with various symbols that only became available in OpenSSL
    0.9.8 such as X509_VERIFY_PARAM and X509_POLICY_NODE, causing build
    failures with older versions of OpenSSL (CPAN RT#71013)
This commit is contained in:
Paul Howarth 2011-09-16 13:54:07 +01:00
parent 1e2b5d5222
commit 8024750a61
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Net-SSLeay
Version: 1.37
Version: 1.38
Release: 1%{?dist}
Summary: Perl extension for using OpenSSL
Group: Development/Libraries
@ -79,6 +79,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/Net::SSLeay*.3*
%changelog
* Fri Sep 16 2011 Paul Howarth <paul@city-fan.org> - 1.38-1
- update to 1.38
- fixed a problem with various symbols that only became available in OpenSSL
0.9.8 such as X509_VERIFY_PARAM and X509_POLICY_NODE, causing build
failures with older versions of OpenSSL (CPAN RT#71013)
* Fri Sep 16 2011 Paul Howarth <paul@city-fan.org> - 1.37-1
- update to 1.37
- added X509_get_fingerprint

View File

@ -1 +1 @@
64c800dd6b9eb36901b9648e4fbe730b Net-SSLeay-1.37.tar.gz
b64d0167fe6497493e331f121a57fb52 Net-SSLeay-1.38.tar.gz