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:
parent
0151f675ec
commit
a5c27d9e75
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user