Skip to content

Commit

Permalink
Update to 2.14
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wen committed Sep 30, 2015
1 parent 7c6c8b5 commit 2a289a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions net/p5-Test-TCP/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions net/p5-Test-TCP/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2a289a6

Please sign in to comment.