2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-04-22 13:27:04 by Thomas Klausner | Files touched by this commit (2) |
Log message:
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
|
2011-08-06 12:54:25 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
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".
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
2010-06-12 18:12:15 by Stoned Elipot | Files touched by this commit (2) |
Log message:
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
|
2010-05-24 19:37:16 by Stoned Elipot | Files touched by this commit (2) |
Log message:
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
|
2010-04-12 02:10:10 by Stoned Elipot | Files touched by this commit (2) |
Log message:
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
|
2009-12-15 14:22:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
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
|