Update to 1.74

- New upstream release 1.74
  - Accept a version of SSLv2/3 as SSLv23, because older documentation could
    be interpreted like this
This commit is contained in:
Paul Howarth 2012-05-14 14:10:36 +01:00
parent 7a4ecb3637
commit 600d46f55f
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.73 Version: 1.74
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
* Mon May 14 2012 Paul Howarth <paul@city-fan.org> - 1.74-1
- Update to 1.74
- accept a version of SSLv2/3 as SSLv23, because older documentation could
be interpreted like this
* Fri May 11 2012 Paul Howarth <paul@city-fan.org> - 1.73-1 * Fri May 11 2012 Paul Howarth <paul@city-fan.org> - 1.73-1
- Update to 1.73 - Update to 1.73
- set DEFAULT_CIPHER_LIST to ALL:!LOW instead of HIGH:!LOW - set DEFAULT_CIPHER_LIST to ALL:!LOW instead of HIGH:!LOW

View File

@ -1 +1 @@
94d0e640abf765f3268aab34eae79f6a IO-Socket-SSL-1.73.tar.gz 6a9bc800d136af7709b2fb8dd2e4e8a5 IO-Socket-SSL-1.74.tar.gz