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:
Paul Howarth 2013-10-11 22:01:07 +01:00
parent 3fb0dd63d6
commit ead705628a
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
00a0d03063dfd10ce25aed776d278dd3 IO-Socket-SSL-1.954.tar.gz
4f975bc3932a273c46206fa926f20b08 IO-Socket-SSL-1.955.tar.gz