Update to 1.955
- New upstream release 1.955 - Support for perfect forward secrecy using ECDH, if the Net::SSLeay version supports it
This commit is contained in:
parent
3fb0dd63d6
commit
ead705628a
@ -1,6 +1,6 @@
|
||||
# Work around Perl/RPM versioning inconsistencies
|
||||
%global rpmversion 1.95.4
|
||||
%global cpanversion 1.954
|
||||
%global rpmversion 1.95.5
|
||||
%global cpanversion 1.955
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: %{rpmversion}
|
||||
@ -74,6 +74,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 11 2013 Paul Howarth <paul@city-fan.org> - 1.95.5-1
|
||||
- Update to 1.955
|
||||
- Support for perfect forward secrecy using ECDH, if the Net::SSLeay version
|
||||
supports it
|
||||
|
||||
* Sun Sep 15 2013 Paul Howarth <paul@city-fan.org> - 1.95.4-1
|
||||
- Update to 1.954
|
||||
- Accept older versions of ExtUtils::MakeMaker and add meta information like
|
||||
|
Loading…
Reference in New Issue
Block a user