Update to 1.70
- New upstream release 1.70 - Make it possible to disable protocols using SSL_version, and make SSL_version default to 'SSLv23:!SSLv2'
This commit is contained in:
parent
cf5770db64
commit
0151f675ec
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.69
|
||||
Version: 1.70
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -54,6 +54,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue May 8 2012 Paul Howarth <paul@city-fan.org> - 1.70-1
|
||||
- Update to 1.70
|
||||
- make it possible to disable protocols using SSL_version, and make
|
||||
SSL_version default to 'SSLv23:!SSLv2'
|
||||
|
||||
* Tue May 8 2012 Paul Howarth <paul@city-fan.org> - 1.69-1
|
||||
- Update to 1.69 (changes for CPAN RT#76929)
|
||||
- if no explicit cipher list is given, default to ALL:!LOW instead of the
|
||||
|
Loading…
Reference in New Issue
Block a user