Update to 1.51

- New upstream release 1.51
  - fixed a problem where SSL_set_SSL_CTX is not available with
    OpenSSL < 0.9.8f (CPAN RT#81940)
This commit is contained in:
Paul Howarth 2012-12-14 11:14:51 +00:00
parent 690893433e
commit 8f32f124f2
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Net-SSLeay
Version: 1.50
Version: 1.51
Release: 1%{?dist}
Summary: Perl extension for using OpenSSL
Group: Development/Libraries
@ -92,6 +92,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Net::SSLeay::Handle.3pm*
%changelog
* Fri Dec 14 2012 Paul Howarth <paul@city-fan.org> - 1.51-1
- update to 1.51
- fixed a problem where SSL_set_SSL_CTX is not available with
OpenSSL < 0.9.8f (CPAN RT#81940)
* Thu Dec 13 2012 Paul Howarth <paul@city-fan.org> - 1.50-1
- update to 1.50
- fixed a problem where t/handle/external/50_external.t would crash if any of

View File

@ -1 +1 @@
5e239c5aae70dece79fcd6a4307fc53e Net-SSLeay-1.50.tar.gz
8dfa6adc39623905267a4d3232158e01 Net-SSLeay-1.51.tar.gz