From eb2704e6971ffa39c3b2c94abf02ff9fc4955acf Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 13 Jan 2011 21:06:57 +0000 Subject: [PATCH] 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 --- .gitignore | 2 +- perl-IO-Socket-INET6.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1c102b3..58dcefd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -IO-Socket-INET6-2.57.tar.gz +/IO-Socket-INET6-2.66.tar.gz diff --git a/perl-IO-Socket-INET6.spec b/perl-IO-Socket-INET6.spec index fa10f0f..02f2fd9 100644 --- a/perl-IO-Socket-INET6.spec +++ b/perl-IO-Socket-INET6.spec @@ -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 - 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 - 2.57-4 - s/PERL_INSTALL_ROOT/DESTDIR/ - re-enable the test suite diff --git a/sources b/sources index 860f81b..ecd60b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65e5224afd57bbe0abfa178a206cedfe IO-Socket-INET6-2.57.tar.gz +e1a98a37758d6e76d0961ca101a29ebc IO-Socket-INET6-2.66.tar.gz