Update to 1.59
- New upstream release 1.59 - If SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful message when attempting to use it - Modify constant declarations so that 5.6.1 should work again - Drop %defattr, redundant since rpm 4.4
This commit is contained in:
parent
99c05d2f9b
commit
3e7b01b807
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.58
|
||||
Version: 1.59
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -52,12 +52,18 @@ make test
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc BUGS Changes README docs/ certs/ example/ util/
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 8 2012 Paul Howarth <paul@city-fan.org> - 1.59-1
|
||||
- Update to 1.59
|
||||
- if SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful message
|
||||
when attempting to use it
|
||||
- modify constant declarations so that 5.6.1 should work again
|
||||
- Drop %%defattr, redundant since rpm 4.4
|
||||
|
||||
* Mon Feb 27 2012 Paul Howarth <paul@city-fan.org> - 1.58-1
|
||||
- Update to 1.58
|
||||
- fix t/dhe.t for openssl 1.0.1 beta by forcing TLSv1, so that it does not
|
||||
|
Loading…
Reference in New Issue
Block a user