Update to 1.73
- New upstream release 1.73 - Set DEFAULT_CIPHER_LIST to ALL:!LOW instead of HIGH:!LOW - Make test t/dhe.t hopefully work with more versions of openssl
This commit is contained in:
parent
a5c27d9e75
commit
7a4ecb3637
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.71
|
Version: 1.73
|
||||||
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
|
||||||
|
* Fri May 11 2012 Paul Howarth <paul@city-fan.org> - 1.73-1
|
||||||
|
- Update to 1.73
|
||||||
|
- set DEFAULT_CIPHER_LIST to ALL:!LOW instead of HIGH:!LOW
|
||||||
|
- make test t/dhe.t hopefully work with more versions of openssl
|
||||||
|
|
||||||
* Wed May 9 2012 Paul Howarth <paul@city-fan.org> - 1.71-1
|
* Wed May 9 2012 Paul Howarth <paul@city-fan.org> - 1.71-1
|
||||||
- Update to 1.71
|
- Update to 1.71
|
||||||
- 1.70 done right: don't disable SSLv2 ciphers; SSLv2 support is better
|
- 1.70 done right: don't disable SSLv2 ciphers; SSLv2 support is better
|
||||||
|
Loading…
Reference in New Issue
Block a user