pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Test-TCP Updated net/p5-Test-TCP to 2.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87fd5a603b88
branches:  trunk
changeset: 348023:87fd5a603b88
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jun 05 12:52:58 2016 +0000

description:
Updated net/p5-Test-TCP to 2.16
-------------------------------
2.16 2016-04-13T02:27:43Z
    commit 3ae73a349f70f06c60de3f635916929bc8643429
    Author: Alex Vandiver <alex%chmrr.net@localhost>
    Date:   Tue Apr 12 00:33:21 2016 -0700

        Ensure that IO::Socket::IP is DESTROY'd before can_bind returns

        be316f1f worked around a core perl bug[1] which causes Perl < 5.24.0
        to DESTROY the IO::Socket::IP object too late, causing the empty port
        to not actually be empty if it was used immediately.

        Unfortunately, this change was lost in ba745fd1, which again put the
        return of `can_bind` on the stack along with the actual return value,
        re-instating the bug.

        Split the statement across two statements again, and add a comment on
        the importance of preserving it.

        [1] https://rt.perl.org/Public/Bug/Display.html?id=124248

2.15 2016-03-15T00:25:52Z
    - Add listen_socket function and listen option for race-free operation

diffstat:

 net/p5-Test-TCP/Makefile |   4 ++--
 net/p5-Test-TCP/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 514931c499e1 -r 87fd5a603b88 net/p5-Test-TCP/Makefile
--- a/net/p5-Test-TCP/Makefile  Sun Jun 05 12:50:37 2016 +0000
+++ b/net/p5-Test-TCP/Makefile  Sun Jun 05 12:52:58 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2015/09/30 11:38:41 wen Exp $
+# $NetBSD: Makefile,v 1.21 2016/06/05 12:52:58 mef Exp $
 #
 
-DISTNAME=      Test-TCP-2.14
+DISTNAME=      Test-TCP-2.16
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r 514931c499e1 -r 87fd5a603b88 net/p5-Test-TCP/distinfo
--- a/net/p5-Test-TCP/distinfo  Sun Jun 05 12:50:37 2016 +0000
+++ b/net/p5-Test-TCP/distinfo  Sun Jun 05 12:52:58 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2015/11/04 00:35:25 agc Exp $
+$NetBSD: distinfo,v 1.15 2016/06/05 12:52:58 mef Exp $
 
-SHA1 (Test-TCP-2.14.tar.gz) = d7a966f50cd6fea009225b1d860f0f23c647e520
-RMD160 (Test-TCP-2.14.tar.gz) = b5a5e288841f2c7cf966cc677164389c40d35e32
-SHA512 (Test-TCP-2.14.tar.gz) = 89c6038ff2660ce8a17001f5574313325bad593f93a6e22e78f46772fe898556fcb9e11e07fa7ecd342703fd246033e242c857e8773c90230fab29c5f677dc03
-Size (Test-TCP-2.14.tar.gz) = 23591 bytes
+SHA1 (Test-TCP-2.16.tar.gz) = a355fdff0372fc7a3f01a9a4134b007b94bfdc1a
+RMD160 (Test-TCP-2.16.tar.gz) = 701202b47722ca093f2eb5ca8cae5a146a9b3d63
+SHA512 (Test-TCP-2.16.tar.gz) = 927eb18dd929478de7c50eb5facdb006c92ffb018b63c4c394a35e9a5b57bfbc2cea8ca0355d49ea5aa7a6f0cc0893c1b55e698b5e0fefeb2a45ae72efb40123
+Size (Test-TCP-2.16.tar.gz) = 24616 bytes



Home | Main Index | Thread Index | Old Index