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
This commit is contained in:
parent
b603eaa232
commit
6a22a0f629
2 changed files with 7 additions and 7 deletions
|
@ -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]*
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue