Up to [cvs.NetBSD.org] / pkgsrc / net / p5-IO-Socket-INET6
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Update to 2.73 Upstream changes: 2021-12-10 Shlomi Fish <shlomif@shlomifish.org> * Deprecate in favour of L<IO::Socket::IP> . * New Release IO-Socket-INET6-2.73
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to 2.72: 2013-06-23 Shlomi Fish <shlomif@shlomifish.org> * Add minimum version of perl to 5.8.x (CPANTS Kwalitee). * Add LICENSE file. (CPANTS). * New Release IO-Socket-INET6-2.72
Update to 2.71: 2013-06-23 Shlomi Fish <shlomif@shlomifish.org> * Correct typos. - https://rt.cpan.org/Public/Bug/Display.html?id=86344 * New Release IO-Socket-INET6-2.71
Updating CPAN Distribution of Perl Module IO::Socket::INET6 from 2.69nb2 to 2.70. Upstream changes: 2013-05-21 Shlomi Fish <shlomif@shlomifish.org> * Fix a typo: - https://rt.cpan.org/Ticket/Display.html?id=73143 * Add t/style-trailing-space.t and got rid of trailing space. * New Release IO-Socket-INET6-2.70
Update to 2.69: 2011-11-28 Shlomi Fish <shlomif@shlomifish.org> * Fix the imports on t/io_multihomed6.t . - Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 again. * Update the link to the repository in Build.PL. * New Release IO-Socket-INET6-2.69 2011-11-28 Shlomi Fish <shlomif@shlomifish.org> * Solved symbol clashes in t/io_multihomed6.t . - Fixes https://rt.cpan.org/Ticket/Display.html?id=72769 * New Release IO-Socket-INET6-2.68
Update "p5-IO-Socket-INET6" package to version 2.67. Changes since version 2.65: - IO-Socket is doing some imports so we now do use IO::Socket (). - Fixed the rest of the imports. - Thanks to LeoNerd - Made the use Socket call import constants selectively, and not rely on @EXPORT's whims: - http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5 This update stops warnings about re-defining "sockaddr_in6" produced by e.g. "mrtg" or "spamassassin".
Update p5-IO-Socket-INET6 from version 2.62 to version 2.65. 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
Update p5-IO-Socket-INET6 from version 2.61 to version 2.62. Upstream changes: * Solved "problems with multihomed and family order" - https://rt.cpan.org/Ticket/Display.html?id=57676 - Thanks to Steffen Ullrich * New Release IO-Socket-INET6-2.62
Update p5-IO-Socket-INET6 from version 2.57 to version 2.61. 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
Update to 2.57, set LICENSE. 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
Import p5-IO-Socket-INET6-2.56 as net/p5-IO-Socket-INET6. 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.
Initial revision