Update to 1.71

- New upstream release 1.71
  - 1.70 done right: don't disable SSLv2 ciphers; SSLv2 support is better
    disabled by the default SSL_version of 'SSLv23:!SSLv2'
This commit is contained in:
Paul Howarth 2012-05-09 12:30:57 +01:00
parent 0151f675ec
commit a5c27d9e75
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.70 Version: 1.71
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
@ -54,6 +54,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Wed May 9 2012 Paul Howarth <paul@city-fan.org> - 1.71-1
- Update to 1.71
- 1.70 done right: don't disable SSLv2 ciphers; SSLv2 support is better
disabled by the default SSL_version of 'SSLv23:!SSLv2'
* Tue May 8 2012 Paul Howarth <paul@city-fan.org> - 1.70-1 * Tue May 8 2012 Paul Howarth <paul@city-fan.org> - 1.70-1
- Update to 1.70 - Update to 1.70
- make it possible to disable protocols using SSL_version, and make - make it possible to disable protocols using SSL_version, and make

View File

@ -1 +1 @@
c991e12b870a5ee1ec8c0b968dbcf756 IO-Socket-SSL-1.70.tar.gz e1a0d44b6f00f3a72aeb56a812d968f5 IO-Socket-SSL-1.71.tar.gz