to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
2010-06-11 Shlomi Fish <shlomif@iglu.org.il>
* Add a fix for t/io_multihomed6.t to make sure
ok 3 will be printed before ok 4. due to many failures in the tests.
Such as:
- http://www.cpantesters.org/cpan/report/07413426-b19f-3f77-b713-d32bba55d77f
* New Release IO-Socket-INET6-2.65
2010-06-08 Shlomi Fish <shlomif@iglu.org.il>
* Applied a patch to fix t/io_multihomed6.t on old Perls / old Linux
distributions:
- https://rt.cpan.org/Ticket/Display.html?id=58198
- Thanks to Paul.
* New Release IO-Socket-INET6-2.64
2010-05-29 Shlomi Fish <shlomif@iglu.org.il>
* Applied a modified patch to t/io_multihomed6.t to correct the test
on Fedora 10 and others:
- https://rt.cpan.org/Public/Bug/Display.html?id=57676
* New Release IO-Socket-INET6-2.63
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
2010-03-25 Shlomi Fish <shlomif@iglu.org.il>
* Fix the inet_pton / inet_ntop import warnings:
- https://rt.cpan.org/Ticket/Display.html?id=55901
- Thanks to Todd Rinaldo for the patch.
* Fix listening on :: or 0.0.0.0 - a random address instead of
the specified would be used. Added test listen_port_only.t
- Regression from 2.57:
- https://rt.cpan.org/Ticket/Display.html?id=54656
- Thanks to Steffen Ullrich for the patch.
* New Release IO-Socket-INET6-2.60
* Fixes to t/listen_port_only.t.
* New Release IO-Socket-INET6-2.61
2010-03-19 Shlomi Fish <shlomif@iglu.org.il>
* Syntax change to adapt for older Perls:
- https://rt.cpan.org/Ticket/Display.html?id=54656
- Thanks to paul.
* New Release IO-Socket-INET6-2.59
2010-03-18 Shlomi Fish <shlomif@iglu.org.il>
* Applied a patch by Steffen Ullrich, fixing:
https://rt.cpan.org/Ticket/Display.html?id=54656
* New Release IO-Socket-INET6-2.58
2009-11-23 Shlomi Fish <shlomif@iglu.org.il>
* Applied a modified version of a patch by Matthew Horsfall
<wolfsage@gmail.com> in order to add t/blocking.t and deal with the
blocking sockets properly.
* New Release IO-Scoket-INET6-2.57
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
Please note that the package net/p5-IO-Socket-INET6 provides
exactly the same Perl 5 module, namely IO::Socket::INET6.
Make the MAINTAINER of the now defunct package net/p5-INET6 the
MAINTAINER of net/p5-IO-Socket-INET6.
Approved by net/p5-INET6's MAINTAINER.
IO::Socket::INET6 provides an object interface to creating and
using sockets in both AF_INET|AF_INET6 domain. It is built upon
the IO::Socket interface and inherits all the methods defined by
IO::Socket.
WARNING: You should use this module mainly to program IPv6 domain.
Most pobably future releases will not support AF_INET | AF_UNSPEC
options, as the module seems to fail on some given corner cases.
If you require IPv4, you are encouraged to use IO::Socket::INET
from the application level. Be warned.