Update to 2.66

- New upstream release 2.66:
  - Fix inet_pton/inet_ntop import warnings (CPAN RT#55901)
  - Fix listening on :: or 0.0.0.0 (CPAN RT#54656)
  - Add test listen_port_only.t
  - Solved problems with multihomed and family order (CPAN RT#57676)
  - Fix select timeout issue in t/io_multihomed6.t
  - Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198)
  - Made the "use Socket" call import constants selectively, and not rely on
    @EXPORT's whims
This commit is contained in:
Paul Howarth 2011-01-13 21:06:57 +00:00
parent ad388a5607
commit eb2704e697
3 changed files with 15 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
IO-Socket-INET6-2.57.tar.gz
/IO-Socket-INET6-2.66.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-IO-Socket-INET6
Version: 2.57
Release: 4%{?dist}
Version: 2.66
Release: 1%{?dist}
Summary: Perl Object interface for AF_INET|AF_INET6 domain sockets
Group: Development/Libraries
License: GPL+ or Artistic
@ -52,6 +52,17 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.66-1
- Update to 2.66
- Fix inet_pton/inet_ntop import warnings (CPAN RT#55901)
- Fix listening on :: or 0.0.0.0 (CPAN RT#54656)
- Add test listen_port_only.t
- Solved problems with multihomed and family order (CPAN RT#57676)
- Fix select timeout issue in t/io_multihomed6.t
- Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198)
- Made the "use Socket" call import constants selectively, and not rely on
@EXPORT's whims
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.57-4
- s/PERL_INSTALL_ROOT/DESTDIR/
- re-enable the test suite

View File

@ -1 +1 @@
65e5224afd57bbe0abfa178a206cedfe IO-Socket-INET6-2.57.tar.gz
e1a98a37758d6e76d0961ca101a29ebc IO-Socket-INET6-2.66.tar.gz