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:
parent
1e2b5d5222
commit
8024750a61
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user