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:
parent
ad388a5607
commit
eb2704e697
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
IO-Socket-INET6-2.57.tar.gz
|
||||
/IO-Socket-INET6-2.66.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user