diff options
author | seb <seb> | 2010-04-12 00:10:10 +0000 |
---|---|---|
committer | seb <seb> | 2010-04-12 00:10:10 +0000 |
commit | c51aae37f20e2f581831d966b9dfaf8ca9abaa23 (patch) | |
tree | 957a1f28af3b4c6a2c89079b599d720d2f79a3a5 | |
parent | 62de14ced0b005759a5b73c9eeef70833aede077 (diff) | |
download | pkgsrc-c51aae37f20e2f581831d966b9dfaf8ca9abaa23.tar.gz |
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
-rw-r--r-- | net/p5-IO-Socket-INET6/Makefile | 6 | ||||
-rw-r--r-- | net/p5-IO-Socket-INET6/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile index 325dad4d47d..5e32a1301ca 100644 --- a/net/p5-IO-Socket-INET6/Makefile +++ b/net/p5-IO-Socket-INET6/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/12/15 13:22:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/04/12 00:10:10 seb Exp $ # -DISTNAME= IO-Socket-INET6-2.57 +DISTNAME= IO-Socket-INET6-2.61 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/ COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 +DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6 SUPERSEDES= p5-INET6-[0-9]* diff --git a/net/p5-IO-Socket-INET6/distinfo b/net/p5-IO-Socket-INET6/distinfo index 5e9fd770e3b..f6c0de943f4 100644 --- a/net/p5-IO-Socket-INET6/distinfo +++ b/net/p5-IO-Socket-INET6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/12/15 13:22:12 wiz Exp $ +$NetBSD: distinfo,v 1.3 2010/04/12 00:10:10 seb Exp $ -SHA1 (IO-Socket-INET6-2.57.tar.gz) = 6191a53532c575e1d03c5f7df655c2980a93c620 -RMD160 (IO-Socket-INET6-2.57.tar.gz) = c4e3ebe8333295ef0af0c7031839d4c5233ea81c -Size (IO-Socket-INET6-2.57.tar.gz) = 14740 bytes +SHA1 (IO-Socket-INET6-2.61.tar.gz) = b917201f0c6ba7ffe5a072af2d4e0fd147696e02 +RMD160 (IO-Socket-INET6-2.61.tar.gz) = fc7c455f81a9158bfd0a83ed617c31145af686fb +Size (IO-Socket-INET6-2.61.tar.gz) = 16341 bytes |