pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-indirect Update 0.33 to 0.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4afc91ec7336
branches:  trunk
changeset: 650620:4afc91ec7336
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 25 08:35:13 2015 +0000

description:
Update 0.33 to 0.35
-------------------
0.35    2015-04-06 22:20 UTC
        + Fix : The module could end being disabled in one thread if it was
                first loaded in another thread and that thread was immediately
                terminated. This is now fixed and should address test failures
                of t//09-load-threads.t and t/42-threads-global.t.

0.34    2015-04-02 19:50 UTC
        + Chg : The new environment variable to enable thread tests on older
                perls is PERL_FORCE_TEST_THREADS. Note that this variable
                should only be turned on by authors.
        + Fix : [RT #100068] : add link to historical tchrist post
                The link has been added to the documentation. Thanks Olivier
                Mengué for reporting.
        + Fix : Segfaults when the module is loaded by several threads (or
                Windows emulated processes) ran in parallel.
        + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
                ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
                and feedback on this issue.
        + Fix : Be really compatible with the optional OP_PARENT feature.
        + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
                which will address failures of t/41-threads-teardown.t and
                t/50-external.t with unusual compilers (like icc) that link all
                their compiled objects to their own libraries.

diffstat:

 devel/p5-indirect/Makefile |  4 ++--
 devel/p5-indirect/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 79766ba94a92 -r 4afc91ec7336 devel/p5-indirect/Makefile
--- a/devel/p5-indirect/Makefile        Sat Apr 25 08:33:07 2015 +0000
+++ b/devel/p5-indirect/Makefile        Sat Apr 25 08:35:13 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2015/02/18 12:58:05 mef Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/25 08:35:13 mef Exp $
 
-DISTNAME=      indirect-0.33
+DISTNAME=      indirect-0.35
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPIT/}
diff -r 79766ba94a92 -r 4afc91ec7336 devel/p5-indirect/distinfo
--- a/devel/p5-indirect/distinfo        Sat Apr 25 08:33:07 2015 +0000
+++ b/devel/p5-indirect/distinfo        Sat Apr 25 08:35:13 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2015/02/18 12:58:05 mef Exp $
+$NetBSD: distinfo,v 1.3 2015/04/25 08:35:13 mef Exp $
 
-SHA1 (indirect-0.33.tar.gz) = 43cb79212254471fa2be6541080fe224dce597d6
-RMD160 (indirect-0.33.tar.gz) = 3d206abff76e2b5b4a706efce3f748545f36d01f
-Size (indirect-0.33.tar.gz) = 42372 bytes
+SHA1 (indirect-0.35.tar.gz) = b1a9490580ce42c182cfdf3a258172f89bca2513
+RMD160 (indirect-0.35.tar.gz) = 79917b902ae8bd9a5d4d41447f565f1a7f0bf44e
+Size (indirect-0.35.tar.gz) = 45177 bytes



Home | Main Index | Thread Index | Old Index