Update to 1.52

- New upstream release 1.52:
  - Fix for t/nonblock.t hangs on AIX (CPAN RT#72305)
  - Disable t/memleak_bad_handshake.t on AIX, because it might hang
    (CPAN RT#72170)
  - Fix syntax error in t/memleak_bad_handshake.t
This commit is contained in:
Paul Howarth 2011-12-07 11:13:39 +00:00
parent edb47ab0e1
commit f26c71c8d4
2 changed files with 9 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
Name: perl-IO-Socket-SSL
Version: 1.49
Version: 1.52
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -59,6 +59,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
* Wed Dec 7 2011 Paul Howarth <paul@city-fan.org> - 1.52-1
- Update to 1.52
- fix for t/nonblock.t hangs on AIX (CPAN RT#72305)
- disable t/memleak_bad_handshake.t on AIX, because it might hang
(CPAN RT#72170)
- fix syntax error in t/memleak_bad_handshake.t
* Fri Oct 28 2011 Paul Howarth <paul@city-fan.org> - 1.49-1
- Update to 1.49
- another regression for readline fix: this time it failed to return lines

View File

@ -1 +1 @@
236c754eb3755d280504a7ca8ba5ba01 IO-Socket-SSL-1.49.tar.gz
d4ea32802f27db54df18c8455936a18d IO-Socket-SSL-1.52.tar.gz