Update to 1.65

- New upstream release 1.65
  - Added NPN (Next Protocol Negotiation) support (CPAN RT#76223)
This commit is contained in:
Paul Howarth 2012-04-16 21:13:12 +01:00
parent 126ee08d7b
commit f7be3459a3
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.64
Version: 1.65
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -54,6 +54,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
* Mon Apr 16 2012 Paul Howarth <paul@city-fan.org> - 1.65-1
- Update to 1.65
- added NPN (Next Protocol Negotiation) support (CPAN RT#76223)
* Sat Apr 7 2012 Paul Howarth <paul@city-fan.org> - 1.64-1
- Update to 1.64
- ignore die from within eval to make tests more stable on Win32

View File

@ -1 +1 @@
1759c2195631fd59429761a3b512e931 IO-Socket-SSL-1.64.tar.gz
f8bc9c35f00aba116e32839db321fcce IO-Socket-SSL-1.65.tar.gz