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:
Paul Howarth 2012-03-08 15:59:06 +00:00
parent 99c05d2f9b
commit 3e7b01b807
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
c8c5dd8461afa74ce7a1e23fc96381ab IO-Socket-SSL-1.58.tar.gz
2da0994ed9b23fc3c33175372494e2b1 IO-Socket-SSL-1.59.tar.gz