diff options
author | wen <wen@pkgsrc.org> | 2015-09-30 11:38:41 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-09-30 11:38:41 +0000 |
commit | 2a6ce3dd2040ae377dac04f015ae3aaa1c33a1ec (patch) | |
tree | 3420448f564dc5a4742052e6cd3acd233cc6b074 /net/p5-Test-TCP | |
parent | f5c73bb7735eeeb13f12209a07c4dbb2d81b2980 (diff) | |
download | pkgsrc-2a6ce3dd2040ae377dac04f015ae3aaa1c33a1ec.tar.gz |
Update to 2.14
Upstream changes:
2.14 2015-09-29T22:36:44Z
- Fix race condition in t/10_oo.t(exodist)
2.13 2015-07-24T02:30:17Z
- check whether the OS implements IPV6_V6ONLY before using it
2.12 2015-05-18T08:14:30Z
- Fixed spelling mistake
(Reported by gregor herrmann)
2.11 2015-04-07T00:07:25Z
- declare IO::Socket::IP as dependency #36
2.10 2015-04-06T19:23:43Z
- ensure the test object is DESTROYed when Net::EmptyPort::empty_port exits https://rt.cpan.org/Public/Bug/Display.html?id=103299
2.09 2015-04-02T21:55:18Z
- fix tests running for a long time on systems that do not support IPv6 #35
2.08 2015-04-02T04:04:33Z
- add `host` argument to various functions for binding to arbitrary address (incl. IPv6) #33
- add function `Net::EmptyPort::can_bind` #34
Diffstat (limited to 'net/p5-Test-TCP')
-rw-r--r-- | net/p5-Test-TCP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Test-TCP/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile index fbafdb373f5..0f4b81b8755 100644 --- a/net/p5-Test-TCP/Makefile +++ b/net/p5-Test-TCP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:50:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/09/30 11:38:41 wen Exp $ # -DISTNAME= Test-TCP-2.07 +DISTNAME= Test-TCP-2.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/net/p5-Test-TCP/distinfo b/net/p5-Test-TCP/distinfo index 8e9f0d616be..ab85f9be7ef 100644 --- a/net/p5-Test-TCP/distinfo +++ b/net/p5-Test-TCP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2015/03/08 01:38:14 mef Exp $ +$NetBSD: distinfo,v 1.13 2015/09/30 11:38:41 wen Exp $ -SHA1 (Test-TCP-2.07.tar.gz) = ae7bfd72de7035c3bd5734d337091a269baad8db -RMD160 (Test-TCP-2.07.tar.gz) = 962129304417397f2c6051c3ee14eea6162682c3 -Size (Test-TCP-2.07.tar.gz) = 21973 bytes +SHA1 (Test-TCP-2.14.tar.gz) = d7a966f50cd6fea009225b1d860f0f23c647e520 +RMD160 (Test-TCP-2.14.tar.gz) = b5a5e288841f2c7cf966cc677164389c40d35e32 +Size (Test-TCP-2.14.tar.gz) = 23591 bytes |