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:
Paul Howarth 2012-05-08 15:56:19 +01:00
parent cf5770db64
commit 0151f675ec
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
49881073cca5a17ecb62aadb1b21af5b IO-Socket-SSL-1.69.tar.gz
c991e12b870a5ee1ec8c0b968dbcf756 IO-Socket-SSL-1.70.tar.gz